.text-white {
    color: #fff !important;
}

.text-black {
    color: #000 !important;
}

.text-center {
    text-align: center !important;
}

.uppercase {
    text-transform: uppercase !important;
}

.bold {
    font-weight: bold !important;
}

.fs14 {
    font-size: 14px !important;
}

.fs28 {
    font-size: 28px !important;
}

.fs32 {
    font-size: 32px !important;
}

.m-auto {
    margin: auto;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}
