/* Padding */
.p-5-per{
    padding: 5%;
}
.p-0{
    padding: 0 !important;
}
.p-12-per{
    padding: 12%;
}

/* Margins */
.mt-0-per{
    margin-top: 0%;
}
.mt-1-per{
    margin-top: 1% !important;
}
.mt-2-per{
    margin-top: 2% !important;
}
.mt-3-per{
    margin-top: 3% !important;
}
.mt-4-per{
    margin-top: 4% !important;
}
.mt-5-per{
    margin-top: 5% !important;
}
.mt-8-per{
    margin-top: 8% !important;
}
.mt-neg5-per{
    margin-top: -5%;
}
.ml-2-per{
    margin-left: 2%;
}
.ml-5-per{
    margin-left: 5%;
}

.mb-10-per{
    margin-bottom: 10%;
}

.width-50 {
    width: 50% !important;
}
