@media screen and (max-width: 767px) {
    .hero__title {
        font-size: Min(15.5vw,78px);
    }
}