.features_acc {
  background: rgba(234, 234, 249, 0.35);
}
.features_acc__title {
  font-weight: 500;
  font-size: 2rem;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #051322;
}
@media only screen and (min-width: 992px) {
  .features_acc__title {
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 120%;
  }
}
.features_acc__wrap {
  background: linear-gradient(0deg, #ffffff, #ffffff), rgba(234, 234, 249, 0.25);
  border-radius: 1.2rem;
  padding: 1.6rem 1.2rem 3.2rem;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .features_acc__wrap {
    max-width: 45rem;
  }
}
@media only screen and (min-width: 992px) {
  .features_acc__wrap {
    padding: 1.7rem;
    display: flex;
    gap: 12rem;
  }
}
@media only screen and (min-width: 992px) {
  .features_acc__wrap-content, .features_acc__img {
    flex: 1;
  }
}
.features_acc__list {
  margin-top: 1.6rem;
}
.features_acc__item-head {
  display: flex;
  align-items: center;
  padding: 1.6rem 0 0.8rem;
  cursor: pointer;
}
.features_acc__item-icon {
  width: 2.2rem;
}
.features_acc__item-icon svg {
  width: 100%;
  height: auto;
}
.features_acc__item-icon svg circle {
  transition: 0.2s ease-in-out;
}
.features_acc__item-title {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 140%;
  color: #512d8d;
  margin-left: 1.6rem;
  flex: 1;
}
@media only screen and (min-width: 992px) {
  .features_acc__item-title {
    font-size: 1.6rem;
  }
}
.features_acc__item-descr {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 140%;
  color: #606492;
  margin-left: 3.8rem;
  display: none;
}
.features_acc__item-img {
  display: none;
  background: rgba(234, 234, 249, 0.25);
  border: 1px solid #eaeaf9;
  border-radius: 0.8rem;
}
.features_acc__item-img img {
  width: 100%;
  height: auto;
}
.features_acc__item:hover svg circle {
  fill: rgba(81, 45, 141, 0.08);
  stroke: #512d8d;
}
.features_acc__item.active svg circle {
  fill: #512d8d;
  stroke: #512d8d;
}
.features_acc__item.active svg path {
  stroke: white;
}
.features_acc__img {
  display: none;
}
@media only screen and (min-width: 992px) {
  .features_acc__img {
    display: block;
    overflow: hidden;
    background: rgba(234, 234, 249, 0.25);
    border: 0.1rem solid #eaeaf9;
    border-radius: 1.2rem;
  }
}
.features_acc__img img {
  width: 100%;
  transition: 0.4s ease-in-out;
  top: 0;
}