

.hero{
    position: relative;
    background-position: center;
    background-size: cover;
}
.vs{
    display: table;
}
.ms{
    display: table-cell;
    vertical-align: middle;
    height: 600px;
    flex-shrink: 0;
}
.overlay.first{
    background: linear-gradient(74deg, #000 0.65%, rgba(0, 0, 0, 0.00) 51.93%);
}
.metaHero {
    border-radius: 8px;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}
.titleHero{
    color: #FFF;
    font-family: OpenSauceBold;
    font-size: 44px;
    line-height: 42px;
    margin: 0px;
}
.textHero{
    font-size: 18px;
    line-height: 140%;
    color: #FBF8F3;
    margin: 0px;
}
.contBtn {
    width: 100%;
    display: inline-flex;
    gap: 16px;
}





/* RESPONSIVE */

/* SMALL DESKTOP */
@media only screen and (min-width : 1025px) and (max-width : 1198px) {

}
/* IPAD */
@media (min-width: 768px) and (max-width: 1024px) {

}

/* IPAD LANDSCAPE */
@media (min-width: 768px) and (max-width: 1024px) and (orientation:landscape) {

}

/* IPAD PORTRAIT */
@media (min-width: 768px) and (max-width: 1024px) and (orientation:portrait){

}

/* SMARTPHONE */
@media only screen and (min-width: 320px) and (max-width: 767px) {

}
