.animated .text-center {
  text-align: center;
  margin-bottom: 0;
}

.animated #timer {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1rem;
  color: white;
  font-family: "Arvo", sans-serif;
  font-size: 2rem;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin: 0 auto;
  background-color: #013c65;
  padding-bottom: .5rem;
}

.animated #timer .timer-header {
  width: 100%;
}

.animated #timer .timer-header h6 {
  margin: 0;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1rem;
  padding: .5rem 0;
}

.animated #timer .slot {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #f6b000;
}

.animated #timer .slot:not(:last-child) {
  padding-right: 1rem;
  border-right: 1px solid #ffffff;
}

.animated #timer .slot span {
  text-align: center;
  text-transform: lowercase;
  font-size: 1rem;
  color: #ffffff;
}

@media (max-width: 640px) {
  .site-header .destination-unc-intro .intro-text-paragraph {
    position: relative;
    top: unset;
    transform: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    padding: 2rem 0;
  }
}
