.promo-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.promo-container .image-container {
    position: relative;
    top: 0;
    right: 0;
    transform: none;
    width: 40%;
    min-width: 464px;
    max-width: 464px;
    min-height: 308px;
    max-height: 308px;
    align-self: center;
}

a.hyperlink {
    text-decoration: none;
    color: #000;
    transition: all 0.3s ease;
}

a.hyperlink:hover {
    color: #01D1F5;
}


.promo-container h2 {
    line-height: 1.2em;
    font-size: 3.2rem;
}

#promo img,
#promo_bg img {
    width: 100%;
}
#promo,
#promo_bg, 
#spotlight, 
#spotlight_bg {
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
}

#promo, #spotlight {
    opacity: 0;
    z-index: 2;
    transition: all 2s ease;
}
#promo_bg,
#spotlight_bg {
    opacity: 0;
    z-index: 1;
    transition: all 2s ease;
}

#promo_bg {
    right: 33%;
}
#spotlight_bg {
    left: 33%;
}

#spotlight {
    z-index: 2;
    right: 0;
    float: right;
    min-height: 308px;
    max-height: 308px;
}
#spotlight img, #spotlight_bg img {
    min-height: 308px;
    max-height: 308px;
}

#promo.active,
#spotlight.active,
#promo_bg.active,
#spotlight_bg.active {
    opacity: 1;
}

#promo.active, #spotlight_bg.active {
    left: 0;
}

#promo_bg.active {
    right: 0;
}

#promo_mobile,
#spotlight_mobile {
    display: none;
}

.our-values h2 {
    color: #150038;
    text-align: center;
    margin: 0rem;
}

@media screen and (max-width: 1150px) {
    .promo-container .image-container {
        width: 50%;
    }
    .content-container p a.btn {
        padding: 1.8rem 2.6rem;
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 820px) {
    .promo-container .content-container {
        width: 100%;
        text-align: center;
        margin: 8rem 0rem 1rem 0rem;
    }

}

@media screen and (max-width: 760px) {
    .promo-container .content-container {
        text-align: center;
        width: 90%;
        margin: 8rem 0rem 1rem 0rem;
    }

    .content-section.promotion {
        padding: 8rem 0rem 2rem 0rem;
    }
    .content-container p a.btn {
        padding: 1.2rem 1.2rem;
        width: 100%;
    }
    .spotlight .promo-container .image-container {
        order: -1;
    }

    .our-values .values-container .value-card {
        display: flex;
    }
    .our-values .values-container .value-card .value-img,
    .our-values .values-container .value-card .value-cnt {
        width: 50%;
    }
    .our-values .values-container .value-card .value-cnt {
        text-align: left;
        align-self: center;
    }

    .value-cnt h4 {
        margin: 0rem 0rem;
    }
    .value-cnt p {
        margin: 0rem 0rem;
    }

    .content-section.our-values {
        padding: 4rem 0rem;
    }

    .our-values h2 {
        margin-bottom: 2rem;
    }
}

@media screen and (max-width: 464px) {
    #promo,
    #promo_bg, #spotlight, #spotlight_bg {
        display: none;
    }
    #promo_mobile, #spotlight_mobile {
        display: block;
        width: 85%;
        float: none;
        margin: 0px auto;
    }
    #promo_mobile img, #spotlight_mobile img {
        width: 100%;
    }
    .promo-container .image-container {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        min-height: 100%;
        max-height: 100%;
    }
    .promo-container .content-container {
        margin: 4rem 0rem 1rem 0rem;
    }

    .promo-container .content-container h2 {
        font-size: 2.4rem;
    }

    .our-values .values-container .value-card {
        justify-content: space-around;
        padding: 1rem;
    }
    .our-values .values-container .value-card .value-img, .our-values .values-container .value-card .value-cnt {
        width: 46%;
    }

    
}