﻿.heading {
  text-align: center;
  font-size: 2.14rem;
  line-height: 1.3em;
}

.heading__paragraph {
  text-align: center;
  font-size: 1rem;
  line-height: 1.8em;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 1.57rem;
    line-height: 1.3em;
  }

  .heading__paragraph {
    margin-top: 20px;
  }
}
