.generative-offerings {
  margin: 200px 0;
}
.generative-offerings .title-section {
  color: #6A7F7F;
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 40px 0;
}
.generative-offerings .items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.generative-offerings .items:before {
  content: "";
  position: absolute;
  width: 670.324px;
  height: 222.723px;
  -webkit-transform: rotate(5.73deg);
          transform: rotate(5.73deg);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 23px;
  opacity: 0.7;
  background: var(--Violet-solid, #544EC9);
  -webkit-filter: blur(227px);
          filter: blur(227px);
  right: 238px;
  bottom: 65px;
  z-index: -1;
}
.generative-offerings .items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 32px 32px 32px;
  border-radius: 24px;
  background-color: #e6f7fc;
}
.generative-offerings .items .item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px 0;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 2px solid rgba(133, 147, 148, 0.2);
}
.generative-offerings .items .item-top.not-line {
  border-bottom: 0;
  padding-bottom: 0;
}
.generative-offerings .items .item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
}
.generative-offerings .items .item-icon img {
  width: 100%;
  height: auto;
}
.generative-offerings .items .item-title {
  color: #333;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}
.generative-offerings .items .item-text {
  color: #5a5b5c;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
.generative-offerings .items .item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 28px;
}
.generative-offerings .items .item-list li {
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 130% */
  letter-spacing: 0.2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 12px;
}
.generative-offerings .items .item-list li svg {
  margin-top: 4px;
  width: 20px;
  min-width: 20px;
  height: 20px;
}
.generative-offerings .items .item .btn {
  height: 69px;
  width: 100%;
  margin-top: 20px;
}
@media only screen and (max-width: 1600px) {
  .generative-offerings .items .item-title {
    font-size: 28px;
  }
  .generative-offerings .items .item-text {
    font-size: 18px;
  }
  .generative-offerings .items .item-list {
    gap: 20px;
  }
  .generative-offerings .items .item-list li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .generative-offerings {
    margin: 80px 0;
  }
  .generative-offerings .items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .generative-offerings .items .item-top {
    width: 100%;
  }
  .generative-offerings .items .item-list {
    width: 100%;
  }
  .generative-offerings .items .item .btn {
    height: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .generative-offerings {
    margin: 72px 0;
  }
  .generative-offerings .title-section {
    font-size: 24px;
    letter-spacing: -0.24px;
    margin-bottom: 24px;
  }
  .generative-offerings .items {
    gap: 16px;
  }
  .generative-offerings .items .item {
    padding: 16px;
  }
  .generative-offerings .items .item-top {
    gap: 12px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .generative-offerings .items .item-icon {
    width: 50px;
  }
  .generative-offerings .items .item-title {
    font-size: 20px;
  }
  .generative-offerings .items .item-text {
    font-size: 16px;
    text-transform: uppercase;
  }
  .generative-offerings .items .item-list {
    gap: 12px;
  }
  .generative-offerings .items .item-list li {
    gap: 8px;
  }
}
