/* Geral */
.technology h5,
.solutions h5 {
    font-size: 32px;
    line-height: 125%;
    margin-bottom: 24px;
}

.technology p,
.solutions p {
    font-size: 16px;
    line-height: 125%;
    margin-bottom: 24px;
}

/* Technology */
.technology .cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
}

.technology .tech-card {
    display: flex;
    gap: 16px;
    justify-content: flex-start;
    padding: 24px;
    align-items: center;
    background-color: var(--color-white);
    border-radius: 4px;
    box-shadow: 0 1px 50px rgb(0 0 0 / 5%);
}

.technology .tech-card p {
    margin-bottom: 0;
}

/* Solutions */
#solutions {
    background-image: url(../../../images/imageTecnologyBackground.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.solutions h5,
.solutions p {
    color: var(--color-white);
}

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

/* Listagem de Culturas - Cards*/
.listagem-culturas .head-text h4 {
    margin-bottom: 16px;
}

.listagem-culturas .head-text p {
    line-height: 20px;
}

.listagem-culturas .flex-container {
    flex-direction: column;
    align-items: center;
    margin: 0;
    width: 100%;
}

/* Solution Button */
.solution-block {
    width: 100%;
}

.solution-block .hide-ds {
    width: 100%;
}

.solution-block .hide-ds .button.ghost {
    margin-top: 48px;
}

.solution-block .hide-ds .button {
    color: var(--color-orange);
    font-family: "Montserrat Regular", sans-serif;
    font-weight: 700;
    font-size: 18px;
}

.solution-block .hide-ds button img {
    transform: rotate(180deg);
}

.solution-block .button.ghost {
    max-height: 44px;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.solution-block .button.ghost a {
    margin-left: 8px;
}

.container-logos {
    background-color: var(--color-background-light-gray);
    padding: 100px 0 160px 0;
}

.container-logos-img {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10%;
    gap: 5%;
    flex-wrap: wrap;
}

.container-text h2 {
    font-weight: 400;
    font-size: 20px;
    line-height: 125%;
    max-width: 1000px;
    margin: auto;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .container-logos {
        flex-direction: column;
        gap: 60px;
    }
}