.body {
    max-width: 100vw;
    overflow-x: hidden;
}

#hero-slider-img {
    background-image: url("../img/demos/education/slides/slide-bg.webp");
    width: auto;
    height: 100%;
    max-width: 100vw;
}

.bg-color-defined {
    background-color: rgba(39, 106, 206, 0.8) !important;
}

.bg-color-defined-light {
    background-color: rgba(39, 106, 206, 0.1) !important;
}

@media (max-width: 900px) {
    .size-1 {
        font-size: 3.2rem !important;
        letter-spacing: 0.002em;
        margin-top: 50px !important;
        line-height: 1em !important;
    }
    .size-2 {
        font-size: 1.4rem !important;
        line-height: 1.2em !important;
    }
}

@media only screen 
and (max-width: 1400px) 
and (min-width: 900px) {
    .size-1 {
        font-size: 4.7rem !important;
        margin-top: 80px !important;
    }
    .size-2 {
        font-size: 1.5rem !important;
    }
    .logo-slider-size {
        width: 350px !important;
    }
}

@media (min-width: 1400px) {
    .size-1 {
        font-size: 6rem !important;
        margin-top: 80px !important;
    }
    .size-2 {
        font-size: 1.5rem !important;
    }
    .logo-slider-size {
        width: 430px !important;
    }
}

@media (min-width: 1600px) {
    .size-1 {
        font-size: 6rem !important;
        margin-top: 80px !important;
    }
    .size-2 {
        font-size: 1.5rem !important;
    }
    .logo-slider-size {
        width: 600px !important;
    }
}


