﻿.home-product {
}

    .home-product .grid.wide {
        max-width: 1290px;
    }

.home-product-container {
    background-color: #fff;
    transform: translateY(-200px);
    background-image: url(../../../Design/img/home-product-bg.png);
    background-size: cover;
    padding: 0 24px;
    padding-top: 35px;
    padding-bottom: 44px;
}

.home-product-line {
    position: absolute;
    height: 3px;
    width: 233px;
    bottom: 0;
    background: var(--gradient-1);
    z-index: 2;
}

.home-product-title h3 {
    position: relative;
    background: var(--gradient-1);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
    padding-bottom: 12px;
    text-transform: uppercase;
    line-height: 144%;
}

.home-product-title {
    margin: 0;
    text-align: center;
    font-family: 'baiB';
    font-size: 32px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 48px;
}




@media(max-width:1023px) {
    .home-product-container {
        padding: 25px 20px;
    }
}

@media(min-width:740px) and (max-width:1023px) {
}

@media(max-width:739px) {
    .home-product-container {
        padding: 0;
        transform: translateY(0);
        padding: 15px 0;
    }

    .home-product-title {
        font-size: 23px;
        margin-bottom: 28px;
    }
}
