/* [project]/src/views/experts/experts-detail/ui/experts-detail-body/index.module.css [app-client] (css) */
.index-module__9FMltG__person-page {
  background: #fff;
  border-radius: 16px;
  width: 100%;
  padding: 24px;
  line-height: 140%;
  box-shadow: 0 8px 32px rgba(0, 0, 0, .04);
}

.index-module__9FMltG__person-page__img {
  object-fit: contain;
  border-radius: 4px;
  width: 90%;
  height: 264px;
}

.index-module__9FMltG__person-page__name {
  color: #131e36;
  letter-spacing: .48px;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

.index-module__9FMltG__person-page__job-title {
  color: #000;
  letter-spacing: .36px;
  margin-top: 8px;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.index-module__9FMltG__person-page__detail {
  color: #000;
  letter-spacing: .36px;
  margin-top: 16px;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.index-module__9FMltG__person-page h1 {
  color: #131e36;
  margin-bottom: 8px;
  padding-left: 32px;
  padding-right: 32px;
  font-family: Inter;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 39px;
}

.index-module__9FMltG__person-page .index-module__9FMltG__center__header {
  text-align: center;
  color: #131e36;
  font-family: Inter;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

.index-module__9FMltG__person-page .index-module__9FMltG__ramka {
  color: #131e36;
  background: #f8f9fb;
  border-radius: 16px;
  margin-top: 16px;
  padding: 24px 32px;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.index-module__9FMltG__person-page p {
  color: #131e36;
  margin-top: 24px;
  padding-left: 32px;
  padding-right: 32px;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.index-module__9FMltG__person-page p b {
  color: #131e36;
  margin-bottom: -11px;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  display: block;
}

.index-module__9FMltG__person-page ul li {
  margin-top: 8px;
  margin-left: 14px;
  list-style-type: disc;
}

@media (max-width: 768px) {
  .index-module__9FMltG__person-page__img {
    width: 100%;
    height: auto;
  }

  .index-module__9FMltG__person-page__name {
    margin-top: 16px;
  }
}

/*# sourceMappingURL=src_views_experts_experts-detail_ui_experts-detail-body_index_module_6d1be5d5.css.map*/