

h2,
.outro{
    color: #506A98;
    font-weight: bold;
}

h3{
    color: #506A98;
}

.hero-section{
    background-color: transparent;
    background-image: url(/images/laser-focused-learning/hero-bg-mobile.jpg);
    background-size: cover;
    min-height: 720px;
    align-items: flex-start;
    padding-top: 60px;
    background-position-y: bottom;
}

@media screen and (min-width: 570px) {

}

#case-study iframe{
    width: 100%;
    height: 300px;
}

@media screen and (min-width: 768px) {

}

@media screen and (min-width: 992px) {
    .hero-section .group-container {
        width: 55%;
    }
    .hero-section{
        background-size: cover;
        background-position-y: 68%;
    }

    .row.column-with-gap{
        flex-direction: row;
        gap: unset;
    }
    .column-with-gap{
        justify-content: center;
    }
    .row-cols-lg-2>*, .row-cols-xl-2>* {
        width: 48%;
    }
    .featured-image{
        height: 500px;
        object-fit: cover;
        object-position: top;
    }
    .description.right{
        padding-left: 30px;
    }
    .description.left{
        padding-right: 30px;
    }
    .container-fluid{
        position: relative;
    }
    #case-study iframe{
        width: 700px;
        height: 400px;
        margin: auto;
    }
    .logos img{
        width: 350px;
    }
    #technology .logos img{
        width: 200px;
    }
    #maintenance .featured-image{
        object-position: top;
    }
}

@media screen and (min-width: 1024px) {
    .hero-section .group-container {
        width: 50%;
    }
    .hero-section{
        min-height: 600px;
        background-image: url("/images/laser-focused-learning/hero-bg.jpg");
        padding-top: 0;
        background-position-x: 29%;
        align-items: center;
    }
}

@media screen and (min-width: 1200px) {
    .hero-section .group-container {
        width: 40%;
    }
}

@media screen and (min-width: 1400px) {

}

@media screen and (min-width: 1920px) {

}