/* BANNNER
*********************************/
.cus-p {
    font-size: 24px;
    font-weight: 700;
    color: white;
}

@media(min-width: 768px) {
.cus-p {
    font-size: 42px;
    font-weight: 700;
    color: white;
    margin-top: 20px;
}
}