.homepage-box-custom-width-second {
  margin: auto;
  width: 90% !important;
}

.homepage-heading {
  font-size: clamp(28px, 3vw, 30px);
  color: var(--color-teal);
}

.aligned-row {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.aligned-row::before {
  display: block;
}

.aligned-row-hr {
  margin: 10px 0;
  height: 2px;
  border: none;
  background: #0096a3;
  min-width: 90%;
}

.aligned-row-heading {
  display: flex;
  flex-direction: column-reverse;
}

.homepage-accelerate-font {
  font-size: clamp(30px, 3vw, 38px);
  font-family: "Lato", sans-serif;
  font-weight: 900;
  line-height: 1;
}

.feature-box {
  background-color: #ee5a23;
  border: 2px solid white;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
  margin-top: 1.25rem;
  padding: 0.85rem;
  max-width: 90%;
  margin-inline: auto;
}

@media (min-width: 1200px) and (max-width: 1466px) {
  .homepage-accelerate-font {
    font-size: clamp(16px, 3vw, 20px);
    line-height: 1;
  }
}

@media (min-width: 1200px) {
  .bg-video-section-grid {
    max-width: 70%;
    width: 100%;
  }

  .bg-video-section-column {
    max-width: 70%;
    width: 100%;
  }
}

.homepage-accelerate-font-color {
  color: var(--color-orange);
  font-size: clamp(30px, 3vw, 65px);
}

.homepage-subheading {
  font-size: clamp(20px, 3vw, 24px);
  color: var(--color-teal);
}

.aligned-row-hr {
  margin: 10px 0;
  height: 2px;
  border: none;
  background: #0096a3;
  min-width: 90%;
}

.homepage-accelerate-paragraph {
  font-size: 16px;
}

.sec-home-font {
  color: var(--color-teal);
}