.how-to-help {
    padding: 0;
    overflow: hidden;
}
.how-to-help .banner {
    margin: 50px 0;
}
.how-to-help .banner .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 400px;
    padding-right: 20px;
}
.how-to-help .banner .heading {
    font-size: 35px;
    font-weight: 700;
    color: #03498d;
}
.how-to-help .banner .description {
    margin-top: 20px;
    font-size: 15px;
}
.how-to-help .banner .buttons {
    margin: 40px 0 20px;
}
.how-to-help .banner .buttons a {
    text-decoration: none;
}
.how-to-help .banner .buttons button {
    display: block;
    width: 200px;
    margin-top: 15px;
}
.how-to-help .banner .image {
    height: 400px;
    background-size: cover;
    background-position: center;
    border-radius: 10px 0 0 10px;
}
@media (max-width: 768px) {
    .how-to-help .banner .buttons {
        margin: 0;
    }
    .how-to-help .banner .image {
        border-radius: 5px;
    }
}

  