/*#region Banner */
.banner-image {
    position: absolute;
    right: -34%;
    bottom: 0;
    width: 88%;
}

@media (max-width: 979px) {
    .banner-image {
        position: relative;
        right: 0;
        width: 100%;
    }
}
/*#endregion */

/*#region Benefit */
@media (min-width: 768px) and (max-width: 979px) {
    .bi-title br {
        display: none;
    }
}
/*#endregion */


