.paint-select-hero .title {
    margin-bottom: 10px;
}

.paint-select-hero .desc {
    margin: 0;
    max-width: 980px;
    font-weight: 600;
}
.paint-select-hero-color {
    display: flex;
    flex-direction: column;
}

.paint-select-hero-color__tech-text {
    margin-top: auto;
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 12px;
    font-weight: 400;
}

.paint-select-hero-color .prod-title--palette {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 28px;
}

.paint-select-hero-color .prod-title--code {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 40px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 18px;
}

.paint-select-hero-color .prod-title--code small {
    font-size: 12px;
    font-weight: 400;
}

.paint-select-hero-color--dark {
    color: #fff;
}

.paint-select-hero-color--dark .prod-title,
.paint-select-hero-color--dark .paint-select-hero-color__tech-title,
.paint-select-hero-color--dark .paint-select-hero-color__tech-text {
    color: #fff !important;
}

.paint-select-hero-color--light {
    color: #1f2328 !important;
}

.paint-select-hero-color--light .prod-title,
.paint-select-hero-color--light .paint-select-hero-color__tech-title,
.paint-select-hero-color--light .paint-select-hero-color__tech-text {
    color: #1f2328 !important;
}

@media (max-width: 1278px) {
    .paint-select-hero-color {
        display: grid;
        grid-template-columns: repeat(2, auto);
        gap: 40px;
    }
    .paint-select-hero-color__tech-text {
        grid-row: 2;
        grid-column: span 2;
    }
    .paint-select-hero-color .prod-title--palette {
        grid-column: 2;
        grid-row: 1;
        font-size: 22px;
        text-align: right;
        margin-bottom: 0;
    }

    .paint-select-hero-color .prod-title--code {
        grid-column: 1;
        grid-row: 1;
        font-size: 32px;
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .paint-select-hero-color {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .paint-select-hero-color .prod-title--palette {
        font-size: 18px;
        margin-bottom: 20px;
        text-align: left;
    }

    .paint-select-hero-color .prod-title--code {
        font-size: 32px;
        margin-bottom: 20px;
        order: -1;
    }

    .paint-select-hero-color__tech-title {
        margin-top: 12px;
    }

    .paint-select-hero-color__tech-text {
        font-size: 14px;
        line-height: 1.35;
    }
}
