.expert-card {
    display: flex;
  }
  .expert-card__img {
    margin-bottom: 30px;
    width: 164px;
    margin-right: 30px;
    flex-shrink: 0;
  }
  .expert-card__img img {
    width: 100%;
  }
  .expert-card__content {
    flex-grow: 1;
    margin-bottom: 30px;
  }
  .expert-card__content h2{
    color: #174F79;
    margin-bottom: 1px;
    margin-top: -10px;
  }
  .expert-card____text {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.5px;
    margin-top: 0;
    color: #262626;
  }
  @media (max-width: 767px) {
    .expert-card {
    flex-direction: column;
  }
  .expert-card__img {
    width: 100%;
  }
  .expert-card____text {
    font-size: 14px;
        line-height: 21px;
  }
  }
