@media (max-width: 1440px) {
    body {
        background-color: var(--color-misteryBlue);
    }

    .historiaContent iframe {
        width: 100%;
        height: 280px;
    }

    .historiaContent h2 {
        font-size: 3rem;
    }

    .historiaContent p {
        font-size: 1.4rem;
    }

    .pgsolucoes-cards-100-content h3,
    .chamadaCondominiosContainer h2 {
        font-size: 2rem;
    }

    .productPageHeaderCallLeft h2,
    .productPageSection2Title h2,
    .productPageBenefitsTitle h2,
    .altoFluxoSectionTitleWrapper h2 {
        font-size: 2.4rem;
        line-height: 1.4;
    }

    .pgsolucoes-cards-100-content p {
        font-size: 1rem;
    }

    .productPageBenefitsItemsDescription p {
        font-size: 1rem;
    }

    .seccionadasAcessoriosList {
        display: flex;
        gap: 2rem;
    }

    .seccionadasAcessoriosList img {
        width: 170px;
    }

    .vidrosAplicacoesIcons {
        grid-template-columns: repeat(3, 1fr);
    }


}