.twelve-pro-triple-wrapper{
    margin: 0 auto;
    font-family: Roboto;
    color: white;
    padding: 0;
    position: relative;
}
.twelve-pro-triple-heading{
    padding: 0 15% 5%;
    text-align: left;
}
.twelve-pro-triple-heading h3{
    font-size: 29px;
}
.twelve-pro-triple-heading p{
    color: #A5A5A5;
    font-size: 13px;
    margin-top: 25px;
}
.twelve-pro-triple-content img{
    width: 100%;
    max-width: none !important;
}
.twelve-pro-triple-info{
    color: black;
    text-align: right;
    position: absolute;
    bottom: 14%;
    left: 79%;
    padding-right: 15px;
}
.twelve-pro-triple-info h4{
    font-size: 25px;
}
.twelve-pro-triple-info p{
    font-size: 13px;
}
.twelve-pro-triple-content-two{
    display: none;
}
@media only screen and (max-width: 1580px){
    .twelve-pro-triple-heading{
        padding: 0 10%;
    }
}
@media only screen and (max-width: 726px){
    .twelve-pro-triple-info{
    left: 75%;
}
}
@media only screen and (max-width: 490px){
    .twelve-pro-triple-content-two{
        display: block;
        padding: 5%;
        border-radius: 10px;
        text-align: center;
        background-color: white;
        color: black;
    }
    .twelve-pro-triple-content-two img{
        max-width: none !important;
        width: 100%;
    }
    .twelve-pro-triple-wrapper{
        padding: 15% 10% 10%;
    }
    .twelve-pro-triple-heading{
        padding: 0 0 10%;
    }
    .twelve-pro-triple-content{
        display: none;
    }
    .twelve-pro-triple-info{
        display: none
    };
    .twelve-pro-triple-heading{
        font-size: 25px;
    }
    .twelve-pro-triple-content-two h4{
        font-size: 25px;
        margin-bottom: 10px;
        margin-top: 20px;
    }
    .twelve-pro-triple-content-two p{
        font-size: 13px;
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 400px){
    .twelve-pro-triple-wrapper{
    margin-top: 20px;

}
}