@media (max-width: 768px) {
    .home-news-right {
        width: calc(100% + 20px);
        margin: 0 -10px;
    }
    .box-home-about-map::after{
        left: -30px;
        top: 75px;

    }
    .banner-home::before{
        background-image: url("../images/index/bg-main-top-sm.png");
        width: 100%;
        top: 140px;
        left:0;
        bottom:unset;
        height: 748px;
    }
    .home-news-imp::before{
        right:-30px;
    }
    .box-home-news-imp::before{
        display: none;
    }

    @keyframes fadeupbefore {
        0% {
            transform: translateY(-30%);
            opacity: 0;
        }
        80% {
            opacity: 1;
        }
        100% {
            opacity: 1;
            transform: translateY(-40%);
        }
    }
    .btn.btn-search{
        width:35px;
        height:35px;
    }
    .home-reason:before{
        height:50px;
    }

    .d-demo__list--left {
    animation: infinity-scroll-left 150s infinite linear 0.5s both;
    }

    .left-align{
        position: relative;
        left: -8px;
    }
    .home-search-left::after{
        z-index: -6;
    }
    .home-about-text.home-about-text-2{
        padding-bottom: 340px;
        }
    /* .single-post .page-header-cs::before,.single-makers .page-header-cs::before{
        right: -33px;
    }
    .single-post .page-header-cs::after,.single-makers .page-header-cs::after
    {
                width: 106%;
    } */
    .contact-flex-left p{
        font-size: 1.15rem;
        padding-right: 40px;
    }
    .home-about::before {
        width: 442px;
        height: 353px;
        left: -44px;
        top: -12px;
    }
    .home-news::before{
        width: 391px;
        height: 370px;
        right: -30px;
        bottom: -75px;
        z-index: -1;
    }
    .title-about-cs{
        line-height: 1.27;
    }
    .single-makers  .title-about-cs{
        line-height: 1.4;
    }
    .list-tax-makers {
        gap: 11px 8px;
    }
    a.btn.btn-makers{
    width: calc(50% - 4px);
    min-height: 55px;
    font-size: 13px;        
    }
    ul.list-dot.list-dot-20 li{
        font-weight: bold;
    }
    .title-about-cs::after,.title-about-cs::before{
        height: 18px;
        bottom: 2px;
        top: unset;
    }
}
