/* margin top */
.mt-xs{
    margin-top: 6.18px;
}

.mt-sm{
    margin-top: 10px;
}

.mt-md{
    margin-top: 16.18px;
}

.mt-lg{
    margin-top: 26.18px;
}

.mt-xl{
    margin-top: 42.36px;
}

/* margin bottom */
.mb-xs{
    margin-bottom: 6.18px;
}

.mb-sm{
    margin-bottom: 10px;
}

.mb-md{
    margin-bottom: 16.18px;
}

.mb-lg{
    margin-bottom: 26.18px;
}

.mb-xl{
    margin-bottom: 42.36px;
}

