.accordion__title {
  font-size: 1.6rem;
}

@media screen and (min-width: 750px) {
  .accordion__title {
    font-size: 2.4rem;
  }
}

.accordion__content {
  font-weight: 300;
  font-size: 1.3rem;
}

@media screen and (min-width: 750px) {
  .accordion__content {
    font-size: 1.6rem;
  }
}
