.border-1 {
    border-style: solid;
    border-width: 1px !important;
}

.border-2 {
    border-style: solid;
    border-width: 2px !important;
}

.border-3 {
    border-style: solid;
    border-width: 3px !important;
}

.font-size-11 {
    font-size: 11px;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-13 {
    font-size: 13px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-20 {
    font-size: 20px;
}

.padding-top-1-3 {
    padding-top: 1.3rem;
}

.padding-top-4-2 {
    padding-top: 4.2rem;
}

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

.text-italic {
    font-style: italic !important;
}

.text-normal {
    font-weight: normal !important;
}
