.search-inn{
	margin-bottom: 15px;
}
.search-inn:last-child{
	margin-bottom: 40px;
}
.company-page__box a{
	display: block;
}
.hero-item img, .hero-item svg{
	max-width: 180px;
	max-height: 180px;
}
.hero-item:last-child svg{
	max-width: 110px;
}
.footer-body p:not(:last-child){
	margin-bottom: 5px;
}
.hero-item{
	transition: all .1s;
}
.hero-item:hover{
	border: 1px solid #009997;
	box-shadow: 0 0 10px rgba(0, 153, 151, 0.05);
}
.footer-top a.footer__logo{
	color: #000;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 10px;
}
.search-box .btn{
	transition:  all .3s;
}
.search-box .btn:hover{
	background: #00B7B5;
}
@media (max-width: 767px){
	.hero-item img{
		max-width: 210px;
		width: 100%;
		height: auto;
	}
	.company-page__box li{
		grid-template-columns: 150px 1fr;
	}
}