/* @media screen and (min-width: 2000px) {
  body {
    max-width: 1920px;
    margin: 0 auto;
    background-color: var(--border-color-2) !important;
  }

  body main {
    background-color: var(--white);
  }
}

@media screen and (max-width: 767px) {
  .body-text-lg {
    font-size: 0.9375rem;
    line-height: 1.25;
  }

  .heading-style-1 {
    font-size: 1.9375rem;
    line-height: 2.5;
    margin-bottom: 0 !important;
  }

  .view-title {
    font-size: 1rem;
  }

  .body-text h3 * {
    font-size: 1.3rem;
  }

  input[type="file"],
  input[type="file"]::-webkit-file-upload-button {
    font-size: 12px;
  }
}

@media screen and (max-width: 991px) {
  body:not(.homepage) {
    padding-top: 0;
  }

  .body-text.detailed-body-text {
    font-size: 1rem;
    margin-bottom: 0px;
  }
  .body-text.detailed-body-text ul li {
    font-size: 1rem;

  }

  .body-text h3 {
    font-size: 1.3rem;
  }

  .page-link-2 {
    margin-bottom: 15px;
  }
} */
