#landing-section {
  min-height: 100vh;
  padding: 80px 0;
}

#landing-section>div {
  min-height: calc(100vh - 160px) !important;
}

.txo-super-heading {
  font-size: 4.5rem;
}

.txo-super-text {
  font-size: 1.7rem;
}

.landing-main-img {
  width: 90%;
}

@media (max-width: 768px) {
  .txo-super-heading {
    font-size: 3.5rem;
  }

  .txo-super-text {
    font-size: 1.5rem;
  }

  .landing-main-img {
    width: 80%;
  }
}

@media (max-width: 576px) {
  .txo-super-heading {
    font-size: 2.5rem;
  }

  .txo-super-text {
    font-size: 1.3rem;
  }

  .landing-main-img {
    width: 70%;
  }
}