
@media (max-width: 991.98px) {
    .hero {
        min-height: 760px;
    }

    .hero:after,
    .hero:before {
        opacity: .12;
        right: -30vw;
    }

    .hero-brand {
        display: none;
    }

    .experience-side {
        border-left: 0;
        border-top: 1px solid var(--borda);
        padding: 45px 0 0;
        margin-top: 45px;
    }

    .process:before {
        display: none;
    }

    .closing-panel {
        border-radius: 0;
        min-height: auto;
        padding: 50px 30px;
    }

    .value-item {
        border-right: 0;
        border-bottom: 1px solid var(--borda);
        padding: 18px;
    }

    .value-item:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 767.98px) {
    body {
        font-size: 16px;
    }

    .section {
        padding: 72px 0;
    }

    .hero {
        min-height: 720px;
    }

    .hero h1 {
        font-size: 3rem;
    }

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

    .hero:after {
        width: 100vw;
        right: -70vw;
    }

    .hero:before {
        width: 80vw;
        right: -55vw;
    }

    .tech-copy {
        padding-right: 0;
        margin-bottom: 35px;
    }

    .tech-image {
        min-height: 280px;
    }

    .closing h2 {
        font-size: 2.8rem;
    }
}