.navbar_logo-link {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.logo-beta {
  font-size: 0.75rem;
}
.hero_top_content-headings div {
  max-width: 620px;
}

.how_it_works-top div {
  max-width: 720px;
}
.features-top h2 {
  max-width: 468px;
}
.features-top div {
  max-width: 620px;
}
.who_it-s_for-top div {
  max-width: 800px;
}
.faq-top h2 {
  max-width: 320px;
}
.faq-top div {
  max-width: 620px;
}

.video_wrapper > video {
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.feartures_grid_card-top {
  box-shadow: none;
}

@media screen and (max-width: 767px) {
  .video_wrapper {
    height: 14rem;
    max-height: 14rem;
  }
}
