.w-40 {
    width: 40%;
}

.w-40-m-60 {
    width: 40%;
}

.w-40-m-70 {
    width: 40%;
}

.w-80 {
    width: 80%;
}

.w-90 {
    width: 90%;
}

.w-90-l-100 {
    width: 90%;
}

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

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-50-lg-30 {
    margin-top: 50px;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-8{
    margin-bottom: 8px !important;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.p-10 {
    padding: 10px;
}

.p-20 {
    padding: 20px;
}

.p-25 {
    padding: 25px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.prl-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.pb-0 {
    padding-bottom: 0;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-5{
    padding-bottom: 5px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.mt-15-p{
    margin-top: 15%;
}

.mb-80 {
    margin-bottom: 80px;
}