.hero {
  border-top: solid 1px #29436E;
  background-image: url("https://media.brightdata.com/2026/07/hero_image_bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .hero .s_col {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 769px) {
  .hero {
    background-size: contain;
  }
}
@media (min-width: 1024px) {
  .hero .f_col {
    flex: 0 0 53%;
    max-width: 53%;
  }
  .hero .s_col {
    flex: 0 0 47%;
    max-width: 47%;
  }
}
@media (min-width: 1440px) {
  .hero {
    background-size: cover;
  }
}

.steps .steps_list_item_count {
  background: linear-gradient(135deg, #3D7FFC 15.1%, #EB368C 91.67%), var(--Dots-dot, #22395B);
}

.discovery .pre_title {
  text-transform: none;
  margin-bottom: 8px !important;
}

@media (max-width: 768px) {
  .cards span.sep {
    width: 100% !important;
    max-width: 100% !important;
    background: rgba(255, 255, 255, 0.5);
    border-top: initial;
    border-bottom: initial;
  }
}
