.wp-custom-block-expert-card {
  background-color: #fbfbfb;
  border: solid 1px #dedede;
  border-radius: 1rem;
  padding: 1.25rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin: 1.5rem 0;
  box-sizing: border-box;
}
.wp-custom-block-expert-card__image {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 12px !important;
  box-shadow: none !important;
}
.wp-custom-block-expert-card__head {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}
.wp-custom-block-expert-card__head span {
  color: #566f8f;
  font-weight: 600;
  font-size: 1.125rem;
}
.wp-custom-block-expert-card__head i {
  color: #98a1ac;
}
.wp-custom-block-expert-card__position, .wp-custom-block-expert-card__text {
  color: #98a1ac;
  font-weight: 500;
  font-size: 1rem;
}
.wp-custom-block-expert-card__position {
  margin-top: 0;
}
.wp-custom-block-expert-card__text {
  margin-top: 1rem;
}
.wp-custom-block-expert-card__text p {
  display: inline;
}
.wp-custom-block-expert-card__text p:not(:last-child) {
  margin-bottom: 0.5rem;
}
.wp-custom-block-expert-card.minimized .wp-custom-block-expert-card__image {
  width: 4rem;
  height: 4rem;
  border-radius: 0.5rem;
}
.wp-custom-block-expert-card.minimized .wp-custom-block-expert-card__head {
  margin-bottom: 0;
}
.wp-custom-block-expert-card.minimized .wp-custom-block-expert-card__position {
  margin-bottom: 0;
}
@media screen and (max-width: 425px) {
  .wp-custom-block-expert-card {
    flex-direction: column;
    align-items: start;
    gap: 0.75rem;
  }
  .wp-custom-block-expert-card__image {
    width: 6rem;
    height: 6rem;
  }
  .wp-custom-block-expert-card__head {
    margin-bottom: 0;
  }
  .wp-custom-block-expert-card.minimized .wp-custom-block-expert-card__image {
    width: 6rem;
    height: 6rem;
  }
}

/*# sourceMappingURL=style.css.map */
