.top-banner__content {
  position: relative;
  height: 504px;
  border-radius: 12px;
  overflow: hidden;
}
.top-banner__overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, rgba(13, 73, 156, 0.2), rgba(13, 73, 156, 0.2)), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.top-banner__text-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 24px;
  max-width: 860px;
  width: 100%;
}
.top-banner__title {
  font-family: Poppins;
  font-weight: 500;
  font-size: 62px;
  line-height: 110%;
  letter-spacing: -3%;
  text-align: center;
  color: #fff;
}
.top-banner__breadcrumbs {
  display: flex;
  gap: 6px;
  font-family: Poppins;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #33ccff;
  flex-wrap: wrap;
  justify-content: center;
}
.top-banner__breadcrumbs a {
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .top-banner__content {
    height: 600px;
  }
  .top-banner__title {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 110%;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.03em;
    color: #FFFFFF;
  }
  .top-banner__text-content {
    gap: 16px;
  }
  .top-banner__breadcrumbs {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
  }
}/*# sourceMappingURL=style.css.map */