.product1-title {
    color: #FE7E11;
    font-size: 30px;
    font-weight: bold;
    padding: 20px 0;
}
.product1-subtitle {
    font-size: 18px;
    padding: 0 10px;
    display: flex;
    flex-direction: row;
}
.product2-title {
    color: #6A21D9;
    font-size: 30px;
    font-weight: bold;
    padding: 20px 0;
}
.product3-title {
    color: #BF58F4;
    font-size: 30px;
    font-weight: bold;
    padding: 20px 0;
}
.product2-box {
    margin: 10px 0;
}
.banner-text1-bg {
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 12px;
}
.banner-text2-bg {
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    width: 65%;
    align-self: center;
    padding: 10px;
}

.index-product1-bg {
    background: url(/static/images/home/Product_01.png);
    background-position: center top;
    background-repeat: no-repeat;
}
.index-product2-bg {
    background: url(/static/images/home/Product_02.png);
    background-position: center top;
    background-repeat: no-repeat;
}
.index-product3-bg {
    background: url(/static/images/home/Product_03.png);
    background-position: center top;
    background-repeat: no-repeat;
}
@media(max-width: 1000px) {
    .index-product1-bg {
        background: white;
    }
    .index-product2-bg {
        background: white;
    }
    .index-product3-bg {
        background: white;
    }
}

