.services-title {
    text-align: center;
    padding-bottom: 40px;
}
.services-features-box {
    border: 1px solid #F0F0F0;
    box-shadow: 0px 0px 16px 0px #0000000F;
    padding: 20px 20px 60px;
    width: 23.8%;
    position: relative;
    border-radius: 4px;
}
.services-features-img {
    margin-bottom: 20px;
}
.services-features-box h4 {
    margin-bottom: 20px;
}
.services-features {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.services-features-img {
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 77.3%;
    overflow: hidden;
}
.services-features-box:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.15);
}
.services-features-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2px;
    transition: .5s ease 0s;
}
.services-features {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.our-services-read-more {
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.flex-three-box .services-features-box {
    width: 32.2%;
}


.page-id-29 .services-features-img {
    padding-bottom: 54.842%;
}
.learn-green-bg {
    background: #8CC63F;
    border-radius: 4px;
    text-decoration: none;
    color: #fff !important;
    padding: 15px;
    width: 100%;
    text-align: center;
    border: 1px solid transparent;
}
.learn-green-bg:hover{
    border: 1px solid #8CC63F;
    background-color: transparent;
}
.page-id-29 .our-services-read-more {
    width: calc(100% - 40px);
}
.page-id-29 .services-features-box {
    padding: 20px 20px 80px;
}
.page-id-993 .services-features-img {
    padding-bottom: 130%;
}
@media only screen and (max-width: 1399px){
    .services-features-box {
        width: 31.8%;
    }
    .flex-three-box .services-features-box {
        width: 31.8%;
    }
}

@media only screen and (max-width: 991px){
    .services-features-box {
        width: 48.5%;
    }
    .flex-three-box .services-features-box {
        width: 48.5%;
    }
}

@media only screen and (max-width: 767px){
    .services-features {
        flex-direction: column;
    }
    .services-features-box {
        width: 100%;
    }
    .flex-three-box .services-features-box {
        width: 100%;
    }

    .learn-green-bg {
        padding: 10px 15px;
        font-size: 13px;
        line-height: 20px;
    }
}