.discover-why {
    background: url("https://storage.googleapis.com/dev_resources_voka_io_303011/common/discover-why-rtl.webp") no-repeat center center;
    background-position-y: 20%;
}

@media screen and (max-width: 1079px) {
    .discover-why {
        background: url('https://storage.googleapis.com/dev_resources_voka_io_303011/common/discover-why-tablet-header.webp') top center / 100% auto no-repeat,
            url('https://storage.googleapis.com/dev_resources_voka_io_303011/common/discover-why-tablet-footer-rtl.webp') bottom center / 100% auto no-repeat,
            linear-gradient(344.67deg, #BCDFFF 25%, #EEF7FF 76.48%);
    }
}

@media screen and (max-width: 576px) {
    .discover-why {
        background: url('https://storage.googleapis.com/dev_resources_voka_io_303011/common/discover-why-tablet-header.webp') top center / 100% auto no-repeat,
            url('https://storage.googleapis.com/dev_resources_voka_io_303011/common/discover-why-tablet-footer-rtl.webp') bottom center / 160% auto no-repeat,
            linear-gradient(344.67deg, #BCDFFF 25%, #EEF7FF 76.48%);
    }
}