.f-right {
    float: right;
}

.mb-100 {
    margin-bottom: 100px;
}

.mt-100 {
    margin-top: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-150 {
    padding-top: 150px;
}

.pb-150 {
    padding-bottom: 150px;
}

.mb-30 {
    margin-bottom: 30px;
}

.text-right {
    text-align: right;
}

.mb-4 {
    margin-bottom: 10px;
}

.mb-0 {
    margin-bottom: 0px;
}