.useful-banner {
    padding: 30px;
    margin: 40px 0;
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../img/useful-banner.jpg');
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.10);
    border-radius: 6px;
    
}
.useful-banner__title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}
.useful-banner__text {
    font-size: 14px;
    line-height: 21px;
}


@media (max-width: 767.98px) {
    .useful-banner {
        background-image: none;
    }
    .useful-banner-col-left {
        margin-bottom: 30px;
    }
}
