.heading-and-content h2 {
  text-align: center;
  font-family: var(--secondary-font);
  font-size: 28.8px;
  color: #444;
  text-transform: uppercase;
  font-style: italic;
  line-height: 1.25;
  padding: 50px 20px 20px 20px;
}

.heading-and-content p {
  font-size: 20px;
  font-weight: 600;
  color: #676767;
  line-height: 1.8;
  padding: 0 30px 20px 30px;
}

.heading-and-content a {
  text-decoration: none;
  display: block;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 600;
}

.heading-and-content a:hover {
  color: #2c88bf;
}

/* Responsive */

@media(max-width: 600px) {
  .heading-and-content p {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media(max-width: 500px) {
  .heading-and-content p {
    padding-left: 10px;
    padding-right: 10px;
  }