.a-person {
  padding: 0px 0 80px;
  margin-top: 16px;
}
.a-person :is(h1, h2).a-title {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 48px;
}
@media only screen and (min-width: 1025px) {
  .a-person {
    padding: 0px 0 180px;
  }
}
.a-person__card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media only screen and (min-width: 1025px) {
  .a-person__card {
    grid-template-columns: 40% 60%;
    gap: 60px;
  }
}
.a-person__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  order: 2;
}
@media only screen and (min-width: 1025px) {
  .a-person__info {
    order: 1;
  }
}
.a-person__name {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  color: #4CAF50;
}
@media only screen and (min-width: 1025px) {
  .a-person__name {
    font-size: 3rem;
  }
}
.a-person__position {
  font-size: 1.25rem;
  font-weight: 400;
  color: #333;
  margin-top: -5px;
}
@media only screen and (min-width: 1025px) {
  .a-person__position {
    font-size: 1.5rem;
    margin-top: -10px;
  }
}
.a-person__text {
  border: 2px solid #000;
  padding: 24px;
}
.a-person__text b,
.a-person__text strong {
  font-weight: 700;
}
.a-person__text em {
  font-style: normal;
  font-weight: 700;
}
.a-person__text p {
  margin: 28px 0;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 2.125rem;
}
.a-person__text p:first-child {
  margin-top: 0;
}
.a-person__text p:last-child {
  margin-bottom: 0;
}
.a-person__text p.a-lead {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: 0.0125rem;
  margin-bottom: 32px;
}
.a-person__text p.a-accent {
  padding: 36px 28px;
  border: 3px solid #40b93c;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.0625rem;
  letter-spacing: 0.01375rem;
}
.a-person__text h1,
.a-person__text h2,
.a-person__text h3,
.a-person__text h4 {
  margin: 0 0 16px 0;
}
.a-person__text h1 + *,
.a-person__text h2 + *,
.a-person__text h3 + *,
.a-person__text h4 + * {
  margin-top: 16px;
}
.a-person__text h1,
.a-person__text h2,
.a-person__text h3,
.a-person__text h4 {
  font-family: MuseoSansCyrl, serif;
  color: #000000;
  margin: 0;
}
.a-person__text h1 {
  font-size: 2rem;
  line-height: 2.625rem;
  font-weight: 900;
}
@media only screen and (min-width: 1025px) {
  .a-person__text h1 {
    font-size: 3.25rem;
    line-height: 3.875rem;
  }
}
.a-person__text h2 {
  font-size: 1.75rem;
  line-height: 2.5rem;
  font-weight: 900;
}
@media only screen and (min-width: 1025px) {
  .a-person__text h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
.a-person__text h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 900;
}
@media only screen and (min-width: 1025px) {
  .a-person__text h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.a-person__text h4 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2rem;
}
.a-person__text img {
  max-width: 100%;
  display: block;
  margin: 40px 0;
}
.a-person__text ul,
.a-person__text ol {
  margin: 28px 0;
  padding: 0;
  list-style: none;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 2.125rem;
}
.a-person__text ul:first-child,
.a-person__text ol:first-child {
  margin-top: 0;
}
.a-person__text ul:last-child,
.a-person__text ol:last-child {
  margin-bottom: 0;
}
.a-person__text ul li,
.a-person__text ol li {
  padding: 0 0 0 28px;
}
.a-person__text ul li + li,
.a-person__text ol li + li {
  margin: 4px 0 0 0;
}
.a-person__text ul li {
  position: relative;
}
.a-person__text ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #40b93c;
  position: absolute;
  left: 0;
  top: 18px;
  margin-top: -4px;
}
.a-person__text ol {
  counter-reset: numberedList;
}
.a-person__text ol li {
  position: relative;
}
.a-person__text ol li:before {
  counter-increment: numberedList;
  content: counter(numberedList) ".";
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 2.125rem;
  color: #40b93c;
  position: absolute;
  left: 0;
  top: 0;
}
.a-person__text a {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.125rem;
  color: #40b93c;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-skip-ink: none;
  text-decoration-color: transparent;
  transition: text-decoration 0.3s;
}
.a-person__text a:visited {
  color: #40b93c;
}
.a-person__text a:hover {
  color: #000000;
  text-decoration-color: #000000;
}
.a-person__text p {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}
@media only screen and (min-width: 1025px) {
  .a-person__text {
    padding: 40px;
  }
}
.a-person__photo {
  position: relative;
  max-width: 600px;
  order: 1;
}
@media only screen and (min-width: 1025px) {
  .a-person__photo {
    order: 2;
  }
}
.a-person__photo img {
  width: 100%;
  object-position: center;
  display: block;
}
.a-person__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-top: 60px;
}
@media (min-width: 640px) {
  .a-person__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1025px) {
  .a-person__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    margin-top: 80px;
  }
}
.a-person__list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.a-person__list-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s ease;
}
.a-person__list-link:hover .a-person__list-photo {
  transform: scale(1.05);
  border-color: #4CAF50;
}
.a-person__list-link:hover .a-person__list-name {
  color: #45a049;
}
.a-person__list-photo {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #000;
  margin-bottom: 20px;
  background-color: #fff;
  padding: 8px;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 1025px) {
  .a-person__list-photo {
    width: 240px;
    height: 240px;
    border-width: 2px;
    padding: 10px;
  }
}
.a-person__list-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 50%;
}
.a-person__list-name {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  color: #4CAF50;
  margin-bottom: 8px;
  transition: color 0.3s ease;
}
@media only screen and (min-width: 1025px) {
  .a-person__list-name {
    font-size: 1.5rem;
  }
}
.a-person__list-position {
  font-size: 1rem;
  font-weight: 400;
  color: #333;
}
@media only screen and (min-width: 1025px) {
  .a-person__list-position {
    font-size: 1.125rem;
  }
}