@import url("./whistleblowers-ar.css");

.whistleblowers-page {
  width: 100%;
  min-height: 100vh;
  background-color: #D8D3CD;
  padding-top: 110px;
  overflow: hidden;
  position: relative;
  color: #2E3D48;
}

.whistleblowers-page__content {
  padding-top: 5rem;

  h2 {
    font-size: 5rem;
    margin-bottom: 2.5rem;
  }

  p {
    font-size: 1.5rem;
    font-weight: 600;
  }

  p:last-of-type {
    font-size: xx-large;
  }

  a {
    color: inherit;
  }
}

.whistleblowers-page__float-image {
  position: absolute;
  bottom: 0;
  right: -100px;
  width: 350px;
  opacity: 0.5;
}

@media screen and (min-width: 1200px) and (max-width: 1800px) {
  .whistleblowers-page__content {
    width: 70%;
    margin: auto;
  }
}

@media screen and (max-width: 1200px) {
  .whistleblowers-page__content {
    h2 {
      font-size: 4rem;
    }

    p,
    p:last-of-type {
      font-size: 1.25rem;
    }
  }

  .whistleblowers-page__float-image {
    width: 225px;
  }
}

@media screen and (max-width: 600px) {
  .whistleblowers-page__content {
    h2 {
      font-size: 3rem;
    }

    p,
    p:last-of-type {
      font-size: 1rem;
    }
  }

  .whistleblowers-page__float-image {
    width: 200px;
  }
}
