.help-banner-block {
    margin-bottom: 40px;
}
.help-banner-block .wrapper {
    display: flex;
    border-radius: 30px;
    overflow: hidden;
    height: auto;
    min-height: 390px;
    background-size: cover;
    background-position: center;
}
.help-banner-block .banner-img {
    width: auto;
    max-width: 620px;
    display: flex;
    height: auto;
}
.help-banner-block .banner-img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    object-position: bottom left;
}

@media (max-width: 1200px) {
    .help-banner-block .wrapper {
        min-height: 300px;
    }
    .help-banner-block {
        margin-bottom: 30px;
    }
}