@media (min-width: 992px) {

    main {
        padding: 0px 180px;
    }

    p {
        font-size: 1.2rem;
    }

    /* Navbar */
    .navbar-brand {
        font-size: 2.3rem;
    }

    /* hero */

    .hero h1 {
        font-size: 42px;
        margin: 0px;
    }

    .hero p {
        font-size: 1.2rem;
    }

    .hero {
        flex-direction: row;
    }

    .hero-img img {
        max-width: 320px;
    }

    .hero-text {
        max-width: 600px;
        text-align: left;
        gap: 24px;
    }

    /* CTA Modal */

    .cta-modal .modal-content {
        max-width: 640px;
    }

    /* our clients */

    .our-clients {
        flex-direction: row;
        justify-content: center;
        gap: 16px;
    }

    /* Services */

    .services-group {
        flex-direction: row;
    }

    /* Sobre nosotros */

    .about-us p {
        padding: 0px 100px;
        text-align: center;
    }

}