.dress-code__title {
  color: #F14E95;
  font-size: 48px !important;
  font-weight: bold;
  line-height: 1.5;
}

.dress-code__type {
  color: white !important;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 32px !important;
  margin: 40px;
}

.dress-code__disclaimer {
  color: white !important;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 14px;
}

.dress-code {
  min-height: 500px;
  padding: 64px 0!important;
}

@media screen and (min-width: 768px) {
  .dress-code__title {
    font-size: 60px !important;
  }
}