/* responsive breakpoints */
.container {
  padding: 0;
  margin: 0 auto; }
  @media (max-width: 991.98px) {
    .container {
      padding: 0 16px !important; } }

@media (max-width: 991.98px) {
  .buttons-container {
    width: 100%;
    max-width: 100% !important;
    padding: 0 1.875rem !important; } }

.newHomePageButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 5.0625rem;
  margin-bottom: 5.25rem; }
  @media (max-width: 991.98px) {
    .newHomePageButton {
      width: 100% !important;
      margin-bottom: 2.5rem;
      font-weight: 900;
      min-height: 3.125rem; } }
