.top-heading {
  margin-top: 30%;
}

.section-factors p {
  text-align: center;
}

.factor-details {
  padding: 50px;
}

th,
td {
  /* white-space: nowrap; */
  text-transform: uppercase;
  /* max-width: 250px; */
}

.welcome--video-area {
  height: 800px;
}

.wellcome_area {
  background-position: top;
}

.wellcome_area:after {
  background-color: rgba(0, 0, 0, 0.3);
}

/* Responsive Layout */
@media only screen and (max-width: 767px) {
  #home {
    height: 80vh;
  }

  .top-heading {
    margin-top: 25vh;
  }

  .top-heading>h2 {
    font-size: 45px;
  }

  .video-comparison {
    width: 400px;
    height: 280px;
  }

  .section-factors p {
    text-align: justify;
  }

  .factor-details-even {
    flex-direction: column-reverse;
  }

  .factor-details {
    padding: 20px !important;
    /* margin: 20px auto; */
  }

  .factor-details p {
    margin-top: 20px;
  }

  /* End of media query */
}