.contacts__text-side {
    justify-content: space-between;
    padding: 30px 30px;
    font-weight: 500;
    gap: 10px;
}

.contacts__text-side p {
    margin: 0;
}

.contact a {
    white-space: nowrap;
}

.contacts__map-side {
    height: auto;
}

.contacts__map-side iframe {
    height: 100%;
}
.contacts__text-side p.contact{
    margin-bottom: 5px;
}
.contacts__text-side p.contact + p{
    margin-bottom: 12px;
}
@media(max-width: 767px) {
    .contacts__text-side {
        font-size: 17px;
    }

    .text-left img {
        width: 32px;
        height: 32px;
    }
}

@media (max-width: 576px) {
    .contacts__text-side {
        font-size: 15px;
    }



    .text-left {
        padding: 15px 0;
    }

}