.w3l-main-slider .banner-view {
    background: url(../img/banner.jpeg) no-repeat center;
    -ms-background-size: cover;
    background-size: cover;
    z-index: 0;
    position: relative;
    display: grid;
    align-items: center;
    min-height: 720px;
    background-size: cover;
}

.w3-pricing-inner-inf .pricing-header {
    background: url(../img/data_mtn.jpeg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
}


.w3-pricing-inner-inf .pricing-header.set-2 {
    background: url(../img/data_glo.jpeg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
}

.w3-pricing-inner-inf .pricing-header.set-3 {
    background: url(../img/data_airtel.png) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
}

.w3-pricing-inner-inf .pricing-header.set-4 {
    background: url(../img/data_9mobile.jpeg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
}

.w3l-project {
    background: url(../img/banner.jpeg) no-repeat center;
    -ms-background-size: cover;
    background-size: cover;
    z-index: 0;
    position: relative;
    display: grid;
    align-items: center;
    background-size: cover;
    border-radius: var(--border-radius);
}

