.solucoes-hero {
    position: relative;
    min-height: 686px;
    background: #d8d8d8;
    overflow: hidden;
}
.solucoes-hero__grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(90deg, rgba(0, 128, 255, 0.65) 1.2px, transparent 1.2px), linear-gradient(rgba(0, 128, 255, 0.65) 1.2px, transparent 1.2px), linear-gradient(135deg, transparent calc(50% - 1px), rgba(0, 128, 255, 0.65) 50%, transparent calc(50% + 1px));
    background-size: 452px 100%, 100% 343px, 55% 100%;
    background-position: 136px 0, 0 140px, 0 0;
    opacity: 0.35;
    background-repeat: no-repeat;
}
.solucoes-hero__container {
    position: relative;
    z-index: 1;
    max-width: 1280px;
    margin: 0 auto;
    min-height: 686px;
    padding: 182px 54px 76px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
.solucoes-hero__content {
    width: min(100%, 605px);
}
.solucoes-hero__title {
    margin: 0 0 22px;
    color: #232522;
    font-size: 62px;
    font-weight: 300;
    line-height: 62px;
}
.solucoes-hero__description {
    margin: 0;
    max-width: 449px;
    color: #000;
    opacity: 0.5;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
@media (max-width: 768px) {
    .solucoes-hero {
        min-height: 480px;
    }
    .solucoes-hero__container {
        min-height: 480px;
        padding: 130px 20px 40px;
        justify-content: flex-start;
    }
    .solucoes-hero__title {
        font-size: 34px;
        line-height: 38px;
    }
}
