@media screen and (max-width: 700px) {
    html {
        font-size: 11px;
    }
    .h1-evento-bold {
        font-size: 2.5rem;
    }
    .h2-evento-bold {
        font-size: 1.5rem;
    }
    .paralax-igo {
        height: 250px!important
    }
    .paralax-igo img {
        transform: translate(-54%, 16px)!important;
        width: 723px;
    }
    .texto-termos {
        font-size: 1.2rem;
    }
}