.g_secondary_banner {
  position: relative;
  width: 100%;
  min-height: clamp(25rem, 50vw, 31.25rem);
  border-radius: clamp(0rem, 8vw, 3.75rem);
  background-repeat: no-repeat;
  background-position: center;
  background-size: COVER;
  overflow: hidden;
  margin-bottom: 51px;
}

.g_secondary_banner  .overlay_banner {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  border-radius: inherit;
  z-index: 1;
}

.g_secondary_banner .sec-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: fit-content;
  height: fit-content;
  padding: 20px;
  margin: clamp(60px, 4vw, 195px) clamp(40px, 9vw, 180px)
    clamp(40px, 6.5vw, 127px) 0;
}

/* .g_secondary_banner .sec-title,
.g_secondary_banner .sec-desc {
  text-align: right;
  width: 100%;
} */

.g_secondary_banner .sec-title {
  font-size: clamp(1.5rem, 4vw + 1rem, 2.625rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: clamp(0.5rem, 1vw, 0.75rem);
}

.g_secondary_banner .sec-desc {
  font-size: clamp(1rem, 2.5vw + 0.5rem, 1.75rem);
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: clamp(0.75rem, 2vw, 1.5rem);
}

.g_secondary_banner .btn-banner {
  display: inline-block;
  width: 190px;
  margin-top: clamp(0.75rem, 2vw, 1.5rem);
  padding: clamp(0.75rem, 2vw, 1.125rem) clamp(1.5rem, 3vw, 1.5rem);
  border-radius: 3.75rem;
  background: linear-gradient(
    264.94deg,
    var(--primary-color) 7.56%,
    #ff7fc6 91.92%
  );
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .g_secondary_banner .sec-content {
    margin: clamp(110px, 260px - (150px * (992px - 100vw) / 617px), 260px) auto
      0;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
  }

  .g_secondary_banner .sec-title,
  .g_secondary_banner .sec-desc {
    text-align: center;
  }

  .g_secondary_banner .sec-title {
    font-size: clamp(1.5rem, 1.0822rem + 1.7828vw, 2.1875rem);
  }

  .g_secondary_banner .sec-desc {
    font-size: clamp(1.125rem, 0.6692rem + 1.9449vw, 1.875rem);
  }
}
