.hero-bg {
  background-image: url("./img/Bg-2.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  height: 75vh;
}
#values {
  background-image: url("./img/Landing-BG-graphic-1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  height: 90vh;
}
@media (max-width: 1200px) {
  #values {
    height: auto;
    padding-bottom: 20px;
  }
  .guide .card {
    width: 320px !important;
    height: 240px !important;
  }
  .guide .card h3 {
    width: 320px !important;
  }
  br {
    display: none;
  }
}

@media (max-width: 768px) {
  .hero-bg {
    height: 400px;
  }
  .hero-content {
    margin-top: 30px !important;
    padding-top: 0px !important;
  }
  .hero-content p {
    font-size: 12px !important;
  }
  #who img {
    width: 300px !important;
    height: 260px !important;
  }
  h1 {
    font-size: 30px !important;
  }

  h2 {
    font-size: 26px !important;
  }
  #values {
    padding-bottom: 20px;
  }

  .guide {
    padding-top: 0px !important;
  }
}
@media (max-width: 576px) {
  br {
    display: none;
  }
  #text {
    text-align: start !important;
    padding-left: 40px !important;
  }
  #values .card {
    height: 140px !important;
  }
  #unique .card {
    width: 350px !important;
    height: 140px !important;
    padding-top: 10px !important;
  }
}
