@media (max-width: 575.98px) {
    .bgsequis {
        background-image: url("../../assets/images/AO/phone.svg") !important;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .bgsequis {
        background-image: url("../../assets/images/AO/phone.svg") !important;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .bgsequis {
        background-image: url("../../assets/images/AO/tablet.svg") !important;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .bgsequis {
        background-image: url("../../assets/images/AO/web.svg") !important;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
}

@media (min-width: 1200px) {
    .bgsequis {
        background-image: url("../../assets/images/AO/web.svg") !important;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
}