@font-face {
  font-family: "Gilroy";
  src: url("/assets/fonts/gilroy/gilroy-light.woff2") format("woff2"), url("/assets/fonts/gilroy/gilroy-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("/assets/fonts/gilroy/gilroy-extra-bold.woff2") format("woff2"), url("/assets/fonts/gilroy/gilroy-extra-bold.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("/assets/fonts/dmsans/dmsans-regular.woff2") format("woff2"), url("/assets/fonts/dmsans/dmsans-regular.woff") format("woff");
  font-weight: 400l;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("/assets/fonts/dmsans/dmsans-bold.woff2") format("woff2"), url("/assets/fonts/dmsans/dmsans-bold.woff") format("woff");
  font-weight: bold;
  font-style: 600;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("/assets/fonts/dmsans/dmsans-medium.woff2") format("woff2"), url("/assets/fonts/dmsans/dmsans-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.content {
  padding: 0;
}
.content .about {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.content .about .about-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 24px;
}
.content .about .about-block .description {
  max-width: 600px;
  min-width: 300px;
  padding: 24px;
  color: #224660;
}
.content .about .about-block .description .title {
  font-size: 28px;
  font-family: "Gilroy";
}
.content .about .about-block .description .text {
  padding: 12px 0;
}
.content .about .about-block .image {
  width: 300px;
}
.content .about .about-block .image img {
  border-radius: 50%;
  height: 300px;
  width: 300px;
  object-fit: cover;
}
.content .therapists {
  max-width: 900px;
  margin: 0 auto;
  padding: 48px 24px 96px;
}
.content .therapists .section-title {
  font-size: 28px;
  font-family: "Gilroy";
  font-weight: bold;
  color: #224660;
  text-align: center;
  margin-bottom: 48px;
}
.content .therapists .therapist {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 32px;
  margin-bottom: 48px;
}
.content .therapists .therapist .image {
  width: 220px;
  flex-shrink: 0;
}
.content .therapists .therapist .image img {
  border-radius: 50%;
  width: 220px;
  height: 220px;
  object-fit: cover;
  object-position: top center;
}
.content .therapists .therapist .description {
  max-width: 500px;
  min-width: 280px;
  color: #224660;
}
.content .therapists .therapist .description .role {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  opacity: 0.7;
}
.content .therapists .therapist .description .name {
  font-size: 28px;
  font-family: "Gilroy";
  font-weight: bold;
  margin-bottom: 12px;
  text-decoration: none;
  color: #224660;
}
.content .therapists .therapist .description .name:hover {
  text-decoration: underline;
}
.content .therapists .therapist .description .details {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
}
.content .therapists .therapist .description .details li {
  padding: 4px 0;
}
.content .therapists .therapist .description .contact {
  display: flex;
  flex-direction: column;
}
.content .therapists .therapist .description .contact a {
  color: #224660;
}
.content .therapists .therapist .description .more {
  display: inline-block;
  margin-top: 12px;
  color: #224660;
  font-weight: 500;
  text-decoration: none;
}
.content .therapists .therapist .description .more:hover {
  text-decoration: underline;
}