.twelve-pro-cars-wrapper{
    margin: 0 auto;
    color: white;
    font-family: Roboto;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.twelve-pro-cars-heading{
    text-align: center;
}
.twelve-pro-cars-heading h3{
    font-size: 29px;
    font-weight: bold;
}
.twelve-pro-cars-heading p{
    font-size: 13px;
    color: #A5A5A5;
    margin-top: 55px;
    max-width: 430px;
}
.twelve-pro-cars-content img{
    width: 100%;
    max-width: none !important;
}
@media only screen and (max-width: 490px){
    .twelve-pro-cars-heading h3{
        font-size: 25px;
    }
    .twelve-pro-cars-heading{
        text-align: left;
        padding: 0 10%;
    }
}