@media (max-width: 400px){
    .font-size-37{
        font-size: 20px !important;
    }
    .font-size-30{
        font-size: 18px !important;
    }
    .font-size-25{
        font-size: 16px !important;
    }
    .font-size-22{
        font-size: 22px !important;
    }
    .font-size-20{
        font-size: 20px !important;
    }
    .font-size-18{
        font-size: 15px !important;
    }
    .font-size-16{
        font-size: 16px !important;
    }
    .font-size-15{
        font-size: 15px !important;
    }
    .font-size-14{
        font-size: 14px !important;
    }
    .font-size-13{
        font-size: 13px !important;
    }
    .font-size-12{
        font-size: 12px !important;
    }
    .font-size-11{
        font-size: 11px !important;
    }
}
@media (min-width: 401px){
    .font-size-37{
        font-size: 37px !important;
    }
    .font-size-30{
        font-size: 30px !important;
    }
    .font-size-25{
        font-size: 25px !important;
    }
    .font-size-22{
        font-size: 22px !important;
    }
    .font-size-20{
        font-size: 20px !important;
    }
    .font-size-18{
        font-size: 18px !important;
    }
    .font-size-16{
        font-size: 16px !important;
    }
    .font-size-15{
        font-size: 15px !important;
    }
    .font-size-14{
        font-size: 14px !important;
    }
    .font-size-13{
        font-size: 13px !important;
    }
    .font-size-12{
        font-size: 12px !important;
    }
    .font-size-11{
        font-size: 11px !important;
    }

}
.text-grey{
    color: #CACACA !important;
}
.text-blue{
    color: #1CABD3 !important;
}
.text-dark-blue{
    color: #039BC6 !important;
}
.text-black{
    color: #132531;
}