.ai-section {
  padding: 70px 140px;
  @media screen and (max-width: 768px) {
    padding: 15px 30px;
  }
}

.ai-section__badge {
  width: fit-content;
  border-radius: 100px;
  padding-top: 8px;
  padding-right: 20px;
  padding-bottom: 8px;
  padding-left: 20px;
  gap: 10px;
  margin: 0 auto;
  background-color: #2727271a;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  margin-bottom: 24px;
}

.ai-section__title {
  font-family: Inter;
  font-weight: 600;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 24px;
}

.ai-section__annotation {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  margin-bottom: 32px;
}

.ai-section__profit-list {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.ai-section__profit {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 54px 64px;
  border-radius: 20px;
  max-width: 568px;
}

.ai-section__profit .profit-title {
  font-family: Inter;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
}

.ai-section__profit .profit-backdrop {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
  background-image: url(../img/content/ai-section-profit-background.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
}

.ai-section__profit:first-child {
  background-color: #2e3252;
  color: white;
}

.ai-section__profit:last-child {
  background-color: #dcf247;
  color: black;
}

.ai-section__profit .profit-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ai-section__profit .profit-list__item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ai-section__try-button {
  display: block;
  width: fit-content;
  padding: 19px;
  color: white;
  background-color: black;
  border-radius: 100px;
  margin: 0 auto;
}
