.heading {
  height: 80vh;
  font-family: "Poppins-Bold";
  background-image: url("../assets/bg-image-mtcl-dailyupdate.jpg");
  background-size: cover;
  background-position: center top;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.text {
  padding-left: 40px;
  padding-bottom: 40px;
  font-size: 7rem;
}
.text-TU {
  padding-left: 40px;
  padding-bottom: 40px;
  font-size: 7rem;
  line-height: 120px;
}

.heading-2 {
  height: auto;
  padding: 5%;
  font-family: "Poppins-Regular";
  position: static;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #1f1f1f;
}
.text-2 {
  font-size: 2rem;
  text-align: center;
}
.text-3 {
  font-size: 1rem;
  text-align: center;
  font-family: "Poppins-Light";
  width: 90%;
}

@media screen and (max-width: 786px) {
  .heading {
    background-position: center right;
  }
  .text-TU {
    padding-left: 40px;
    padding-bottom: 40px;
    font-size: 4rem;
    line-height: 70px;
  }
}
