.twelve-elegancy-content{
    background-image: url('../../assets/xiaomi-12-series/xiaomi-12/12-elegancy.png');
    min-height: 475px;
    background-repeat: no-repeat;
    background-color: black;
    color: white;
    background-size: contain;
    width: 100%;
}
.twelve-elegancy-wrapper{
    color: white;
    background-color: black;
    font-family: Roboto;
    padding: 5% 0;
}
.twelve-elegancy-content p{
    max-width: 450px;
    margin-left: 15%;
    font-size: 14px;
    color: #A5A5A5;
}
.twelve-elegancy-heading{
    margin-left: 15%;
    margin-bottom: 30px;
}
.twelve-elegancy-heading p{
    font-size: 29px;
    font-weight: bold;
}
.hand-phone{
    display: none;
}
@media only screen and (max-width: 1580px){
    .twelve-elegancy-heading{
        margin-left: 10%;
    }
    .twelve-elegancy-content p{
        margin-left: 10%;
    }
}
@media only screen and (max-width: 1400px){
    .twelve-elegancy-content p{
        max-width: 350px;
    }
    .twelve-elegancy-content{
        min-height: 400px;
    }
}
@media only screen and (max-width: 1170px){
    .twelve-elegancy-content p{
        max-width: 300px;
        font-size: 12px;
    }
    .twelve-elegancy-content{
        min-height: 370px;
    }
}
@media only screen and (max-width: 1080px){
    .twelve-elegancy-content p{
        max-width: 450px;
        font-size: 14px;
    }
    .twelve-elegancy-content{
        min-height: 475px;
             
    }
    .twelve-elegancy-heading{
        margin-left: 15%;
        padding-top: 6%;
    }
    .twelve-elegancy-content p{
        margin-left: 15%;
    }
    
}
@media only screen and (max-width: 726px){
    .twelve-elegancy-content p{
        max-width: 450px;
        font-size: 14px;
    }
    .twelve-elegancy-heading{
        margin-left: 10%;
        padding-top: 10%;
    }
    .twelve-elegancy-content p{
        margin-left: 10%;
    }
    .twelve-elegancy-content{
        min-height: 100px;
        background-image: none;
    }
    .hand-phone{
        padding: 0 0px 0 0;
        display: block;
    }
    .hand-phone img{
        width: 70%;
        max-width: none !important;
        
    }
}
@media only screen and (max-width: 645px){
    .twelve-elegancy-content p{
        max-width: 370px;
        font-size: 12px;
    }
     .twelve-elegancy-content{
        /* min-height: 370px; */
    }
}
@media only screen and (max-width: 545px){
    .twelve-elegancy-content p{
        max-width: 320px;
        font-size: 11px;
    }
   
}
@media only screen and (max-width: 490px){
    .twelve-elegancy-content p{
        max-width: 320px;
        font-size: 10px;
    }
    .twelve-elegancy-content{
        /* min-height: 300px; */
    }
    .hand-phone img{
        width: 90%;
        max-width: none !important; 
    }
    
}
@media only screen and (max-width: 460px){
    .twelve-elegancy-content p{
        max-width: 260px;
        font-size: 10px;
    }
}
@media only screen and (max-width: 420px){
    .twelve-elegancy-content p{
        max-width: 220px;
        font-size: 9px;
    }
    .twelve-elegancy-content{
        /* min-height: 250px; */
    }
}
@media only screen and (max-width: 370px){
    .twelve-elegancy-content p{
        max-width: 160px;
        font-size: 8px;
    }
    .twelve-elegancy-content{
        /* min-height: 200px; */
    }
}








