@media (max-width: 767px) {
.hero{
    height: 119vh;
}
.hero-headline{
        translate: none;
    rotate: none;
    scale: none;
    transform: translate(0px, 20px);
    opacity: 1;
}

.hero-content{
    height: 260px;
}

.hero-video{
    opacity: 0;
}




.hero-sub{
        translate: none;
    rotate: none;
    scale: none;
    transform: translate(0px, 20px);
    opacity: 1;
}

.section-flex{
    flex-direction: unset!important;
    padding: 60px!important;
    flex-wrap: wrap;
}

.section-inner{
    padding: 0!important;
}

.section-inner{
    transform: scale(0.9);
}

#heroEyebrow{
        position: relative;
    top: -89px;
    text-align: center;
    left: 11%;
}

.rg-challenge-card{
    width: 300px;
}

}