#hero {
  height: 100vh;
  padding-top: 190px;
  padding-bottom: 250px;
  width: 82%;
  margin: 0 auto;
}

#hero .title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#hero .title-image {
  position: relative;
  z-index: 2;
  width: 40%;
  object-fit: contain;
}

#hero .main-text {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.5rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 800px) {
  #hero {
    width: 100%;
    padding-top: 6rem;
    /* background-image: url('../hero-image-mobile.jpeg'); */
    border-radius: 0;
    height: auto;
    padding-bottom: 1.5rem;
  }
  .title-box {
    max-width: 90% !important;
    margin-right: 0;
    padding-left: 1rem !important;
    padding-right: 1rem !important;

    .sub-text-box {
      margin-right: 0 !important;
    }
  }
  .main-text {
    font-size: 1.5rem !important;
  }
}
