.bannerAIWrapper {
  margin: 60px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 16px;
  padding: 38px 6px 33px 33px;
  max-width: 650px;
  width: 100%;
  color: #fff;
  white-space: nowrap;
  font-family: 'DM Sans', sans-serif;
  background: linear-gradient(
      109.08deg,
      rgba(76, 103, 255, 0.673386) -23.24%,
      rgba(107, 233, 214, 0.581) -16.45%,
      rgba(50, 145, 244, 0.667545) 13.73%,
      rgba(29, 112, 255, 0.7) 34.85%,
      rgba(228, 76, 255, 0.588) 125.39%
    ),
    linear-gradient(
      109.08deg,
      rgba(76, 103, 255, 0.673386) -23.24%,
      rgba(107, 233, 214, 0.581) -16.45%,
      rgba(50, 145, 244, 0.667545) 13.73%,
      rgba(29, 112, 255, 0.7) 34.85%,
      rgba(228, 76, 255, 0.588) 125.39%
    ),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    #ffffff;
}

.bannerAIWrapper .titleLine {
  font-weight: 600;
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 16px;
  white-space: pre-line;
}

.bannerAIWrapper .ctaGroup {
  display: flex;
  align-items: center;
  gap: 20px;
}

.bannerAIWrapper .ctaGroup img {
  width: 30px;
  height: 30px;
}

.bannerAIWrapper .ctaTitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 34.82px;
}

.bannerAIWrapper .cta {
  background-color: rgba(224, 236, 255, 1);
  color: rgba(0, 95, 197, 1);
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 31.15px;
  text-align: center;
  padding: 6.68px 26.7px;
  border-radius: 32.64px;
  outline: none;
  transition: opacity 0.2s ease-in-out;
}

.bannerAIWrapper .risaIcon {
  width: 146px;
}

@media (max-width: 992px) {
  .bannerAIWrapper {
    margin: 30px auto 0;
    max-width: 330px;
    padding: 19px 3px 16px 16px;
    background: linear-gradient(
        109.08deg,
        rgba(76, 103, 255, 0.673386) -23.24%,
        rgba(107, 233, 214, 0.581) -16.45%,
        rgba(50, 145, 244, 0.667545) 13.73%,
        rgba(29, 112, 255, 0.7) 34.85%,
        rgba(228, 76, 255, 0.588) 125.39%
      ),
      linear-gradient(
        109.08deg,
        rgba(76, 103, 255, 0.673386) -23.24%,
        rgba(107, 233, 214, 0.581) -16.45%,
        rgba(50, 145, 244, 0.667545) 13.73%,
        rgba(29, 112, 255, 0.7) 34.85%,
        rgba(228, 76, 255, 0.588) 125.39%
      ),
      linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
      #ffffff;
  }

  .bannerAIWrapper .titleLine {
    font-family: 'DM Sans';
    font-weight: 600;
    font-size: 12.09px;
    line-height: 15.62px;
    margin-bottom: 8.5px;
  }

  .bannerAIWrapper .ctaTitle {
    font-family: 'DM Sans';
    font-weight: 400;
    font-size: 9.07px;
    line-height: 17.54px;
  }

  .bannerAIWrapper .ctaGroup {
    gap: 11px;
  }

  .bannerAIWrapper .ctaGroup img {
    width: 15px;
    height: 15px;
  }

  .bannerAIWrapper .cta {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 9.07px;
    line-height: 15.7px;
    padding: 1px 12px;
  }

  .bannerAIWrapper .risaIcon {
    width: 73px;
  }
}