/* helpers */

.display-none {
    display: none;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-2 {
    margin-top: 1.5em !important;
}

.pb-1 {
    padding-bottom: 0.3em !important;
}
.pb-2 {
    padding-bottom: 1em !important;
}
.pb-3 {
    padding-bottom: 1.75em !important;
}
.pb-4 {
    padding-bottom: 2em !important;
}
.pb-5 {
    padding-bottom: 3em !important;
}

