.popup__content {
  font-size: 24px;
  line-height: 24px;
  font-style: italic;
  margin: 30px 0 10px;
  color: #3b9660;
  font-weight: 600;
}

@media screen and (max-width: 950px) {
  .popup__content {
    font-size: 22px;
  }
}

@media screen and (max-width: 650px) {
  .popup__content {
    font-size: 20px;
  }
}