/* ------------------------- SECTION ------------------------- */
.contacts-section {
    padding: 23rem 0 10rem;
}

@media screen and (max-width: 575px) {
    .contacts-section {
        padding: 12rem 0 6rem;
    }
}

.contacts-section.service {
    padding: 0 0 7rem;
}

@media screen and (max-width: 575px) {
    .contacts-section.service {
        padding-bottom: 6rem;
    }
}

.contacts-section.service .contacts__text {
    padding-top: 2.5rem;
}

@media screen and (max-width: 575px) {
    .contacts-section.service .contacts__text {
        padding: 0 2.8rem 1rem;
    }
}

.contacts-section.service .contacts__image {
    width: 78rem;
    flex-shrink: 0;
}

@media screen and (max-width: 575px) {
    .contacts-section.service .contacts__image {
        width: 100%;
    }
}

.contacts-section.service .contacts__image picture {
    border-radius: 1rem;
}

@media screen and (max-width: 575px) {
    .contacts-section.service .contacts__image picture {
        border-radius: 0.5rem;
    }
}

.contacts__box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

@media screen and (max-width: 575px) {
    .contacts__box {
        display: block;
    }
}

.contacts__text {
    padding-right: 4rem;
}

@media screen and (max-width: 575px) {
    .contacts__text {
        padding-right: 0;
    }
}

.contacts__text .t-title {
    margin-bottom: 1rem;
}

@media screen and (max-width: 575px) {
    .contacts__text .t-title {
        font-size: 3rem;
        text-align: left;
    }
}

.contacts__map {
    width: 78rem;
    height: 62rem;
    flex-shrink: 0;
}

@media screen and (max-width: 575px) {
    .contacts__map {
        width: 100%;
        height: 28rem;
    }
}

.contacts__map iframe {
    width: 100%;
    height: 100%;
    border-radius: 1rem;
}