.mt-max{
    margin-top:8rem !important;
}
.mb-max{
    margin-bottom:8rem !important;
}
.pt-max{
    padding-top:8rem !important;}
.pb-max{
    padding-bottom:8rem !important;}
.my-6{
    margin-top:5rem !important;
    margin-bottom:5rem !important;
}
.mt-6{
    margin-top:5rem !important;
}
.mb-6{
    margin-bottom:5rem !important;
}
.my-7{
    margin-top:8rem !important;
    margin-bottom:8rem !important;
}
.mt-7{
    margin-top:8rem !important;
}
.mb-7{
    margin-bottom:8rem !important;
}
.py-6{
    padding-top:5rem !important;
    padding-bottom:5rem !important;
}
.pt-6{
    padding-top:5rem !important;
}
.pb-6{
    padding-bottom:5rem !important;
}
.py-7{
    padding-top:8rem !important;
    padding-bottom:8rem !important;
}
.pt-7{
    padding-top:8rem !important;
}
.pb-7{
    padding-bottom:8rem !important;
}