.sec-card:has(+ .sec-card-v1),
.sec-card:has(+ .sec-banner-block) {
  margin-bottom: 0;
}
.sec-card-v1 + .sec-card,
.sec-banner-block + .sec-card {
  margin-top: 0;
}
.sec-card::before {
  position: absolute;
  content: "";
  left: 0;
  width: 41.4rem;
  height: 14.4rem;
  top: 12rem;
  background-image: url(../images/shape-left-white.png);
  background-size: cover;
  background-position: center;
}
.sec-card::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -82rem;
  width: 82rem;
  height: 164rem;
  background-image: url(../images/card-round.png);
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.sec-card .row {
  --bs-gutter-x: 2.4rem;
  --bs-gutter-y: 2.4rem;
}
.sec-card .title {
  position: relative;
  z-index: 2;
}
.card-item {
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 4.8rem;
  text-align: center;
  border: 1px solid rgba(255,255,255,0.1);
}
.card-item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/card-box-gradient.png);
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.card-item::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/card-stroke.png);
  background-size: 100% 100%;
  background-position: center;
  -webkit-backdrop-filter: blur(1.2rem);
  backdrop-filter: blur(1.2rem);
}
.card-icon {
  width: 6.4rem;
  height: 6.4rem;
  margin: 0 auto 4rem;
  position: relative;
  z-index: 2;
}
.card-text {
  position: relative;
  z-index: 2;
}
@media(min-width:1460px) and (max-width:1499.98px) {
  .sec-card::before {
    width: 34.5rem;
    height: 12rem;
    top: 10rem;
  }
  .card-item {
    padding: 4rem;
  }
  .card-icon {
    width: 5.6rem;
    height: 5.6rem;
    margin: 0 auto 3.2rem;
  }
}
@media(min-width:1360px) and (max-width:1459.98px) {
  .sec-card::before {
    width: 34.5rem;
    height: 12rem;
    top: 8rem;
  }
  .card-item {
    padding: 4rem;
  }
  .card-icon {
    width: 5.6rem;
    height: 5.6rem;
    margin: 0 auto 3.2rem;
  }
}
@media(min-width:1200px) and (max-width:1359.98px) {
  .sec-card::before {
    width: 31.5rem;
    height: 10.9rem;
    top: 8rem;
  }
  .card-item {
    padding: 3.2rem;
  }
  .card-icon {
    width: 4.8rem;
    height: 4.8rem;
    margin: 0 auto 2.8rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px) {
  .sec-card::before {
    top: 9rem;
    width: 26.5rem;
    height: 9.2rem;
  }
  .sec-card .subtitle-2 br {
    display: none;
  }
  .sec-card .row {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 2rem;
  }
  .card-item {
    padding: 2.4rem;
  }
  .card-icon {
    width: 4.8rem;
    height: 4.8rem;
    margin: 0 auto 2.4rem;
  }
}
@media(min-width:768px) and (max-width:991.98px) {
  .sec-card::before {
    width: 22.5rem;
    height: 7.8rem;
    top: 8rem;
  }
  .sec-card .title br {
    display: none;
  }
  .sec-card .row {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 2rem;
  }
  .card-item {
    padding: 2.8rem;
  }
  .card-icon {
    width: 4.8rem;
    height: 4.8rem;
    margin: 0 auto 2.4rem;
  }
}
@media(max-width:767.98px) {
  .sec-card::after {
    content: none;
  }
  .sec-card::before {
    width: 22.5rem;
    height: 7.8rem;
    top: 6rem;
  }
  .sec-card .title br {
    display: none;
  }
  .sec-card .row {
    --bs-gutter-x: 1.2rem;
    --bs-gutter-y: 1.2rem;
  }
  .sec-card .d-flex {
    width: 50%;
  }
  .card-item {
    padding: 2rem;
  }
  .card-item br {
    display: none;
  }
  .card-icon {
    width: 4.8rem;
    height: 4.8rem;
    margin: 0 auto 2.4rem;
  }
}