.frame-text-section {
  padding: 3rem;
  color: #000;
  font-weight: 500;
}
.frame-text-section h3 {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  line-height: 150%;
  letter-spacing: 2%;
}
.frame-text-section h4 {
  color: #878787;
  font-size: 1.2rem;
  line-height: 140%;
  letter-spacing: 10%;
  text-transform: uppercase;
}
.frame-text-section p {
  font-size: 1.6rem;
  letter-spacing: 2%;
  line-height: 150%;
  margin-bottom: 2rem;
}
.frame-text-section h5 {
  color: #878787;
  font-size: 1.2rem;
  line-height: 140%;
  letter-spacing: 10%;
}
.frame-text-section > :last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .frame-text-section {
    padding: 2rem;
  }
}/*# sourceMappingURL=frame-text-section.css.map */
