/* Font Weight */
.fw_300{
    font-weight: 300 !important;
}
.fw_400{
    font-weight: 400 !important;
}
.fw_500{
    font-weight: 500 !important;
}
.fw_600{
    font-weight: 600 !important;
}
.fw_700{
    font-weight: 700 !important;
}
.fw_800{
    font-weight: 800 !important;
}
.fw_900{
    font-weight: 900 !important;
}

/* Font Size */
.fs_12{
    font-size: 12px !important;
    line-height: 22px !important;
}
.fs_13{
    font-size: 13px !important;
    line-height: 22px !important;
}
.fs_14{
    font-size: 14px !important;
    line-height: 24px !important;
}
.fs_15{
    font-size: 15px !important;
    line-height: 24px !important;
}
.fs_16{
    font-size: 16px !important;
    line-height: 26px !important;
}
.fs_17{
    font-size: 17px !important;
    line-height: 26px !important;
}
.fs_18{
    font-size: 18px !important;
    line-height: 28px !important;
}
.fs_19{
    font-size: 19px !important;
    line-height: 29px !important;
}
.fs_20{
    font-size: 20px !important;
    line-height: 30px !important;
}
.fs_21{
    font-size: 21px !important;
    line-height: 30px !important;
}
.fs_22{
    font-size: 22px !important;
    line-height: 32px !important;
}
.fs_23{
    font-size: 23px !important;
    line-height: 32px !important;
}
.fs_24{
    font-size: 24px !important;
    line-height: 34px !important;
}
/* Width */
.mw_75{
    max-width: 75% !important;
}
.mw_80{
    max-width: 80% !important;
}
.mw_85{
    max-width: 85% !important;
}
.mw_90{
    max-width: 90% !important;
}
.mw_95{
    max-width: 95% !important;
}
.mw_100{
    max-width: 100% !important;
}

/* Margin */
@media only screen and (min-width: 767px) {
    .ms-lg-3{
        margin-left: 1rem !important;
    }
}