.meet-our-expert{
  background: #EDEEEC;
  padding: 40px;
  color: var(--primary);
  margin: 64px 0;
}

.meet-our-expert__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.meet-our-expert-main{
  margin-left: 32px;
  width: calc( 100% - 148px);
}
.meet-our-expert__title{
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: -0.02em;
  color: var(--primary);
}
.meet-our-expert__head{
  margin-bottom: 30px;
}

.meet-our-expert__text{
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: var(--primary);
  margin: 16px 0;
}
.meet-our-expert__link a{
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-decoration-line: underline;
  color: var(--primary);
}

.meet-our-expert__link a:hover{
  color: var(--primary-text-hover);
}
@media(max-width: 1279px){
  .meet-our-expert-image{
    width: 124px;
  }
  .meet-our-expert__title{
    font-size: 32px;
    line-height: 36px;
  }
  .meet-our-expert__text{
    font-size: 16px;
    line-height: 26px;
  }
  .meet-our-expert__title{
    font-size: 20px;
    line-height: 32px;
  }

}
@media(max-width: 767px){

  .meet-our-expert__head{
    margin-bottom: 20px;
  }
  .meet-our-expert__image{
    margin-bottom: 20px;
  }

}