body {
  /* overflow: visible; */
  background-color: #ffffff;
}
.page-header {
  background-image: url("/routes/static/images/safety-header-mobile.jpg.webp");
}
.page-header .brand-wrapper .brand {
  padding: 10rem 0;
}
.page-header .brand-wrapper .brand h1.title {
  margin: 0 0 2rem;
  line-height: 3.5rem;
}
section h1.title,
section h2.title,
section h3.title,
section h4.subtitle,
section h5.subtitle,
section h6.subtitle,
section h6.subtitle.italic {
    color: #162454;
}
section:first-of-type {
  padding: 4rem;
  background-color: #162454;
}
section:first-of-type h5.subtitle, 
section:first-of-type h6.subtitle {
  color: #ffffff;
}
section .safety-context .image-wrapper {
  padding: 0;
}
section .safety-context .image-wrapper img {
  width: 100%;
}
section .safety-context .content-wrapper .title-wrapper {
  margin: 4rem 2rem 2rem;
}
section .safety-context .content-wrapper .text-wrapper {
  margin: 0 0 2rem;
  padding: 0 2rem;
  text-align: justify;
}
section:last-of-type {
  padding: 4rem 3rem 2rem;
  border-top: 1px solid #162454;
}
section:last-of-type h5.subtitle,
section:last-of-type h6.subtitle {
  text-align: justify;
}


/* MEDIAS */
@media (min-width: 768px) {
  .page-header {
    background-image: url("/routes/static/images/safety-header.jpg.webp");
  }
  section .safety-context .content-wrapper .title-wrapper {
    margin: 4rem;
  }
  section .safety-context .content-wrapper .text-wrapper {
    margin: 4rem 4rem 6rem;
  }
  section .safety-context .content-wrapper .text-wrapper p {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .page-header .brand-wrapper .brand {
    padding: 15rem 0;
  }
  section .safety-context .content-wrapper .text-wrapper p {
    font-size: 20px;
  }
  section:last-of-type {
    padding: 4rem 6rem;
    border-top: none;
  }
}

@media (min-width: 1200px) {
  .page-header .brand-wrapper .brand {
    padding: 0;
  }
  section .safety-context {
    overflow: hidden;
  }
  section .safety-context .content-wrapper {
    position: relative;
    z-index: 1;
  }
  section .safety-context .content-wrapper .title-wrapper {
    margin: 4rem 4rem 2rem;
  }
  section .safety-context .content-wrapper .text-wrapper {
    margin: 2rem;
  }
  section .safety-context .content-wrapper .text-wrapper p {
    font-size: 16px;
  }
  section .safety-context .content-wrapper::before {
    content: "";
    position: absolute;
    top: -15rem;
    bottom: -15rem;
    right: -15rem;
    left: -15rem;
    padding: 5rem;
    z-index: -1;
    background: linear-gradient(to left, white 88%, rgba(255, 255, 255, 0.80) 91%, rgba(0, 0, 0, 0) 100%);
    transform: rotateZ(-5deg);
    z-index: -1;
  }
  section .safety-context.safety-right .content-wrapper::before {
    transform: rotateZ(5deg);
    background: linear-gradient(to right, white 88%, rgba(255, 255, 255, 0.80) 91%, rgba(0, 0, 0, 0) 100%);
  }
  section:last-of-type {
    padding: 8rem 10rem 2rem;
  }
  section:last-of-type h6.subtitle {
    font-size: 1rem;
  }
}

@media (min-width: 1900px) {
  section .safety-context .content-wrapper .title-wrapper {
    margin: 4rem;
  }
  section .safety-context .content-wrapper .text-wrapper {
    margin: 4rem 4rem 6rem;
  }
  section .safety-context .content-wrapper .text-wrapper p {
    font-size: 20px;
    line-height: 2rem;
  }
  section .safety-context .content-wrapper::before {
    top: -22rem;
    bottom: -22rem;
    right: -22rem;
    left: -22rem;
  }
  section:last-of-type {
    padding: 8rem 15rem 2rem;
  }
  section:last-of-type h6.subtitle {
    font-size: 1.2rem;
  }
}