.twelve-pro-durability-wrapper{
    margin: 0 auto;
    color: white;
    font-family: Roboto;
}
.twelve-pro-durability-top{
    text-align: left;
    padding: 2% 15%;
}
.twelve-pro-durability-top h3{
    font-size: 71px;
    margin-bottom: 15px;
}
.twelve-pro-durability-top p{
    font-size: 13px;
    color: #A5A5A5;
    max-width: 400px;
}
.twelve-pro-durability-bottom{
    width: 90%;
    max-width: none !important;
}
.twelve-pro-durability-bottom img{
    width: 100%;
    max-width: none !important;
}
@media only screen and (max-width: 1580px){
    .twelve-pro-durability-top{
        padding: 2% 10%;
    }
}
@media only screen and (max-width: 1080px){
    .twelve-pro-durability-top{
        padding: 5% 15%;
    }
    .twelve-pro-durability-bottom img{
        width: 100%;
    }
}
@media only screen and (max-width: 726px){
    .twelve-pro-durability-top{
        padding: 5% 10%;
    }
    .twelve-pro-durability-top h3{
        font-size: 51px;
    }
}
@media only screen and (max-width: 490px){
    .twelve-pro-durability-top h3{
        font-size: 10vw;
    }
}