.section-title p {
    padding-bottom: 20px;
    color: #333;
    font-size: 20px;
}
/*** Ipad ***/
@media screen and (max-width: 992px){
}

/*** Mobile ***/
@media screen and (max-width: 768px){

}