.intro_content {
  max-width: 580px;
}
.intro_btn_set {
  max-width: 450px;
}
.intro_info {
  width: 300px;
}
.intro_image {
  max-width: 600px;
}
.intro_image img {
  max-width: 100%;
}
.intro_features img {
  margin-right: 8px;
}
.clear_communication_content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.clear_communication_content .inner_content {
  flex: 1 1 0;
  border-radius: 20px;
  text-align: center;
}
.clear_communication_content .inner_content strong {
  font-size: 64px;
  line-height: 66px;
}
#clear_communication p {
  max-width: 922px;
}
.new_feature {
  border-radius: 40px;
  padding: 48px 65px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  min-height: 374px;
}
.new_feature p {
  max-width: 470px;
}
.new_feature h5 {
  max-width: 440px;
}
#features .features {
  max-width: 996px;
  margin: 0 auto;
}
#features .feature .feature_img {
  text-align: center;
  border-radius: 20px;
  max-width: 488px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#features .feature .feature_content {
  display: flex;
  align-items: center;
}
#features .feature .feature_img img {
  max-width: 100%;
}
#features .feature .feature_title {
  display: flex;
  align-items: flex-start;
}
#features .feature .feature_title img {
  margin-right: 16px;
}
#features .feature {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
#features .feature .feature_content {
  max-width: 468px;
  width: 100%;
}
#features .feature .feature_title img {
  margin-top: 10px;
}
#features .feature ul {
  margin: 0;
  padding: 0 0 0 20px;
}
.features_subtitle {
  max-width: 794px;
}
#workflow .workflow_step {
  border-radius: 20px;
  max-width: 996px;
}
#workflow p {
  max-width: 996px;
}
#workflow .workflow_step p {
  width: auto;
}
.icon_holder {
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  /* margin-right: 20px; */
  flex: 0 0 180px;
  margin: 0 10px;
}
.more_feature_content {
  border-radius: 20px;
  margin: 0 10px;
}
.feature_row {
  display: flex;
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
}
.persona_outer {
  border-radius: 20px;
  margin: 0 auto;
}

.tabs_nav {
  display: flex;
  justify-content: space-between;
}
.tabs_nav .tab_opener {
  padding-bottom: 12px;
  border-bottom: 2px solid #949da6;
  flex: 0 0 23%;
  cursor: pointer;
}
.tabs_nav .tab_opener.active {
  border-color: #614efa !important ;
}
.tabs_nav .tab_opener span {
  color: #949da6;
}
.tabs_nav .tab_opener.active strong {
  color: #614efa !important;
}
.tabs_nav .tab_opener:nth-child(2),
.tabs_nav .tab_opener:nth-child(3) {
  margin: 0 16px;
}
.tabs {
  padding-top: 44px;
  width: 100%;
  position: relative;
  min-height: 389px;
}
.tabs .tab {
  width: 100%;
  max-height: 0;
  left: 0;
  top: 44px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
}
.tabs .tab.active {
  opacity: 1;
  visibility: visible;
  max-height: 2000px;
}
.tab_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tab_inner .content {
  max-width: 643px;
}
.tab_inner .img_holder {
  flex: 0 0 365px;
}
.tab_inner .feature {
  display: flex;
  align-items: flex-start;
}

