
section.services-top {
    padding: 100px 0;
}

section.services-top .custom--container{
    width: 85%;
    margin: auto;
}

section.services-top h1{
    margin-bottom: 30px;
}

section.services-top .vertical-garden{
    background: url('/wp-content/themes/unbeleafable/assets/images/services/vertical-wall-gray.jpg') no-repeat;
    background-size: cover;
    height: 100%;
    transition: .5s ease-in-out;
    position: relative;
    padding: 25px;
}

section.services-top .vertical-garden:hover{
    background: url('/wp-content/themes/unbeleafable/assets/images/services/vertical-wall-garden.jpg') no-repeat;
    background-size: cover;
    color: #fff;
}
section.services-top .vertical-garden:hover h3{
    color: #fff;
}

section.services-top .vertical-garden:hover .button-green a{
    background: #000;
    color: #fff;
}

section.services-top .vertical-garden-content {
    position: absolute;
    bottom: 0;
    padding-right: 25px;
    padding-bottom: 25px;
}

section.services-top .right-content-top>div {
    margin-bottom: 25px;
}

section.services-top .card {
    height: 100%;
}





main > header.tg-page-header.tg-page-header--left {
    padding-bottom: 20px !important;
    display: none;
}
.services-header{
    background-image: url('/wp-content/themes/unbeleafable/assets/images/services/services-header.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
}
.services-header-item-container {
    width: 20%;
    padding: 0 15px;
}
.services-header-item {
    background: rgba(255, 255, 255, 0.15);
    padding: 20px;
    text-align: center;
    transition: 0.5s ease;
    height: 100%;
}
.services-header-item:hover {
    background: rgba(255, 255, 255, 0.3);
}
.services-header-item *{
    color: #fff !important;
}
.services-header-item h3 {
    margin-bottom: 20px;
    line-height: 21.6px;
    font-size: 18px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}
.services-header-item img {
    width: 100%;
    max-width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 20px;
}




section.services-content-bulk {
    background: #86B99C;
    padding: 100px 0;
}
section.services-content-landscape{
    background: #EBEBEB;
    padding: 100px 0;
}
.services-content-text {
    width: 65%;
    background: #fff;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.services-content-img {
    width: 35%;
    padding: 0;
    height: 625px;
}
.services-content-img img {
    height: 100%;
    object-fit: cover;
    object-position: right;
}
.button-green {
    display: flex;
}
.button-green a {
    background: #85A392;
    padding: 14px 26px;
    color: #fff;
}
.services-content-text h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 15px;
}
.services-content-text .button-green a {
    font-size: 18px;
}
@media only screen and (max-width: 1399px){
    .services-header-item img {
        height: 160px;
    }
}
@media only screen and (max-width: 1199px){
    .services-header-item img {
        height: 125px;
    }
    .services-header-item h3 {
        height: 100px;
    }
    .services-content-img {
        height: 800px;
    }
    .services-content-text {
        width: 60%;
    }
    .services-content-img {
        width: 40%;
    }
}
@media only screen and (max-width: 991px){
    .services-header-item-container {
        width: 33%;
        margin-bottom: 30px;
    }
    .services-header-item img {
        height: 175px;
    }
    section.services-content .row > div {
        width: 100%;
        height: auto;
    }
    section.services-content.content-reverse .row {
        flex-direction: column-reverse;
    }
    .services-content-img img {
        width: 100%;
    }
}
@media only screen and (max-width: 767px){
    .services-header-item-container {
        width: 50%;
    }
    .services-header-item img {
        height: 200px;
    }
    .services-header-item h3 {
        height: 50;
    }
    .services-content-text {
        padding: 50px 30px;
    }
    .button-green {
        justify-content: center;
    }
    .services-content-text .button-green a {
        font-size: 16px;
    }
}
@media only screen and (max-width: 575px){
    .services-content {
        padding: 60px 15px !important;
    }
}
@media only screen and (max-width: 524px){
    .services-header-item-container {
        width: 80%;
    }
    .services-header-item img {
        height: 200px;
    }
    .services-header-item h3 {
        height: auto;
    }
}