.voice_ai_models {
  width: calc(100% - 48px);
  margin: 0 auto;
  border-radius: 32px;
  padding-top: 56px;
  padding-bottom: 80px;
  background-color: #f7f7f8;
}
.voice_ai_models .items_container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 8px;
  margin-bottom: 80px;
}
.voice_ai_models .items_container .item {
  flex: 1;
  padding: 40px;
  background: radial-gradient(126.72% 133.4% at 4.01% 3.42%, #2a216b 0%, #00011d 96.44%);
  border-radius: 32px 0 0 32px;
  border: 8px solid #cfcafa;
  box-shadow: -8px -8px 24px 0 rgba(255, 255, 255, 0.05) inset, 0 8px 24px 0 rgba(255, 255, 255, 0.4) inset;
  display: flex;
  gap: 140px;
  flex-direction: column;
}
.voice_ai_models .items_container .item:last-child {
  border-radius: 0 32px 32px 0;
}
.voice_ai_models .items_container .item h4 {
  text-align: center;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  color: #f7f7f8;
}
.voice_ai_models .items_container .item .graphic_holder {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 32px;
}
.voice_ai_models .items_container .item h2 {
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
  color: #f7f7f8;
  margin-bottom: 16px;
  text-align: center;
}
.voice_ai_models .items_container .item .subtitle {
  color: #f7f7f8;
  opacity: 0.6;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
}
.voice_ai_models .items_container .item .footnote {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  background: linear-gradient(90deg, #f4f4f5 -19.13%, #b4abfd 105.73%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  text-align: center;
}
.voice_ai_models .banners_container {
  margin-bottom: 64px;
}
.voice_ai_models .banners_container .banner_inner {
  margin-bottom: 40px;
  border-radius: 32px;
  background: radial-gradient(51.47% 58.28% at 50% 0%, #f4f4f5 0%, #e7e7ea 100%);
  padding: 40px;
  display: flex;
  align-items: flex-start;
  gap: 64px;
}
.voice_ai_models .banners_container .banner_inner:last-child {
  margin-bottom: 0;
}
.voice_ai_models .banners_container .banner_inner .img_holder {
  overflow: hidden;
  width: 568px;
  height: 400px;
  flex: 0 0 568px;
}
.voice_ai_models .banners_container .banner_inner .img_holder img {
  border-radius: 24px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.voice_ai_models .banners_container .banner_inner .tag {
  border-radius: 20px;
  border: 1px solid #614efa;
  margin-bottom: 40px;
  display: inline-block;
  color: #614efa;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  opacity: 0.8;
  padding: 4px 16px;
}
.voice_ai_models .banners_container .banner_inner h3 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 16px;
}
.voice_ai_models .banners_container .banner_inner .desc {
  color: #1a1a22;
  opacity: 0.7;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 24px;
}
.voice_ai_models .banners_container .banner_inner .use_cases {
  color: #1a1a22;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
.voice_ai_models .cta_wrapper {
  text-align: center;
}
.voice_ai_models .cta_wrapper h3 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 24px;
}

@media screen and (max-width: 1280px) {
  .voice_ai_models .banners_container .banner_inner {
    flex-direction: column;
    gap: 40px;
    padding: 24px;
  }
  .voice_ai_models .banners_container .banner_inner .img_holder {
    width: 100%;
    height: auto;
    flex: auto;
  }
  .voice_ai_models .banners_container .banner_inner .img_holder img {
    width: 100%;
    height: auto;
  }
  .voice_ai_models .items_container {
    flex-direction: column;
  }
  .voice_ai_models .items_container .item {
    border-radius: 32px 32px 0 0;
    gap: 56px;
  }
  .voice_ai_models .items_container .item:last-child {
    border-radius: 0 0 32px 32px;
  }
}
@media screen and (max-width: 768px) {
  .voice_ai_models {
    width: calc(100% - 16px) !important;
    padding-left: 16px;
    padding-right: 16px;
  }
  .voice_ai_models .container {
    padding: 0;
  }
  .voice_ai_models .items_container {
    margin-bottom: 40px;
  }
  .voice_ai_models .items_container .item {
    padding: 32px;
  }
  .voice_ai_models .items_container .item h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .voice_ai_models .items_container .item .graphic_holder img {
    width: 40px;
    height: 40px;
  }
  .voice_ai_models .items_container .item h2 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
  }
  .voice_ai_models .items_container .item .subtitle {
    font-size: 16px;
    line-height: 24px;
  }
  .voice_ai_models .items_container .item .subtitle br {
    display: none;
  }
  .voice_ai_models .items_container .item .footnote {
    font-size: 14px;
    line-height: 20px;
  }
  .voice_ai_models .banners_container .banner_inner {
    padding: 16px;
  }
  .voice_ai_models .banners_container .banner_inner .tag {
    margin-bottom: 24px;
  }
  .voice_ai_models .banners_container .banner_inner h3 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 16px;
  }
  .voice_ai_models .banners_container .banner_inner .desc {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px;
  }
}