* {
    font-family: 'Poppins';
    padding: 0;
    margin: 0;
}
.bgimg{
    max-width: 1440px;
    width: 100%;
    margin: auto;
    min-height: 100 vh;
}
.dating-img1{
    width: 100%;
    max-width: 1440px;
    margin: auto;
}
.image2, .images4{
    background-color: #1f1f1f;
}
.images3{
    background-color: #f9f9f9; 
}
@media screen and (max-width: 768px) {
    .mbl-wb{
        background: url(../images/mbl-lotus.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        min-height: 100vh;
    }
    .bgimg{
        display: none;
    }
}