.activation-container {
  max-width: 1300px;
  margin: 0 auto;
  text-align: center;
}

.activation-title p {
  margin: 0px;
}

.activation-subtitle p {
  margin: 0;
}

.activation-desc {
  max-width: 1300px;
  margin: 16px auto 0px;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.8rem;
  color: #303044;
}

/* ---------------- MASONRY FLEX ---------------- */

.activation-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 40px;
  /* FIX CLICK ISSUES */
  position: relative;
  z-index: 10;
  pointer-events: auto;
}

.activation-card {
  min-height: 64px;
  padding: 0 30px;
  border: 1px solid #cde8e4;
  border-radius: 6px;
  background: #fff;
  color: #11145c;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;

  display: flex;
  align-items: center;
  justify-content: center;

  white-space: nowrap;

  transition: all 0.25s ease;

  /* FIX HREF */
  position: relative;
  z-index: 99;
  pointer-events: auto;
}

.activation-card:hover,
.activation-card.active {
  background: #48b8ad;
  border-color: #48b8ad;
  color: #fff;
}

.activation-actions {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

.activation-cta {
  margin-top: 20px;
  background: #fccf17;
  border: 1px solid #ffc20e;
  padding: 14px 35px;
  border-radius: 10px;
  font-size: 1rem;
  line-height: 1.8rem;
  font-weight: 500;
  transition: 0.4s ease;
  color: #0e0e55 !important;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.activation-cta:hover,
.activation-cta:focus {
  background: #fff;
  border-color: #ffc20e;
}

.activation-title h2 {
  font-family: "Poppins", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 3.2rem;
  color: #0e0e55;
  /*             margin: 0 0 18px; */
}


.activation-subtitle {
 font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.8rem;
  color: #303044;
}


/* ---------------- RESPONSIVE ---------------- */

@media (max-width: 768px) {

    .activation-title h2 {
  font-family: "Poppins", sans-serif;
   text-align: left;
    font-size: 1.4rem;
    line-height: 2rem;
  color: #0e0e55;
  /*             margin: 0 0 18px; */
}

.activation-subtitle {
    text-align: left;
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: 400;
  color: #303044;
}



  .activation-title {
    font-size: 34px;
  }

  .activation-desc {
    font-size: 1rem;
    line-height: 1.4rem;
    padding-top: 20px;
    font-weight: 500;
}
  }

  .activation-grid {
    gap: 12px;
  }

/*   .activation-card {
    width: 100%;
    min-height: 58px;
    white-space: normal;
    font-size: 16px;
    padding: 14px 18px;
  } */
.activation-card {
    /* width: 100%; */
    /* min-height: 58px; */
    white-space: normal;
    /* font-size: 16px; */
    /* padding: 14px 18px; */
  }

  .activation-actions {
    margin-top: 28px;
  }

/*   .activation-cta {
    max-width: 220px;
    width: 100%;
  } */
}
