section.contacts {
    background: url("../../img/contacts-bg.jpg") center center / cover;
    padding: 100px 0;
}

section.contacts .section-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section.contacts .section-wrap > div {
    max-width: calc(50% - 15px);
    flex: 1;
}

section.contacts .section-image .image-wrap {
    height: 0;
    padding-top: 89%;
    position: relative;
}

section.contacts .section-image .image-wrap .image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

section.contacts .section-image .image-wrap .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.contacts .section-content .content {
    width: 100%;
    margin-left: 160px;
    max-width: 432px;
}

section.contacts .section-title {
    margin-top: 16px;
}

section.contacts .description {
    margin-top: 10px;
}

section.contacts .item-title {
    font: 700 14px/1.8em 'Mulish', sans-serif;
    text-transform: capitalize;
    color: #BAA375;
    margin-top: 14px;
}

section.contacts .item-title + a {
    font: 600 14px/2.2em 'Mulish', sans-serif;
    text-transform: none;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

section.contacts .item-title + a:hover {
    color: #BAA375;
}

section.contacts .social-buttons {
    display: flex;
    margin-top: 6px;
    padding: 0;
}

section.contacts .social-buttons li {
    margin-right: 10px;
}

section.contacts .address {
    font: 600 14px/2em 'Mulish', sans-serif;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    max-width: 200px;
}


/* MEDIA */

@media only screen and (max-width: 1200px) {
    section.contacts .section-content .content {
        margin-left: 72px;
    }
}

/* ( < 1200 ) */


@media only screen and (max-width: 991px){
    section.contacts {
        padding: 46px 0;
    }

    section.contacts .section-wrap .section-image {
        display: none;
    }

    section.contacts .section-wrap .section-content {
        max-width: 100%;
        padding: 0 15px;
    }

    section.contacts .section-content .content {
        margin: 0 auto;
    }
}

/* ( < 991 ) */
