h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: normal;
}

@media only screen and (min-width: 980px) {
  .error-page__image {
    width: 50%;
  }

  .welcome--type-3 .welcome__image img, .welcome--type-3 .welcome__image svg,
  .cta__image img {
    max-width: 80%;
    margin: 0 auto;
    right: 0;
  }

  .helpers--type-2 .helpers__secondary-icon img {
    max-width: 100px;
    max-height: 100px;
  }
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
  .helpers__title {
    font-size: var(--heading-2-font-size);
  }
}

.helpers--style-1.helpers--type-2 .helpers__description {
  color: var(--primary-text-color);
}

.popular-searches .btn {
  font-weight: normal;
  padding-top: 5px;
}
