.Heading_title_sec .headtitle {
    position: relative;
    font-weight: 600;
    font-size: 25px;
    color: #202020;
    margin-bottom: 25px;
}

.Heading_title_sec .headtitle::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 3px;
    background-color: #50883f;
    left: 0px;
    bottom: -3px;
}

.Heading_title_sec .headesubtitle {
    font-weight: 700;
    font-size: 35px;
    color: #202020;
    margin-bottom: 20px;
}
.Heading_title_sec .slidersec .swiper-wrapper {
    padding-bottom: 30px;
}


@media (min-width:0px) and (max-width:767.98px) {
    .Heading_title_sec .headtitle {
        font-size: 17px;
        margin-bottom: 25px;
    }

    .Heading_title_sec .headtitle::before {
        width: 30px;
    }

    .Heading_title_sec .headesubtitle {
        font-size: 16px;
        margin-bottom: 15px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .Heading_title_sec .headtitle {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .Heading_title_sec .headtitle::before {
        width: 35px;
    }

    .Heading_title_sec .headesubtitle {
        font-size: 21px;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .Heading_title_sec .headtitle {
        font-size: 23px;
    }

    .Heading_title_sec .headtitle::before {
        width: 45px;
    }

    .Heading_title_sec .headesubtitle {
        font-size: 28px;
    }

}