.safety {
  margin-top: 20px;
  padding: 0 200px;
}
.safety-title {
  height: 200px;
  font-size: 50px;
  font-weight: 900;
  text-align: center;
  position: relative;
}
.safety-title span {
  position: absolute;
  font-size: 18px;
  font-weight: normal;
  bottom: 20px;
  transform: translateX(30px);
}
.safety h5 {
  margin: 30px 0;
  font-weight: 900;
}
.safety p {
  text-indent: 1em;
}