.tab_inner .feature img {
  margin-right: 10px;
  transform: translateY(3px);
}
.faqs_wrapper {
  max-width: 794px;
  width: 100%;
  margin: 0 auto;
}
.faq_item {
  border-radius: 20px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.faq_item.active .faq_question:after {
  transform: rotate(45deg);
}
.faq_item .faq_question {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq_item .faq_answer {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease;
  position: absolute;
}
.faq_question:after {
  content: url('../svg/icon_plus.svg');
  transition: all 0.3s ease;
  width: 24px;
  height: 24px;
}
.faq_item .faq_answer.show {
  max-height: 5000px;
  visibility: visible;
  opacity: 1;
  max-height: 5000;
  position: static;
}
#last h2 {
  max-width: 700px;
}
#last span img {
  margin-right: 9px;
}
#last span {
  display: inline-block;
  margin-right: 12px;
}
#trusted {
  padding-bottom: 136px;
}
@media screen and (max-width: 1200px) {
  .more_feature_content {
    height: auto !important;
  }
  .intro_image {
    max-width: 450px;
    width: 100%;
  }
  .intro_image img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 1024px) {
  #trusted {
    padding-bottom: 100px;
  }

  .intro_btn_set {
    margin: 0 auto;
  }
  .clear_communication_content {
    flex-direction: column;
    gap: unset;
    align-items: center;
  }
  .clear_communication_content .inner_content {
    width: 100%;
    max-width: 541px;
    margin-bottom: 24px;
  }
  #clear_communication h4 br {
    display: none;
  }
  #features .feature .feature_title {
    display: block;
  }
  #features .feature .feature_img img {
    height: auto;
    max-width: 100%;
  }
  #features .feature .feature_content {
    max-width: 48% !important;
  }
  #features .feature_img {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 48% !important;
  }
  #features .feature_content {
    margin-bottom: 24px;
  }
  #features .feature .feature_title img {
    margin-bottom: -10px;
  }
  #features .feature .feature_title {
    display: block;
  }
  #persona .container {
    padding-left: 0;
    padding-right: 0;
  }
  .persona_outer {
    border-radius: 0;
    width: 100%;
    max-width: unset;
    padding-left: 20px;
    padding-right: 20px;
  }
  .new_features_outer {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .new_features_outer .feature_item {
    flex-basis: 100%;
    max-width: 470px;
    margin-bottom: 16px;
    width: 100%;
  }
  .new_feature {
    padding: 48px;
  }
  .new_feature p {
    max-width: 453px;
  }
  .new_feature p br {
    display: none;
  }
  .new_feature img:not(.new_features img) {
    margin-left: 28px;
    width: 300px !important;
    height: auto;
  }
  .more_feature_content {
    height: unset;
  }
  .icon_holder {
    display: none;
  }
  .feature_row {
    flex: 0 0 100%;
    flex-wrap: wrap;
    margin-bottom: 0 !important;
  }
  .feature_row .more_feature_content {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 769px) {
  #trusted {
    padding-bottom: 80px;
  }
  .intro_btn_set {
    margin: 0 auto;
  }
  .tab_inner {
    flex-direction: column;
  }
  .tabs_nav .tab_opener {
    flex: 0 0 auto;
    padding-left: 24px;
    padding-right: 24px;
  }
  .tab_opener strong br {
    display: none;
  }
  .tabs_nav {
    display: flex;
    justify-content: space-between;
    flex: auto;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .tab_inner img {
    max-width: 100%;
  }
  .new_feature {
    flex-direction: column;
    text-align: center;
    justify-content: space-around;
  }
  .new_feature img:not(.new_features img) {
    margin-left: 28px;
    width: auto !important;
    height: auto;
  }
  .new_feature.call_summary img {
    max-height: 230px;
  }
  .new_feature img:not(.new_features img) {
    margin: 32px 0 0 0;
    max-width: 100%;
    width: 400px;
    height: auto;
  }
  #features .feature .feature_title {
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }
  #features .feature .feature_title {
    justify-content: center;
    align-items: center;
  }
  #features .feature_content {
    width: 100%;
    max-width: unset;
  }
  #features .feature_img {
    max-width: 360px;
  }
  #features .feature .feature_img img {
    height: auto;
    max-width: 100%;
  }
  #features .feature_content {
    max-width: 45%;
  }
  #features .feature .feature_content {
    max-width: 470px;
  }
  #features .feature {
    flex-direction: column;
    align-items: center;
  }
  #features .feature_img {
    order: 2;
    padding-left: 40px;
    padding-right: 40px;
  }
  #features .feature_content {
    text-align: center;
    margin-bottom: 24px;
  }
  #features .feature .feature_title img {
    margin-bottom: -10px;
  }
  #features .feature .feature_title {
    display: block;
  }
  #features .feature .feature_content,
  #features .feature .feature_img {
    max-width: 335px !important;
  }
  .faq_question:after {
    margin-left: 20px;
  }
  .faq_question.subtitle--md {
    font-size: 15px !important;
    line-height: 26px !important;
  }
  .faqs_wrapper .subtitle--md {
    font-size: 15px !important;
    line-height: 26px !important;
  }
  #faq .more_questions {
    text-align: center;
  }
  #faq .more_questions a {
    display: block;
    text-align: center;
  }
  .feature_content ul {
    display: table;
    margin: 0 auto !important;
  }
  .feature_content ul li {
    text-align: left;
  }
  .icon_holder {
    display: none;
  }
}
