#htmlbanners1-new {
    margin-top: 40px;
    margin-bottom: 40px;
}

#htmlbanners1-new .img-banner {
    width: 100%;
}
#htmlbanners1-new .banner-title {
    height: 70px;
    padding: 25px !important;
    overflow: hidden;
    position: relative !important;
    background-color: rgba(227, 0, 15, 1);
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.25rem;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

#htmlbanners1-new .banner-description {
    padding: 25px;
    background-color: rgba(48, 51, 52, 1);
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
}

#htmlbanners1-new .banner-description p {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}

#htmlbanners1-new .banner-description .btn-link {
    margin-top: 1rem;
    color: #fff;
    background-color: #e3000f;
    padding: 6px 12px;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    line-height: 36px;
}

@media (max-width: 1200px) {
    #htmlbanners1-new .banner-title {
        font-size: calc(1.35rem + 1.2vw);
    }
}

@media (max-width: 575.98px) {
    #htmlbanners1-new .top-banner-new {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 991px) {
    #htmlbanners1-new .top-banner-new {
        margin-bottom: 20px;
    }
}