.sec-banner-block:has(+ .sec-card),
.sec-banner-block:has(+ .sec-v1-card) {
  margin-bottom: 0;
}
.sec-card + .sec-banner-block,
.sec-card-v1 + .sec-banner-block {
  margin-top: 0;
}
.sec-banner-block {
  min-height: 100vh;
  background: var(--banner-bg);
  background-size: cover;
  background-position: center;
}
.sec-banner-block::before,
.sec-banner-block::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec-banner-block::before {
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 60%);
}
.sec-banner-block::after {
  background: linear-gradient(180deg, #0C8CE9 0%, rgba(12, 140, 233, 0) 60%);
}
.sec-banner-block .row {
  --bs-gutter-x: 6.4rem
}
.banner-block-info p {
  color: var(--white);
  margin-bottom: 3.2rem;
}
@media(min-width:1500px) and (max-width:1739.98px) {
  .banner-block-info br {
    display: none;
  }
}
@media(min-width:1460px) and (max-width:1499.98px) {
  .sec-banner-block .row {
    --bs-gutter-x: 3.2rem;
  }
  .banner-block-info p {
    margin-bottom: 2.8rem;
  }
  .banner-block-info br {
    display: none;
  }
}
@media(min-width:1360px) and (max-width:1459.98px) {
  .sec-banner-block .row {
    --bs-gutter-x: 2.4rem;
  }
  .banner-block-info p {
    margin-bottom: 2.4rem;
  }
  .banner-block-info br {
    display: none;
  }
}
@media(min-width:1200px) and (max-width:1359.98px) {
  .sec-banner-block .row {
    --bs-gutter-x: 2.4rem;
  }
  .banner-block-info p {
    margin-bottom: 2.4rem;
  }
  .banner-block-info br {
    display: none;
  }
}
@media(min-width:992px) and (max-width:1199.98px) {
  .sec-banner-block .row {
    --bs-gutter-x: 2rem;
  }
  .banner-block-info p {
    margin-bottom: 2rem;
  }
  .banner-block-info br {
    display: none;
  }
}
@media(min-width:768px) and (max-width:991.98px) {
  .sec-banner-block br {
    display: none;
  }
  .banner-block-info {
    margin-top: 1.6rem;
  }
  .banner-block-info p {
    margin-bottom: 1.6rem;
  }
}
@media(max-width:767.98px) {
  .sec-banner-block br {
    display: none;
  }
  .banner-block-info {
    margin-top: 1.2rem;
  }
  .banner-block-info p {
    margin-bottom: 1.2rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}