.section-product {

    width: 100vw;

}
.product-new {
    width: 45vw;
    background: #000;
    margin: 0 auto;
    padding:50px 30px;
    box-sizing: border-box;
}

.new-tlt {
    text-align: center;
    font-size: 1.5625vw;
    line-height: 40px;
font-family: "Manrope-ExtraBold";
    font-weight: bold;
background-image: var(--bgimg);
  -webkit-background-clip: text;
  color: var(--dcolor);
	
}
.new-date {
    font-size: 15px;
    font-family: Arial;
    font-weight: 400;
    color: #6B6B6B;
    padding: 25px 0 12px 0;
    width: 100%;
border-bottom: 1px solid transparent;
  border-image: linear-gradient(to right, #f3bdc6, #c2a5e1, #82dade, #b0c7e8, #febe9e, #face84, #e3e38c, #c0de88) 1;
}
.new-text {
    color: #fff;
    /*font-family: ArialMT !important;*/
    font-size: 16px;
    font-weight: normal !important;
    line-height: 24px;
}
.more-img {
    width: 30vw;
    margin-bottom: 30px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: 10px
}.more-tlt {
     font-size: 4vw;
     position: absolute;
     color: #fff;
     left: 50%;
     transform: translateX(-50%);
     top: 3.5vw
}
.pic-img {
    width: 80%;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 900px) {
    .more-img {
        width: 80vw;
        margin-bottom: 30px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        top: 10px
    }.more-tlt {
            display: block;
            width: 100%;
         font-size: 10vw;
         position: absolute;
         color: #fff;
         left: 50%;
    text-align: center;
         transform: translateX(-50%);
         top: 13.5vw
     }
    .section-product {
        
        width: 100vw;
    }
    .product-new {
        width: 95vw;
        
        margin: 0 auto;
        padding:20px 0px;
        box-sizing: border-box;
    }

}
