.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.hero-section {
  background-image: url('../images/TS2-pic.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.hero-container {
  text-align: center;
  background-color: #ffffffb0;
  margin-bottom: 0%;
  padding: 15px 50px;
  position: absolute;
  inset: auto 10% 10% auto;
}

.hero-heading {
  font-size: 1.5em;
  line-height: 1.5em;
}

.main-body {
  font-family: DM Sans, sans-serif;
  font-size: 2em;
  line-height: 1.5em;
}

@media screen and (max-width: 991px) {
  .hero-container {
    bottom: 15%;
    right: auto;
  }
}

@media screen and (max-width: 479px) {
  .main-body {
    font-size: 1em;
    line-height: 1.5em;
  }
}


