.main-content {
  padding: 0px 24px;
}

.content {
  margin: 0 auto;
  width: 100%;
  max-width: 1388px;
  position: relative;
}

.nav-header {
  height: 120px !important;
}

.banner {
  padding: 184px 0 0 0;
}

.wrapper-content {
  padding-bottom: 112px;
}

.big-tiles-section {
  width: 100%;
  padding: 0px;
}

.dnd_section_features_link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.card-carousel-section {
  width: 100%;
  padding: 0;
}


h5 {
  font-size: 16px !important;
  line-height: auto !important;
  font-weight: 500 !important;
  color: #001D3D !important;
}

.collective-form-section {
  max-width: 924px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 1020px) {
  h5 {
    font-size: 24px !important;
    line-height: 31px !important;
  }

  .card-carousel-section {
    max-width: 1388px;
    width: 100%;
    padding: 0 24px;
    margin: 0 auto;
}
}

@media (min-width: 1280px) {
  .banner {
    padding: 328px 0 0;
  }

  .wrapper-content {
    padding-bottom: 224px;
  }
}
