#whybeed {
    height: 100vh;
    background-image: url(../img/users/whybeed/whybeed-bg.png);
    background-color: #ABD6F4;
    background-size: cover;
    background-position: top -1px right;
    background-repeat: no-repeat;
}

#users-heading {
    padding-top: 10rem;
}

.lms-section-right {
    background-position: center;
    background: #ABD6F4;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ABD6F4, #E7EFF5);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #ABD6F4, #E7EFF5);
}

.lms-section-left {
    background-position: center;
    background: #ABD6F4;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #ABD6F4, #E7EFF5);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #ABD6F4, #E7EFF5);
}

/* .bg-card{
    background-position: bottom center;
    background-repeat: no-repeat;
    background-image: url(../img/users/bg-card.svg);
} */

#school-networks {
    height: 100vh;
    background-image: url(../img/users/education/school-networks-bg.png);
    background-color: #ABD6F4;
    background-size: cover;
    background-position: top -1px right;
    background-repeat: no-repeat;
}

#universities {
    height: 100vh;
    background-image: url(../img/users/education/universities-bg.png);
    background-color: #ABD6F4;
    background-size: cover;
    background-position: top -1px right;
    background-repeat: no-repeat;
}

#tuition-center {
    height: 100vh;
    background-image: url(../img/users/education/tuition-centers-bg.png);
    background-color: #ABD6F4;
    background-size: cover;
    background-position: top -1px right;
    background-repeat: no-repeat;
}

#independent-school {
    height: 100vh;
    background-image: url(../img/users/education/independent-school-bg.png);
    background-color: #ABD6F4;
    background-size: cover;
    background-position: top -1px right;
    background-repeat: no-repeat;
}

#agencies {
    height: 100vh;
    background-image: url(../img/users/tourism/agencies-bg.svg);
    background-color: #002660f0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#freelancers {
    min-height: 500px;
    height: 65vh;
    background-image: url(../img/users/tourism/freelancers-bg.svg);
    background-color: #002660f0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#tourism-sites-operators {
    min-height: 500px;
    height: 65vh;
    background-image: url(../img/users/tourism/tourism-sites-operators-bg.svg);
    background-color: #002660f0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#corporate {
    height: 100vh;
    background-image: url(../img/users/corporates/corparates-bg.png);
    background-color: #ABD6F4;
    background-size: cover;
    background-position: top -1px right;
    background-repeat: no-repeat;
}

@media screen and (max-width: 600px) {
    #whybeed {
        height: 80vh;
        background-blend-mode: multiply;
        background-color: #002660f0;
    }

    #corporate {
        height: 80vh;
        background-blend-mode: multiply;
        background-color: #002660f0;
    }

    #school-networks {
        height: 80vh;
        background-blend-mode: multiply;
        background-color: #002660f0;
    }

    #universities {
        height: 80vh;
        background-blend-mode: multiply;
        background-color: #002660f0;
    }

    #tuition-center {
        height: 80vh;
        background-blend-mode: multiply;
        background-color: #002660f0;
    }

    #independent-school {
        height: 80vh;
        background-blend-mode: multiply;
        background-color: #002660f0;
    }

    #users-heading {
        padding-top: 0rem;
    }
}