@media screen and (min-width: 1200px) {
    /* Geral */
    #technology,
    #solutions,
    #listagem-culturas {
        padding: 100px 56px;
    }

    /* Technology */
    .technology .container {
        display: flex;
        justify-content: space-between;
    }

    .technology .technology-text,
    .technology .hide-mb {
        width: 60%;
    }

    /* Solutions */
    .solutions .container {
        display: flex;
        justify-content: space-between;
    }

    .solutions-text {
        align-self: center;
        width: 60%;
    }

    .solutions-image {
        width: 90%;
        align-self: center;
    }

    .solutions p {
        margin-bottom: 72px;
    }

    .solutions p:last-child {
        margin-bottom: 0px;
    }

    .technology .container {
        gap: 5%;
    }

    .technology .technology-image {
        width: 40%;
    }

    .technology .technology-image img {
        width: 100%;
        object-fit: cover;
        border-radius: 2%;
    }

    .technology .text {
        width: 70%;
    }
}

@media screen and (max-width: 1199px) {
    #technology,
    #solutions,
    #listagem-culturas {
        padding: 64px 32px;
    }

    .technology .technology-image {
        width: 100%;
    }

    .technology-text {
        width: 100%;
    }
    
    .technology .technology-image img {
        width: 100%;
    }
    
}

@media screen and (min-width: 768px) {
    /* Technology */
    .technology-text {
        margin-bottom: 48px;
    }

    .technology .tech-card {
        width: 300px;
        z-index: 1;
    }

    .technology .card-block {
        display: flex;
        max-width: 700px;
        margin: 0 auto;
    }

    .technology .cards {
        width: 50%;
        height: 400px;
        left: 15px;
    }

    .technology .tech-card {
        z-index: 1;
    }

    /* Solutions */
    .solutions p {
        margin-bottom: 48px;
    }

    .solutions p:last-child {
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 767px) {
    /* Geral */
    #technology,
    #solutions,
    #listagem-culturas {
        padding: 56px 16px;
    }

    .technology h5 {
        font-size: 24px;
    }

    /* Tecnologia */
    .technology .cards {
        margin-bottom: 8px;
    }

    .technology .technology-image {
        width: 100%;
    }

    .technology-text {
        width: 100%;
    }
    
    .technology .technology-image img {
        width: 100%;
    }

    /* Solutions */
    .solutions p {
        margin-bottom: 32px;
    }

    .solutions p:last-child {
        margin-bottom: 0px;
    }
}
