@media screen and (max-width: 750px) {
    .title-small {
        font-size: 1.875rem !important;
    }

    .title-big {
        font-size: 2.1875rem;
        margin: 0;
    }

    body {
        position: relative !important;
    }
}