.HighThroughputSection {
  position: relative;
  width: 100%;
  padding: 60px 20px;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  color: #1a1a1a;
  background:
    linear-gradient(rgb(247 202 24), rgba(247, 202, 24, 0.75)),
    url(/assets/images/nutricos_banner/banner_03.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-top: 6px solid #000;
}

.HighThroughputSection .contentWrapper {
  /* max-width: 900px; */
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
}

.HighThroughputSection .heading {
  font-size: 38px;
  font-weight: 800;
  color: #009be3;
  text-align: center;
  margin-bottom: 24px;
  letter-spacing: -0.3px;
}

.HighThroughputSection .subHeading {
  font-size: 2rem;
  font-weight: 800;
  color: #009be3;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 24px;
  letter-spacing: -0.3px;
}

.HighThroughputSection .paragraph {
  font-size: 22px;
  line-height: 1.6;
  color: #000;
  margin-bottom: 16px;
  width: 100%;
}

.HighThroughputSection .bulletList {
  list-style-type: disc;
  padding-left: 24px;
  margin-bottom: 20px;
  width: 100%;
}

.HighThroughputSection .bulletList li {
  font-size: 22px;
  line-height: 1.6;
  color: #000;
  margin-bottom: 8px;
}

/* Video Frame Container */
.HighThroughputSection .videoContainer {
  position: relative;
  width: 100%;
  max-width: 720px;
  margin: 32px 0;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  background-color: #000000;
}

.HighThroughputSection .videoElement {
  width: 100%;
  height: 100%;
  display: block;
}

/* Responsiveness */
@media (min-width: 0px) and (max-width: 767.98px) {
  .HighThroughputSection {
    padding: 40px 0px;
  }

  .HighThroughputSection .heading,
  .HighThroughputSection .subHeading {
    font-size: 22px;
  }

  .HighThroughputSection .paragraph,
  .HighThroughputSection .bulletList li {
    font-size: 14px;
  }
}
