.helper {
  display: flex;
  align-items: center;

  margin-right: 20px;
  margin-bottom: 50px;
  margin-left: 20px;
  padding: 10px 50px;

  background: var(--theme-hack-bg2-color, #eff8fc);
  border-radius: 7px;

  &__content {
    &__title {
      margin-bottom: 10px;
      font-size: 18px;
    }

    &__text {
      font-size: 14px;
      line-height: 130%;
      color: var(--color-gray-888);
    }
  }

  &__icon {
    margin-right: 30px;
  }
}

.content {
  margin-bottom: 90px;
  text-align: center;

  &__title {
    font-size: 18px;
    font-weight: 600;
  }

  &__text p {
    margin: 0;
    line-height: 130%;
  }
}
