@media only screen and (max-width: 30em) {
    html {
        font-size: 55%;
    }

    .grid--2-cols,
    .grid--3-cols {
        grid-template-columns: 1fr;
    }

    .hero-right {
        grid-row: 1;
    }

    .hero-logo {
        display: none;
    }

    .hero-title {
        font-size: 3.5rem;
    }

    .btn-container {
        display: flex;
    }

    .sabia-right {
        margin-top: 4.8rem;
    }

    .box-praquem,
    .area-praquem > .box-praquem:nth-child(4),
    .area-praquem > .box-praquem:nth-child(5) {
        width: 100%;
    }

    .praquem-title,
    .box-title,
    .headline,
    .alert svg {
        font-size: 2.5rem;
    }

    .praquem-description,
    .box-description {
        font-size: 2rem;
        line-height: 1.8;
    }

    .box-benefits {
        flex: none;
        width: 100%;
    }

    .img-hero {
        width: 100%;
    }

    .truth-right {
        grid-row: 1;
        width: 100%;
        height: auto;
        margin-bottom: 4.8rem;
    }

    .dep-videos {
        justify-items: center;
        width: 100%;
        height: 100%;
    }

    .btn-mobile {
        display: flex;
        margin-bottom: 4.8rem;
    }

    .whats-container {
        grid-gap: 4.8rem;
    }

    .guarantee-right {
        grid-row: 1;
        margin-bottom: 4.8rem;
    }

    .footer .grid {
        gap: 4.8rem;
    }

    .logo-footer {
        display: block;
        height: auto;
        width: 20rem;
    }
}
