/*---------------------Lucky in Red--------------------*/
*{
    margin: 0;
    
}
#mim2{
    background-color: #5e1e20;
    color: white;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    display: flex;
    margin: auto;
    padding: 45px 0px;
    
}
.left2{
    width: 50%;
}

.title2{
    width: 100%;
    box-sizing: border-box;
    margin: 100px 90px;
    margin-bottom: 40px;
}
.title2 p:nth-child(1){
    font-family: "BBText Regular",Helvetica,Arial,sans-serif;
    line-height: 19px;
    font-size: 14px;
    width: 70%;
    letter-spacing: 1px;
}
.title2 p:nth-child(2){
    font-family: "BBSans Regular",Helvetica,Arial,sans-serif;
    font-size: 40px;
    letter-spacing: normal;
    text-size-adjust: 100%;
    line-height: 1;
    letter-spacing: 2px;
    padding-top: 10px;
    margin-bottom: 20px;
    /* transform: scale(1,2); */
    
    
}
.title2 p:nth-child(3){
    font-family: "BBText Regular",Helvetica,Arial,sans-serif;
    line-height: 19px;
    font-size: 14px;
    width: 70%;
}
.shopnow2{
    margin-top: 25px;
    background-color: white;
    color: black;
    border: 0;
    height: 30px;
    font-weight: bold;
}




.right2{
    width: 50%;
    box-sizing: border-box;
    padding-left: 55px;
}
.right2 img{
    height: 430px;
    object-fit: contain
    
    ;
}


/* ---------------------------MEDIA QUERY--------------------------- */

@media (max-width:768px) {
    #mim2{
        background-color: #5e1e20;
        width: 100%;
        height: auto;
        box-sizing: border-box;
        display: flex;
        flex-direction: column-reverse;
        margin: auto;
        padding: 45px 0px;
        
    }
    #mim2 .left2{
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        padding: 30px 20px 0px 20px;
    }
    
    #mim2 .title2{
        width: 100%;
        box-sizing: border-box;
        margin: auto;
        margin-bottom: 40px;
        text-align: center;
    }

    .title2 p:nth-child(1){
        font-family: "BBText Regular",Helvetica,Arial,sans-serif;
        line-height: 1;
        font-size: 14px;
        width: 100%;
        letter-spacing: 1px;
        padding-top: 40px 0px;
    
    }

    #mim2 .title2 p:nth-child(2){
        font-family: "BBSans Regular",Helvetica,Arial,sans-serif;
        font-size: 40px;
        letter-spacing: normal;
        text-size-adjust: 100%;
        line-height: 1;
        letter-spacing: 1px;
        padding-top: 20px;
        margin-bottom: 10px;
        /* transform: scale(1,2); */
        
        
    }
    #mim .title p:nth-child(3){
        font-family: "BBText Regular",Helvetica,Arial,sans-serif;
        line-height: 1.3;
        font-size: 16px;
        width: 60%;
        margin: auto;
    }
    #mim2 .shopnow2{
        background-color: white;
        color: black;
        border: 0;
        height: 30px;
        font-weight: bold;
        width: 100px;
    }
    
    
    
    
    #mim2 .right2{
        width: 100%;
        box-sizing: border-box;
        justify-content: center;
        padding-left: 0;
    }
    #mim2 .right2 img{
        width: 610px;
        height: 430px;
        margin: auto;
        display: block;
        
    }
}

/* ------------------------------for small screen--------------------------------- */

@media (max-width:425px) {
    #mim2 .right2{
        width: 100%;
        box-sizing: border-box;
        justify-content: center;
        padding-left: 0;
    }
    #mim2 .right2 img{
        width: 310px;
        height: 290px;
        margin: auto;
        display: block;
        
    }
    #mim2 .title2 p:nth-child(3){
        font-family: "BBText Regular",Helvetica,Arial,sans-serif;
        line-height: 1.5;
        font-size: 14px;
        width: 100%;
    }
}