.produtos-hero {
    position: relative;
    background: #232522;
    min-height: 686px;
    overflow: hidden;
}

.produtos-hero__grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(90deg, rgba(0, 128, 255, 0.24) 1.5px, transparent 1.5px),
        linear-gradient(rgba(0, 128, 255, 0.24) 1.5px, transparent 1.5px),
        linear-gradient(135deg, transparent calc(50% - 1px), rgba(0, 128, 255, 0.24) 50%, transparent calc(50% + 1px));
    background-size: 320px 320px, 320px 320px, 100% 100%;
    opacity: 0.64;
}

.produtos-hero__container {
    position: relative;
    z-index: 1;
    max-width: 1280px;
    margin: 0 auto;
    min-height: 686px;
    padding: 122px 54px 68px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.produtos-hero__content {
    width: min(100%, 605px);
}

.produtos-hero__title {
    margin: 0 0 16px;
    color: #0080ff;
    font-size: 52px;
    font-weight: 300;
    line-height: 56px;
}

.produtos-hero__description {
    margin: 0;
    max-width: 449px;
    color: #d1d1d1;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

@media (max-width: 768px) {
    .produtos-hero {
        min-height: 480px;
    }

    .produtos-hero__container {
        min-height: 480px;
        padding: 100px 20px 40px;
        justify-content: flex-start;
    }

    .produtos-hero__title {
        font-size: 34px;
        line-height: 38px;
    }
}
