/* common border radius */
/* disable text selection */
section.gt-block.ai-avatar-what {
  background-color: #171F2A;
  padding: 120px 0;
}
@media screen and (max-width: 1300px) {
  section.gt-block.ai-avatar-what {
    padding: 60px 0;
  }
}
@media screen and (max-width: 992px) {
  section.gt-block.ai-avatar-what {
    padding: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  section.gt-block.ai-avatar-what {
    padding: 30px 0;
  }
}
section.gt-block.ai-avatar-what .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  section.gt-block.ai-avatar-what .container {
    flex-direction: column-reverse;
  }
}
section.gt-block.ai-avatar-what .ai-avatar-what__illustration {
  width: 41%;
}
@media screen and (max-width: 768px) {
  section.gt-block.ai-avatar-what .ai-avatar-what__illustration {
    width: 100%;
    margin-top: 30px;
  }
}
section.gt-block.ai-avatar-what .ai-avatar-what__illustration img {
  box-shadow: 0px 0px 30px #00E1FF66;
  border: 1px solid #175D6C;
  border-radius: 17px;
  max-width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  section.gt-block.ai-avatar-what .ai-avatar-what__illustration img {
    margin: auto;
  }
}
section.gt-block.ai-avatar-what .ai-avatar-what__content {
  width: 50%;
}
@media screen and (max-width: 768px) {
  section.gt-block.ai-avatar-what .ai-avatar-what__content {
    width: 100%;
  }
}
section.gt-block.ai-avatar-what .ai-avatar-what__content-heading {
  text-align: left;
  margin-bottom: 45px;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  section.gt-block.ai-avatar-what .ai-avatar-what__content-heading {
    margin-bottom: 20px;
    text-align: center;
  }
}
section.gt-block.ai-avatar-what .ai-avatar-what__content-heading strong {
  color: #00E1FF;
}
section.gt-block.ai-avatar-what .ai-avatar-what__content-text {
  color: #FFFFFF;
  margin-top: 20px;
  line-height: 140%;
  font-weight: normal;
  max-width: 507px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  section.gt-block.ai-avatar-what .ai-avatar-what__content-text {
    margin-top: 15px;
    text-align: center;
    max-width: 100%;
    font-size: unset;
  }
}
