.expert__avatar {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.expert__title {
  font-family: 'Days One', sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #000000;
  margin: 0 0 15px 0;
}

.expert__position {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #767676;
  margin-bottom: 10px;
}

.expert__subtitle {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #474747;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #767676;
}

.expert__stats {
  display: flex;
  gap: 30px;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #767676;
}

.expert__stats--item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.expert__stats--title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #767676;
}

.expert__stats--title:first-letter {
  text-transform: uppercase;
}

.expert__stats--text {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000;
  margin: 0;
}

.expert__row {
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #767676;
}

.expert__text {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #767676;
  margin-bottom: 15px;
}

.expert__text:first-letter {
  text-transform: uppercase;
}

.expert__row--list {
  font-family: "Roboto Condensed", sans-serif;
  margin-left: 15px;
  list-style: none;
  color: #000;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0px;
}

.expert__row--item:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  position: relative;
  top: -3px;
  left: -15px;
  background: #7acf55;
}

.expert__soc {
  display: flex;
  gap: 15px;
}

.expert__soc a {
  text-decoration: none;
  display: block;
  transition: all 0.5s ease;
}

.expert__soc a:hover {
  opacity: 0.5;
}

.expert__soc img {
  height: 42px;
  width: 42px;
  display: block;
  margin: 0;
}

.expert__description {
  margin: 0 0 20px 0;
}

.expert__description strong {
    display: inline-flex;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #000000;
    margin-bottom: 10px;
}

.expert__description ul {
  font-family: "Roboto Condensed", sans-serif;
  margin-left: 15px;
  color: #474747;
  font-weight: 400;
  font-size: 16px;
}

.expert__description ul ul {
  margin-bottom: 0;
}

.certificates__section {
  padding: 50px 0px;
}

.certificates__title {
  font-family: 'Days One', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 20px 0;
  padding-left: 25px;
  border-left: 10px solid #77D14D;
  display: block;
}

.certificates__slide {
  outline: none;
  box-shadow: none;
  border: none;
}

.certificates__slide img {
  width: 100%;
  height: auto;
  display: block;
}

.swiper-pagination.certificates-pagination {
  position: relative;
  margin-top: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-pagination.certificates-pagination .swiper-pagination-bullet {
  outline: none;
  border: 1px solid #7ACF55;
  box-shadow: none;
  background: none;
  font-size: 0;
  line-height: 0;
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
}

.swiper-pagination.certificates-pagination .swiper-pagination-bullet-active {
  background: #7ACF55;
}

.experts__section {
  margin-top: 0;
  padding: 0 0 25px 0;
}

.experts__title {
  font-family: 'Days One', sans-serif;
  font-weight: 400;
  font-size: 28px;
  text-transform: uppercase;
  text-shadow: 0 4px 4px rgb(0 0 0 / 25%);
  color: #000000;
  margin: 0;
}

.experts__subtitle {
  font-family: 'Days One', sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: block;
  color: #000000;
  margin: 25px 0;
}

.experts__grid {
  display: grid;
  gap: 50px;
}

.experts__item {
  display: flex;
  gap: 20px;
}

.experts__column {
  display: flex;
  flex-direction: column;
}

.experts__avatar {
  width: 185px;
  height: 185px;
}

.experts__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.experts__stats {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}

.experts__stats--item {
  display: flex;
  gap: 3px;
  align-items: center;
}

.experts__stats--title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #767676;
}

.experts__stats--title:first-letter {
  text-transform: uppercase;
}

.experts__stats--text {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000000;
  margin: 0;
}

.page-default__section .article .experts__stats--text {
  margin: 0;
}

.experts__item--name {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #000000;
}

.experts__item--name-link {
  text-decoration: none;
}

.experts__item--position {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #767676;
  padding-bottom: 20px;
  margin: 10px 0 20px 0;
  border-bottom: 1px solid #767676;
}

.experts__description {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #474747;
  margin-bottom: 20px;
  contain: content;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.experts__btn {
  display: block;
  text-align: center;
  width: 100%;
  background: #000;
  border: 2px solid #000;
  padding: 15px 10px;
  color: #FFF;
  font-family: 'Mont', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}

.experts__section.experts__section--block {
  margin: 25px 0;
  padding: 0;
}

.experts__title.experts__title--block {
  padding-left: 25px;
  border-left: 10px solid #77D14D;
  text-shadow: none;
  margin-bottom: 25px;
}

.experts__more-btn {
  font-family: 'Days One', sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  border: 3px solid #000;
  padding: 15px 25px;
  width: fit-content;
  display: flex;
  width: fit-content;
  margin: 25px auto 0;
  text-decoration: none;
}

.experts__more-btn:hover {
  border: 3px solid #000000;
  background: #000000;
  color: #ffffff;
}


@media (min-width: 576px) {
  .certificates__slider:not(.swiper-initialized) .swiper-wrapper {
    display: flex;
    justify-content: center;
    gap: 50px;
  }

  .certificates__slider:not(.swiper-initialized) .certificates__slide {
    width: calc((100% - 60px) / 2);
  }

  .experts__avatar {
    width: 285px;
    height: 285px;
  }
}

@media (min-width: 992px) {
  .expert__item {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 50px;
  }

  .expert__title {
    font-size: 36px;
  }

  .expert__position {
    font-size: 26px;
  }

  .expert__subtitle {
    font-size: 16px;
  }

  .expert__stats {
    gap: 50px;
  }

  .expert__stats--title {
    font-size: 18px;
  }

  .expert__stats--text {
    font-size: 18px;
  }

  .expert__text {
    font-size: 26px;
  }

  .expert__soc {
    gap: 25px;
  }

  .expert__soc img {
    height: 62px;
    width: 62px;
  }

  .expert__description ul {
    margin-left: 15px;
    font-size: 18px;
  }

  .certificates__title {
    font-size: 36px;
  }

  .experts__grid {
    gap: 80px;
  }

  .experts__item {
    gap: 30px;
  }

  .experts__stats {
    gap: 15px;
    margin-top: 15px;
  }

  .experts__stats--item {
    gap: 5px;
  }

  .experts__stats--text {
    font-size: 18px;
  }

  .experts__item--name {
    font-size: 26px;
  }

  .experts__item--position {
    font-size: 18px;
    padding-bottom: 20px;
    margin: 10px 0 20px 0;
  }

  .experts__description {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .experts__btn {
    font-size: 16px;
  }

  .experts__title {
    font-size: 50px;
    margin: 30px 0;
  }

  .experts__grid {
    grid-template-columns: 1fr 1fr;
  }

  .experts__right {
    justify-content: space-between;
  }

  .experts__avatar {
    width: 200px;
    height: 200px;
  }

  .experts__item--name {
    font-size: 26px;
  }

  .experts__section.experts__section--block {
    margin: 50px 0;
  }

  .experts__title.experts__title--block {
    font-size: 36px;
  }

  .experts__more-btn {
    font-size: 18px;
    margin: 45px auto 0;
  }
}