.dresscode-module {
  position: relative;
  max-width: 430px;
  margin: 0 auto;
  background-color: #fff9f1;
  overflow: hidden;
  text-align: center;
}

.lace-bow {
  position: absolute;
  top: 22%;
  left: -50px;
  width: 175px;
  z-index: 1;
}

.pearls-deco {
  position: absolute;
  top: -6%;
  right: -55px;
  width: 210px;
  z-index: 1;
}

.dresscode-content {
  position: relative;
  z-index: 2;
  padding: 26px 24px 0;
}

.dress-illustration {
  width: 88px;
  display: block;
  margin: 0 auto 8px;
}

.dress-code-text {
  width: 149px;
  display: block;
  margin: 0 auto 18px;
}

.black-tie {
  font-family: 'Times New Roman', Times, serif;
  font-weight: 400;
  font-size: 27px;
  color: #8d7a3f;
  text-transform: uppercase;
  line-height: 1.15;
  letter-spacing: 1.5px;
  margin: 0 0 18px;
}

.dresscode-note {
  font-family: 'Times New Roman', Times, serif;
  color: #a9822f;
  font-size: 16px;
  line-height: 1.55;
  max-width: 300px;
  margin: 0 auto;
}

@media (max-width: 360px) {
  .dress-code-script { font-size: 30px; }
  .black-tie { font-size: 24px; }
  .dresscode-note { font-size: 14px; }
}
