@media only screen and (max-width: 1440px) {
    .about-section:before {
        top: -105px!important;
    }
}

@media only screen and (max-width: 1310px) {
    .about-section:before {
        top: -93px!important;
    }
}

@media only screen and (max-width: 1165px) {
    .about-section:before {
        top: -80px!important;
    }
}

@media only screen and (max-width: 1000px) {
    .about-section:before {
        top: -61px!important;
    }
}

@media only screen and (max-width: 991px) {
    .points-more.padding-left{
        padding-left: 0!important;
    }
    .count-point{
        display: none;
        position: relative;
    }
    .points-more ul li{
        position: relative;
    }
    .points-more ul li::before{
        content: '\f0a4';
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    position: relative ;
    top: -5px;
    font-size: 1.7rem;
    font-display: block;
    color: rgb(205 77 77);
    padding-right: 0.5rem;
    }

    .points-more ul{
        margin-bottom: 0!important;
    }
}


@media only screen and (max-width: 775px) {
    .about-section:before {
        display: none;
    }
    .back-mage-rotate{
        z-index: -1;
    }
}


@media only screen and (max-width: 655px) {
    .img-breadcrumb{
        display: none!important;
    }

    .breadcrumb{
        background-image: linear-gradient(#000000b0, #00000047), url(../images/breadrumb.png)!important;
    }
}




@media only screen and (max-width:576px) {
    .back-mage-rotate{
        display: none;
    }
    .more-about .row{
    margin: 0 0.5rem;
    }}
