.tradition_section{
    padding: 80px 0;  
}
.sketch-left {
    position: absolute;
    width: 20%;
    left: 0;
    top: 30px;
}

.sketch-right {
    position: absolute;
    right: 0;
    bottom: 20px;
    width: 20%;
}
.product-text{
    line-height: 2rem;
    font-size: 18px;
    color: #000;
    font-family: "Cormorant", serif;
    letter-spacing: 2px;
    font-weight: 400;
}
.text-1{
    font-size: 39px;
}
.text-2{
    font-size: 26px;
}
img.object-fit-contain {
    -o-object-fit: contain;
    object-fit: contain;
    background-position: center center;
}
.video_title{
    font-size: 18px;
    margin-top:10px;
    color: #002D5C;
    text-transform: uppercase;
    font-family: proxima nova;
    font-weight: 400;
}
.splide__list{
    height: auto !important;
}
.creations-title{
    color: #002D5C;
    font-size:19px;
    font-weight: 400;
    text-transform: uppercase;
    font-family:proxima nova;
    margin-top: 20px;
}
.make-up{
    padding:80px 11vw;
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .tradition_section{
        padding: 70px 0;  
    }
    .make-up{
        padding:70px 11vw;
    }
}

@media(max-width:768px){
    .tradition_section {
        padding: 40px 0;
    }
    .make-up{
        padding:40px 11vw;
    }
    .text-p{
        margin-bottom: 10px !important;
    }
    .product-image{
        margin-top: 10%;
    }
    .product-text{
        line-height: 1.2rem;
        font-size: 11px;
        letter-spacing: 2px;
    }
    .text-1{
        font-size: 14px;
    }
    .text-2{
        font-size: 14px;
    }
    .video_title{
        font-size: 11px;
        line-height:1rem; 
    }
    .creations-title{
        font-size: 11px;
    }
}