.twelve-pro-true-wrapper{
    margin: 0 auto;
    color: white;
    font-family: Roboto;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.twelve-pro-true-heading{
    padding: 0 15%;
    text-align: center;
    position: absolute;
    top: 10%;
}
.twelve-pro-true-heading h3{
    font-size: 29px;
}
.twelve-pro-true-heading p{
    font-size: 10px;
    max-width: 430px;
    margin: 30px 0 0;
}
.twelve-pro-true-content img{
    max-width: none !important;
    width: 100%;
}
.twelve-pro-true-bottom{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 500px;
}
.twelve-pro-true-bottom div img{
    max-width: none !important;
    width: 100%;
}
.twelve-pro-true-bottom div{
    margin: 0 5px;
}
#screen-lord{
    display: none;
}
@media only screen and (max-width: 1580px){
    .twelve-pro-true-heading{
        padding: 0 10%;
    }
}
@media only screen and (max-width: 726px){
    .twelve-pro-true-heading h3{
        font-size: 25px;
    }
    .twelve-pro-true-heading{
        top: 5%;
    }
}
@media only screen and (max-width: 580px){
    
    .twelve-pro-true-wrapper{
        padding: 15% 0;
    }
}
@media only screen and (max-width: 510px){
    
    .twelve-pro-true-wrapper{
        padding: 20% 0;
    }
}
@media only screen and (max-width: 490px){
    .twelve-pro-true-heading{
        text-align: left;
        
    }
    .twelve-pro-true-wrapper{
        padding: 40% 0 10%;
        align-items: unset;
    }
}
@media only screen and (max-width: 370px){
    .twelve-pro-true-content img{
        display: none;
    }
    #screen-lord{
        display: block;
        max-width: none !important;
        width: 100%;
    }
}




