.banner {
    background-color: #201E1E;
    background: #201E1E url('/local/templates/lining/assets/img/goods-main/make-rackets.png') no-repeat right center;
    background-position-x: 95%;
    background-size: 50%;
    color: #FFFFFF;
    margin-top: 40px;
}
/* linear-gradient(to top, rgba(89,106,114, 0.6), rgba(206,220,23, 0.4)), */
.banner__content {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 100px;
}

.banner__title {
    padding-bottom: 20px;
    max-width: 50%;
}

.banner__text {
    padding-bottom: 30px;
    max-width: 50%;
}

.banner__content-btn {
    display: inline-block;
    padding: 13px 40px;
}


/* .banner__content-btn:hover {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
} */


@media (max-width: 1440px) { 
    .banner__content {
        padding-left: 60px;
        background: linear-gradient(to right, #201e1e, #00000024);
    }

    .banner {
        background-size: 70%;
        margin-top: 20px;
    }
}

@media (max-width: 768px) { 
    .banner__content {
        padding-left: 50px;
        padding-top: 50px;
        padding-bottom: 50px;
        background: none;
    }

    .banner__title {
        padding-bottom: 15px;
    }

    .banner__text {
        padding-bottom: 20px;
    }

    .banner {
        background: #201E1E url('/local/templates/lining/assets/img/goods-main/banner-subtract.png') no-repeat right;
        background-size: 50% 100%;  
        background-position-x: 100%; 
        margin-top: 10px;
    }
}

@media (max-width: 425px) { 
    .banner {
        background-position-x: 140%;        
    }

    .banner__content {
        padding-left: 20px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .banner__content-btn {
        padding: 10px 20px;
    }

    .banner__title, .banner__text {
        max-width: 75%;
    }
}
