.f-20{
    font-size: 20px;
}
.shadow-white{
    color: white;
    text-shadow: 3px 2px 2px rgba(0, 0, 0, 1);
}
.title-48{
    font-size: 48px;
}

.p0{
    padding: 0;
}

.m0{
    margin: 0;
}

.ptb{
    padding-top: 100px;
    padding-bottom: 50px;
}

.hidden{
    display: none !important;
}

.f-40{
    font-size: 40px;
}

/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 992px) {
    .f-40{
        font-size: 30px;
    }
}
  
/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
    .f-40{
        font-size: 18px;
    }
    .hidden-xs{
        display: none;
    }
}