.contact-us {
border-radius: 25px;
background: #FFF;
box-shadow: 0px 5px 16px 0px rgba(8, 15, 52, 0.06);
padding: 60px 100px;
margin-top: 40px;
}
.contact-us-title {
text-align: center;
}
.contact-us__list {
list-style: none;
display: flex;
flex-direction: column;
gap: 10px;
margin: 50px 0 0 0;
padding: 0;
}
.contact-us__item {
padding: 0 15px;
display: flex;
align-items: center;
}
.contact-us__title {
margin: 15px 0 0 0 !important;
font-size: 14px !important;
}
.contact-us__icon {
width: 20px;
}
.contact-us__span,
.contact-us__a {
color: #1D1D1F;
font-family: Manrope;
font-size: 12px;
font-weight: 700;
margin: 0 0 0 13px;
text-decoration: none;
}
.social .contact-us__a:first-child {
margin-left: 0;
}
.contact-us__map {
height: 330px;
border-radius: 25px;
}
@media (max-width: 1200px) {
.contact-us__list {
margin-top: 30px;
}
}
@media (max-width: 768px) {
.contact-us {
padding: 60px 20px 20px;
}
}
.contact-us__itemmob img {
height: 20px;
}