.twelve-pro-spec-wrapper{
    font-family: Roboto;
    color: white;
    margin: 0 auto;
}
.twelve-pro-spec-top img{
    width: 100%;
    max-width: none !important;
}
.twelve-pro-spec-bottom{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 15%;
    align-items: center;
}
.twelve-pro-spec-left img{
    width: 170px;
    max-width: none !important;
    padding-right: 30px;
}
.twelve-pro-spec-right{
    max-width: 400px;
}
.twelve-pro-spec-right h3{
    font-size: 29px;
    margin-bottom: 5px;
}
.twelve-pro-spec-right p{
    font-size: 13px;
    margin-top: 25px;
    color: #A5A5A5;
}
#pro-spec-mobile{
    display: none;
}
@media only screen and (max-width: 1580px){
    .twelve-pro-spec-bottom{
        padding: 0 10%;
    }
}
@media only screen and (max-width: 1300px){
    .twelve-pro-spec-bottom{
        flex-direction: column-reverse;
    }
    .twelve-pro-spec-left{
        margin-top: 30px;
    }
}
@media only screen and (max-width: 1080px){
    .twelve-pro-spec-bottom{
        flex-direction: row;
        padding: 0 15% 5%;
        justify-content: space-evenly;
    }
    .twelve-pro-spec-left{
        margin-top: 0;
    }
}
@media only screen and (max-width: 726px){
    .twelve-pro-spec-bottom{
        flex-direction: column-reverse;
        padding: 0 10% 5%;
    }
    .twelve-pro-spec-left{
        margin-top: 30px;
    }
}
@media only screen and (max-width: 490px){
    .twelve-pro-spec-top img{
        display: none;
    }
    
    #pro-spec-mobile{
        display: block;
        max-width: none !important;
        width: 100%;
        padding-top: 10%;
    }

}