.hero-policy {
  position: relative;
  height: 70vh;
  display: flex;
  flex-direction: column;
  background-image: url("../../assets/img/Landing\ image\ 4.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.policy-container {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 1200px;
  min-height: 70vh;
  height: auto;
  text-align: left;
  margin: 6rem auto;
  padding: 0 2rem;
  background-color: transparent;
}

h5 {
  line-height: 32px;
  font-weight: 500;
}
