/*#region banner */
.banner-image {
    position: absolute;
    right: -24%;
    bottom: 0;
    width: 88%;
}

@media (max-width: 979px) {
    .banner-image {
        position: relative;
        right: 0;
        width: 100%;
    }
}
/*#endregion */

/*#region Other Benefit */
.other-benefit-image {
    position: absolute;
    right: 30px;
    width: 33%;
    bottom: -44px;
}

@media (max-width: 1099px) {
    .other-benefit-image {
        position: relative;
        right: 0;
        width: 100%;
        bottom: 0;
        text-align: center;
    }
}

/*#endregion */


