section.services {
    display: flex;
    flex-wrap: wrap;
    overflow-x: hidden;
}

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

/* .service-slider-wrapper.owl-loaded.owl-drag {
    width: calc(50% + 533px);
    display: flex;
    padding-right: 135px;
    float: right;
    overflow-x: hidden;
} */
.service-slider-wrapper.slick-initialized.slick-slider {
    width: calc(50% + 533px);
    display: flex;
    float: right;
}

.service-slider-wrapper ul.slick-dots {
    position: absolute;
    bottom: -90px;
    display: flex;
}

.service-slider-wrapper ul.slick-dots li {
    margin-right: 20px;
}

.service-slider-wrapper ul.slick-dots li button {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 0;
    color: transparent;
    background-color: #E5D6B4;
    cursor: pointer;
    transition: all linear .3s;
}

.service-slider-wrapper ul.slick-dots li.slick-active button {
    background-color: #A55B00;
}

.service-slider-wrapper .slick-list.draggable {
    padding-right: 135px !important;
}

section.services {
    background-color: #FFFAED;
    padding-top: 120px;
    padding-bottom: 140px;
}

section.services h2.common-heading-big {
    color: #3E5714;
    line-height: 29px;
	display: inline-block;
}

section.services .section-heading {
/*     display: flex; */
    align-items: end;
    max-width: 1075px;
    margin: 0 auto;
    margin-bottom: 50px;
}

section.services a.heading-link {
    margin-left: 40px;
    position: relative;
    top: -2px;
}

section.services .service-slider-wrapper {
    display: flex;
}

section.services .services-item .service-item-text h5 {
    font-family: "hatch-sans", sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #3E5714;
    line-height: 32px;
    padding-top: 10px;
    padding-bottom: 10px;
}

section.services .services-item .service-item-text p {
    color: #393939;
    font-family: "basic-sans", sans-serif;
    font-size: 17px;
    line-height: 28px;
    font-weight: 300;
    /*     height: 142px;
    overflow-y: hidden; */
}

section.services p.slider-swipe {
    font-family: "hatch-sans", sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    color: #A55B00;
    padding-top: 35px;
    position: relative;
    display: inline-block;
    padding-right: 70px;
    cursor: pointer;
    user-select: none;
    line-height: 12px;
}

section.services .swipe-button {
    clear: both;
    max-width: 1066px;
    margin: 0 auto;
}

section.services button.slick-prev.slick-arrow {
    display: none !important;
}

section.services p.slider-swipe:after {
    content: "";
    background: url(/wp-content/images/swipe.png) no-repeat;
    position: absolute;
    width: 37px;
    height: 35px;
    top: 20px;
    left: 122px;
}

section.services .services-item {
    border-left: solid 1px #C58900;
    padding: 0 35px;
    min-height: 486px;
    height: 100%;
}

section.services .service-item-img img {
    display: block;
    margin: 0 auto; 
   max-width: 100%;
} 

.service-slider-wrapper .slick-track {
    height: 100%;
}

.service-slider-wrapper .slick-slide>div:not([class]) {
    height: 100%;
}
.service-item-text a.simple-btn {
    color: #2b8263;
    text-decoration: underline;
}

.service-item-text a.simple-btn:hover {
    text-decoration: none;
    opacity: 0.7;
}
@media(max-width: 1130px) {
    .service-slider-wrapper.slick-initialized.slick-slider {
        width: calc(50% + 505px);
    }

    section.services .section-heading,
    section.services .swipe-button {
        padding: 0 30px;
    }

    section.services .container {
        padding: 0 !important;
        padding-left: 30px !important;
    }
}

@media(max-width: 1080px) {

    section.services .section-heading,
    section.services .swipe-button {
        max-width: 100%;
        padding: 0;
    }

    .service-slider-wrapper.slick-initialized.slick-slider {
        width: 100%;
    }

    .service-slider-wrapper .slick-list.draggable {
        padding-right: 240px !important;
    }

    section.services .container {
        padding-left: 50px !important;
    }
}

@media(max-width: 992px) {
    section.services .service-item-img img {
        max-width: 100%;
        object-fit: contain;
    }

    section.services .services-item {
        padding: 60px 20px 0px 20px;
    }

    section.services {
        padding-top: 90px;
    }

    .service-slider-wrapper .slick-list.draggable {
        padding-right: 170px !important;
    }

    section.services .services-item .service-item-text h5 {
        font-size: 22px;
        line-height: 28px;
    }
	section.services a.heading-link {
    margin-left: 28px;
    top: -2px;
}
}

@media(max-width: 767px) {
    section.services .container {
        padding-left: 25px !important;
    } 

    section.services .services-item .service-item-text h5 {
        font-size: 27px;
        line-height: 34px;
    }

    section.featured-projects .project-content p {
        font-size: 30px;
        line-height: 40px;
    }
} 

@media(max-width: 575px) {
    section.services {
        padding-top: 50px;
    }

    section.services .container {
        padding-right: 25px !important;
    } 
    section.services .section-heading {margin-bottom: 0;} 
    section.services .services-item .service-item-text h5 {padding-top: 0;}
    .service-slider-wrapper .slick-list.draggable { 
        padding-right: 0 !important;
    }

    section.services .services-item {
        padding: 0px 10px;
        border: 0;
        min-height: auto;
    }

    section.services .service-item-img img {
       max-width: 100%;
    }

    .swipe-button {
        text-align: center;
    }

    .service-slider-wrapper ul.slick-dots {
        left: 50%;
        transform: translateX(-50%);
    }
}