@media (max-width: 1200px) {
}

@media (max-width: 1130px) {
}

@media (max-width: 1025px) {
  .body-item-container {
    flex-direction: column-reverse;
  }

  .quotes-arrows {
    justify-content: center;
  }

  .quote-content {
    width: 99.5%;
  }

  .body-item-content,
  .body-item-image-container {
    width: 100%;
  }

  .body-item-image {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .body-item-image img {
    max-width: 70%;
  }
}

@media (max-width: 950px) {
}

@media (max-width: 900px) {
}

@media (max-width: 850px) {
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 80px;
  }

  .body-item-image img {
    max-width: 100%;
  }
}

@media (max-width: 500px) {
  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 50px;
  }

  span.top-header-name,
  span.top-header-party {
    font-size: 40px;
    line-height: 40px;
  }

  span.top-header-copy {
    font-size: 20px;
  }

  .hero-content-container {
    margin-top: -86px;
    padding-bottom: 80px;
  }
}

@media (max-width: 400px) {
  .basic-page-wrapper {
    padding: 30px 0;
  }

  .privacy-policy .hero-content-container {
    padding-bottom: 30px;
  }

  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 40px;
  }

  .basic-page-wrapper h2 {
    font-size: 30px;
  }

  .quote-icon img {
    width: 25px;
  }

  .hero-content-container {
    margin-top: -60px;
    padding-bottom: 50px;
  }

  .footer-disclaimer {
    font-size: 14px;
  }
}

@media (max-width: 350px) {
}
