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

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

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

.banner {
  padding: 160px 24px 0 24px;
}

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

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

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

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

.floor-section {
  width: 100%;
  padding: 80px 0 80px;
  display: flex;
  justify-content: center;
  background-color: #EFEEED;
}

.floor-content {
  max-width: 1388px;
  padding: 0px 24px;
}

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

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

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

  .floor-section {
    padding: 96px 0 112px;
  }

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

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

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