section.services .services-description {
    padding: 76px 0;
}

section.services .services-description .content-wrap {
    max-width: 434px;
    text-align: center;
    margin: 0 auto;
}

section.services .subtitle {
    margin-bottom: 18px;
}

section.services .section-title {
    color: #FFFFFF;
    margin-bottom: 6px;
}

section.services .services-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.services .services-wrap > div {
    width: 100%;
}

section.services .item-image {
    margin-left: 30px;
    padding-top: 44%;
    height: 0;
    position: relative;
}

section.services .item-image .post-thumbnail {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

section.services .item-image .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.services .services-wrap > div:nth-child(2n+1) .item-image {
    order: 2;
}

section.services .services-wrap > div:nth-child(2n+1) .item-content-wrap {
    align-items: flex-end;
    padding: 40px 127px 40px 40px;
}

section.services .services-wrap > div:nth-child(2n) .item-image {
    margin: 0 15px 0 0;
}

section.services .services-wrap .item-wrap {
    display: flex;
    position: relative;
    padding: 100px 0;
}

section.services .services-description,
section.services .services-wrap .item-wrap:nth-child(2n+1) {
    background: url("../../img/item-services-bg.jpg") 0 0 / cover;
}

section.services .services-wrap .content-wrap {
    max-width: 424px;
}

section.services .item-wrap > div {
    flex: 1;
    max-width: 50%;
    min-height: 340px;
}

section.services .item-title {
    font: italic 400 28px 'DM Serif Text', sans-serif;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 8px;
}

section.services .item-title .word span {
    text-transform: uppercase;
    display: inline-block;
}

section.services .item-title span::first-letter {
    font-size: 36px;
}

section.services .item-content-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 40px 40px 127px;
}

section.services .item-content {
    font: 400 14px/1.8em 'Mulish', sans-serif;
    color: #FFFFFF;
}

section.services .readmore {
    margin-top: 32px;
}

section.services .readmore a {
    font: 700 14px/1.2em 'Mulish', sans-serif;
}


/* MEDIA */

@media only screen and (max-width: 991px) {
    section.services .item-wrap > div {
        min-width: calc(100% - 30px);
        max-width: 100%;
    }

    section.services .item-image {
        margin-left: 0;
    }

    section.services .services-wrap > div:nth-child(2n) .item-image {
        margin: 0;
    }

    section.services .services-wrap .item-wrap {
        flex-wrap: wrap;
        padding: 50px 15px 20px 15px;
    }

    section.services .services-wrap .item-wrap:first-child {
        padding-top: 0;
    }

    section.services .services-wrap > div:nth-child(2n+1) .item-image {
        order: 0;
    }

    section.services .services-wrap > div:nth-child(2n+1) .item-content-wrap,
    section.services .item-content-wrap {
        padding: 30px 0;
    }

    section.services .services-wrap .content-wrap {
        max-width: 100%;
    }

    section.services .item-title,
    section.services .subtitle {
        margin-bottom: 4px;
    }

    section.services .item-title .word span {
        font-size: 24px;
    }

    section.services .item-title span:first-letter {
        font-size: 30px;
    }

    section.services .item-content {
        font-size: 13px;
    }

    section.services .readmore {
        margin-top: 20px;
    }
}

/* ( < 991 ) */


@media only screen and (max-width: 480px) {
    section.services .item-title {
        max-width: 236px;
    }
}

/* ( < 480 ) */
