.solucoes-logos {
    background: #d8d8d8;
    padding: 20px 0 36px;
}

.solucoes-logos__container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 54px;
}

.solucoes-logos__label {
    margin: 0 0 16px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.18);
}

.solucoes-logos__grid {
    background: #d8d8d8;
    border-top: 1px solid rgba(0, 0, 0, 0.18);
    border-bottom: 1px solid rgba(0, 0, 0, 0.18);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.solucoes-logos__item {
    min-height: 168px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 26px;
    border-right: 1px solid rgba(0, 0, 0, 0.18);
}

.solucoes-logos__item:last-child {
    border-right: 0;
}

.solucoes-logos__image {
    display: block;
    max-width: 86%;
    max-height: 74px;
    width: auto;
    height: auto;
    object-fit: contain;
    opacity: 0.78;
}

.solucoes-logos__textmark {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #4a4a4a;
    line-height: 1;
}

.solucoes-logos__textmark-line1 {
    font-size: 47px;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.solucoes-logos__textmark-line2 {
    font-size: 47px;
    font-weight: 700;
    letter-spacing: -0.03em;
    margin-top: -4px;
}

.solucoes-logos__textmark-line3 {
    font-size: 15px;
    font-weight: 500;
    margin-top: 6px;
    letter-spacing: 0.02em;
}

.solucoes-logos__item:last-child .solucoes-logos__textmark {
    align-items: center;
}

.solucoes-logos__item:last-child .solucoes-logos__textmark-line1 {
    font-size: 54px;
    letter-spacing: -0.02em;
}

@media (max-width: 1024px) {
    .solucoes-logos__grid {
        grid-template-columns: 1fr 1fr;
    }

    .solucoes-logos__item:nth-child(2n) {
        border-right: 0;
    }

    .solucoes-logos__item {
        border-bottom: 1px solid rgba(0, 0, 0, 0.18);
    }

    .solucoes-logos__item:nth-last-child(-n + 2) {
        border-bottom: 0;
    }
}

@media (max-width: 768px) {
    .solucoes-logos {
        padding-bottom: 24px;
    }

    .solucoes-logos__container {
        padding: 0 20px;
    }

    .solucoes-logos__grid {
        grid-template-columns: 1fr;
    }

    .solucoes-logos__item,
    .solucoes-logos__item:nth-child(2n) {
        border-right: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.18);
    }

    .solucoes-logos__item:last-child {
        border-bottom: 0;
    }

    .solucoes-logos__textmark-line1,
    .solucoes-logos__textmark-line2 {
        font-size: 32px;
    }

    .solucoes-logos__item:last-child .solucoes-logos__textmark-line1 {
        font-size: 38px;
    }
}