.section-blog-banner {
    display: flex;
    position: relative;
    padding: 40px;
    width: 100%;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    margin: 22px 0;
}

.section-blog-banner .banner-logo-sm {
    max-width: 192px;
    height: auto;
}
.section-blog-banner h3, .section-blog-banner p {
    color: white;
}

.section-blog-banner h3 {
    font-size: 36px !important;
    line-height: 38px !important;
    font-weight: 700 !important;
    margin: 50px 0 12px 0 !important;
}

.section-blog-banner p {
    font-size: 19px !important;
    line-height: 23px !important;
    margin-bottom: 32px !important;
}

.section-blog-banner button {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}

@media (max-width: 991px) {
    .section-blog-banner {
        height: 100%;
    }
}

@media (max-width: 481px) {
    .section-blog-banner h3 {
        font-size: 20px !important;
        line-height: 22px !important;
        margin: 24px 0 12px 0 !important;
    }
    .section-blog-banner p {
        font-size: 12px !important;
        line-height: 14px !important;
        margin-bottom: 24px !important;
    }
    .section-blog-banner button {
        font-size: 14px;
    }
}