/* PADDING */
.pt-6,
.py-6 {
    padding-top: 5rem;
}
.pt-60px,
.py-60px {
    padding-top: 60px;
}
/* PADDING PX */
.pl-64px,
.px-64px {
    padding-left: 4rem;
}

.pt-32px,
.py-32px {
    padding-top: 32px;
}

.pb-32px,
.py-32px {
    padding-bottom: 32px;
}

.pr-64px,
.px-64px {
    padding-right: 4rem;
}
/* MARGIN REM */
.mt-6,
.my-6 {
    margin-top: 5rem;
}
.mt-7,
.my-7 {
    margin-top: 6rem;
}
.mt-8,
.my-8 {
    margin-top: 7rem;
}
.mt-9,
.my-9 {
    margin-top: 8rem;
}
.mt-10,
.my-10 {
    margin-top: 9rem;
}
/* MARGIN PX */
.mt-32px,
.my-32px {
    margin-top: 2rem;
}
.mt-40px,
.my-40px {
    margin-top: 2.5rem;
}
.mt-64px,
.my-64px {
    margin-top: 4rem;
}
.mt-80px,
.my-80px {
    margin-top: 5rem;
}

.mb-32px,
.my-32px {
    margin-bottom: 2rem;
}
.mb-40px,
.my-40px {
    margin-bottom: 2.5rem;
}
.mb-64px,
.my-64px {
    margin-bottom: 4rem;
}
.mb-80px,
.my-80px {
    margin-bottom: 5rem;
}

/*
 xs < 576px
 sm > 576px
 md > 768px
 lg > 992px
 xl > 1200px
*/
@media (min-width: 992px) {
    /* PADDING */
    .pt-lg-6,
    .py-lg-6 {
        padding-top: 5rem !important;
    }
    /* PADDING PX */
    .pl-lg-64px,
    .px-lg-64px {
        padding-left: 4rem !important;
    }
    .pt-lg-60px,
    .py-lg-60px {
        padding-top: 60px !important;
    }
    .pr-lg-64px,
    .px-lg-64px {
        padding-right: 4rem !important;
    }
    .pt-lg-32px,
    .py-lg-32px {
        padding-top: 32px !important;
    }
    .pb-lg-32px,
    .py-lg-32px {
        padding-bottom: 32px !important;
    }
    /* MARGIN REM */
    .mt-lg-6,
    .my-lg-6 {
        margin-top: 5rem !important;
    }
    .mt-lg-7,
    .my-lg-7 {
        margin-top: 6rem !important;
    }
    .mt-lg-8,
    .my-lg-8 {
        margin-top: 7rem !important;
    }
    .mt-lg-9,
    .my-lg-9 {
        margin-top: 8rem !important;
    }
    .mt-lg-10,
    .my-lg-10 {
        margin-top: 9rem !important;
    }
    /* MARGIN PX */
    .mt-lg-32px,
    .my-lg-32px {
        margin-top: 2rem !important;
    }
    .mt-lg-40px,
    .my-lg-40px {
        margin-top: 2.5rem !important;
    }
    .mt-lg-64px,
    .my-lg-64px {
        margin-top: 4rem !important;
    }
    .mt-lg-80px,
    .my-lg-80px {
        margin-top: 5rem !important;
    }

    .mb-lg-32px,
    .my-lg-32px {
        margin-bottom: 2rem !important;
    }
    .mb-lg-40px,
    .my-lg-40px {
        margin-bottom: 2.5rem !important;
    }
    .mb-lg-64px,
    .my-lg-64px {
        margin-bottom: 4rem !important;
    }
    .mb-lg-80px,
    .my-lg-80px {
        margin-bottom: 5rem !important;
    }
}

@media (min-width: 1199px) {
    .mt-xl-64px,
    .my-xl-64px {
        margin-top: 64px !important;
    }
}