/* .hero-title {
    font-size: 75px;
    line-height: normal;
} */
.service-cover-wrap {
    width: 100%;
    height: 100%;
    position: relative;
}

.service-cover-wrap:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(44 130 62 / 58%);
}

.service-points {
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
}

.service-points li {
    margin-bottom: 20px !important;
}

@media screen and (min-width: 992px) {
    .service-points {
        margin-bottom: 0;
    }

    ul.service-points li {
        width: 50%;
    }
}

@media screen and (max-width: 991px) {
    .hero-content {
        padding-bottom: 30px;
    }

    .service-points {
        margin-bottom: 100px;
    }
}

.service-info {
    background: #EBEBEB;
}

.service-info p {
    font-weight: 400;
}
.slider-section .card-title {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 30px;
}