@media (min-width: 768px) {
    .pt-md-6,
    .py-md-6 {
      padding-top: 5rem !important;
    }

    .pr-md-6,
    .px-md-6 {
      padding-right: 5rem !important;
    }

    .pb-md-6,
    .py-md-6 {
      padding-bottom: 5rem !important;
    }

    .pl-md-6,
    .px-md-6 {
      padding-left: 5rem !important;
    }

    .pt-md-10,
    .py-md-10 {
      padding-top: 10rem !important;
    }

    .pr-md-10,
    .px-md-10 {
      padding-right: 10rem !important;
    }

    .pb-md-10,
    .py-md-10 {
      padding-bottom: 10rem !important;
    }

    .pl-md-10,
    .px-md-10 {
      padding-left: 10rem !important;
    }
}