.policy {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #a7a7a8;
  z-index: 0;
}
.policy .slider-text {
  height: 300px;
}

.policy h1.bread {
  font-size: 42px;
  font-weight: 700;
  text-transform: uppercase;
}

.policy-content {
  background: white;
  padding: 20px 30px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  line-height: 1.8;
  color: #333;
  font-size: 16px;
}

.policy-content h2 {
  font-size: 2.5rem;
  margin-top: 30px;
  color: #F26522;
  font-weight: 600;
}

.policy-content h3 {
  font-size: 1.6rem;
  margin-top: 20px;
  font-weight: 600;
  color: #2d3748;
}

.policy-content p, .policy-content li {
    font-size: 1.2rem;
  margin-bottom: 12px;
}

.policy-content ul {
  padding-left: 20px;
}
/* Tablet devices (768px - 991px) */
@media (max-width: 991px) {
  .policy .slider-text {
    height: 250px;
  }

  .policy-content {
    padding: 20px;
    font-size: 15px;
  }

  .policy-content h2 {
    font-size: 2rem;
  }

  .policy-content h3 {
    font-size: 1.4rem;
  }

  .policy-content p,
  .policy-content li {
    font-size: 1.2rem;
  }
}

/* Mobile devices (up to 767px) */
@media (max-width: 767px) {
  .policy .slider-text {
    height: 200px;
  }

  .policy h1.bread {
    font-size: 28px;
  }

  .policy-content {
    padding: 15px;
    font-size: 14px;
  }

  .policy-content h2 {
    font-size: 1.8rem;
  }

  .policy-content h3 {
    font-size: 1.2rem;
  }

  .policy-content p,
  .policy-content li {
    font-size: 1rem;
  }

  .policy-content ul {
    padding-left: 15px;
  }
}
.hero-wrap-soon {
    width: 100%;
    height: auto;
    position: relative;
    background-image:url(../images/soon.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    z-index: 0;
  }
  
  .hero-wrap-soon .overlay {
    width: 100%;
    opacity: .4;
    background: #232429;
  }
  .hero-wrap-soon .slider-text {
    height: 500px;
  }