/* HERO IMAGE SECTION */
#he-section-w {
  min-height: 50vh;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../assets/images/ecdOnWheels/hero-img.png");
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#he-section-w h1 {
  color: #fff;
  font-weight: 700;
  font-size: 50px;
}
#ecd-section {
  margin-top: 50px;
}
#ecd-content h1 {
  font-weight: 700;
  font-size: 32px;
}
#ecd-content p {
  font-weight: 400;
  font-size: 16px;
}
#ecd-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#ecd-para p {
  font-weight: 400;
  font-size: 16px;
}

/* MEDIA QUERIES */
@media (min-width: 1025px) and (max-width: 1440px) {
  #ecd-section {
    margin-top: 0px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  #he-section-w {
    margin-top: 60px;
  }
  #ecd-section {
    margin-top: 0px;
  }
}
@media (min-width: 426px) and (max-width: 768px) {
  #he-section-w {
    margin-top: 60px;
  }
  #he-section-w h1 {
    margin-top: -60px;
    font-size: 32px;
  }
  #ecd-section {
    margin-top: -60px;
  }
  #ecd-content h1 {
    font-size: 22px;
  }
  #ecd-content p,
  #ecd-para p {
    font-size: 15px;
  }
}
@media (min-width: 376px) and (max-width: 425px) {
  #he-section-w {
    margin-top: 60px;
  }
  #he-section-w h1 {
    margin-top: -100px;
    font-size: 25px;
  }
  #ecd-section {
    margin-top: -160px;
  }
  #ecd-img img {
    margin-top: 0px !important;
    margin-bottom: 20px;
  }
  #ecd-content h1 {
    font-size: 22px;
  }
  #ecd-content p,
  #ecd-para p {
    font-size: 15px;
  }
}
@media (min-width: 321px) and (max-width: 375px) {
  #he-section-w {
    margin-top: 60px;
  }
  #he-section-w h1 {
    margin-top: -110px;
    font-size: 20px;
  }
  #ecd-section {
    margin-top: -170px;
  }
  #ecd-img img {
    margin-top: 0px !important;
    margin-bottom: 20px;
  }
  #ecd-content h1 {
    font-size: 22px;
  }
  #ecd-content p,
  #ecd-para p {
    font-size: 15px;
  }
}
@media (min-width: 0px) and (max-width: 320px) {
  #he-section-w {
    margin-top: 60px;
  }
  #he-section-w h1 {
    margin-top: -115px;
    font-size: 20px;
  }
  #ecd-section {
    margin-top: -180px;
  }
  #ecd-img img {
    margin-top: 0px !important;
    margin-bottom: 20px;
  }
  #ecd-content h1 {
    font-size: 22px;
  }
  #ecd-content p,
  #ecd-para p {
    font-size: 15px;
  }
}
