.vr-padding-vertical-4 {
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
}

.vr-margin-vertical-5 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.vr-margin-top-1 {
  margin-top: 0.4rem !important;
}

.vr-margin-top-4 {
  margin-top: 1.6rem !important;
}

.vr-margin-top-5 {
  margin-top: 2rem !important;
}

.vr-margin-top-8 {
  margin-top: 4.8rem !important;
}

.vr-margin-bottom-5 {
  margin-bottom: 2rem !important;
}

.vr-margin-bottom-4 {
  margin-bottom: 1.6rem !important;
}

.vr-margin-bottom-2 {
  margin-bottom: 0.8rem !important;
}

.vr-margin-vertical-2 {
  margin-top: 0.8rem !important;
  margin-bottom: 0.8rem !important;
}

.vr-margin-top-2 {
  margin-top: 0.8rem !important;
}

.margin-bottom-s {
  margin-bottom: 2rem !important;
}

.margin-bottom-m {
  margin-bottom: 2rem !important;
}

.vr-margin-top-3 {
  margin-top: 1.2rem !important;
}

.vr-margin-bottom-1 {
  margin-bottom: 0.4rem !important;
}

@media (min-width: 768px) {
  .vr-padding-vertical-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .vr-margin-vertical-5 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }

  .vr-margin-top-4 {
    margin-top: 2rem !important;
  }
  
  .vr-margin-top-1 {
    margin-top: 0.8rem !important;
  }
  
  .vr-margin-top-5 {
    margin-top: 2.4rem !important;
  }
  
  .vr-margin-top-8 {
    margin-top: 6rem !important;
  }
  
  .vr-margin-bottom-5 {
    margin-bottom: 2.4rem !important;
  }
  
  .vr-margin-bottom-4 {
    margin-bottom: 2rem !important;
  }
  
  .vr-margin-bottom-2 {
    margin-bottom: 1.2rem !important;
  }
  
  .vr-margin-vertical-2 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  
  .vr-margin-top-2 {
    margin-top: 1.2rem !important;
  }

  .margin-bottom-m {
    margin-bottom: 2.5rem !important;
  }
  
  .vr-margin-top-3 {
    margin-top: 1.6rem !important;
  }
  
  .vr-margin-bottom-1 {
    margin-bottom: 0.8rem !important;
  }
}