.text-small{
    font-size: 10px !important;
}
.text-md{
    font-size: 14px;
}
.text-lg{
    font-size: 18px;
}
.head-larg{
    font-size: 50px;
}
.head-larg-md{
    font-size: 30px;
}
@media screen and (max-width: 992px){
    .head-larg-md{
        font-size: 20px;
    }
    .text-md{
        font-size: 12px!important;
    }
    .head-larg{
        font-size: 30px;
    }
}
@media screen and (max-width: 552px){
    .head-larg{
        font-size: 24px;
    }
}
