.introduction-text {
  margin-bottom: 2rem;
}

.introduction-text__wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.introduction-text__greeting {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.introduction-text__greeting p {
  color: #B9B9B9;
  font-size: 15px;
  text-transform: uppercase;
  padding-right: 1rem;
}

.introduction-text__greeting hr {
  flex: 1;
  border-style: dotted;
  border-color: #B9B9B9;
}

.introduction-text__header {
  width: 100%;
  margin-bottom: 1rem;
}

@media (min-width: 600px) {
  .introduction-text__header {
    width: 40%;
  }
}

.introduction-text__header p {
  font-size: 22px;
  font-family: utopia-std-display, serif;
  color: #B3AA7F;
  line-height: 1.2;
}

@media (min-width: 900px) {
  .introduction-text__header p {
    font-size: 28px;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .introduction-text__header p {
    font-size: 24px;
  }
}

.introduction-text__header strong {
  font-weight: normal;
  color: #507A58;
}

.introduction-text__description {
  width: 100%;
}

@media (min-width: 600px) {
  .introduction-text__description {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .introduction-text__description {
    columns: 2;
    column-gap: 1rem;
  }
}
