@charset "UTF-8";

#mv .mv_text h2 {
    font-size: 4rem !important;
    line-height: 1.1;
    letter-spacing: -0.05rem;
    font-weight: normal;
    text-transform: uppercase;
    color: #f5b1aa;
}


#mv .mv_text p {
    font-size: 2rem;
    padding-top: 30px;
    color: #f5b1aa;
}


@media screen and (max-width: 650px) {
    #mv {
        height: 40vh !important;
    }
}

@media screen and (max-width: 450px) {
#mv .mv_text h2 {
    font-size: 3.4rem !important;
}
}
