.it-team {
  padding-top: 6rem;
  padding-bottom: 6rem;
  border-radius: 6rem;
  background-color: #eff3f7;
  color: #292e38;
  overflow: hidden;
}
@media screen and (min-width: 576px) {
  .it-team {
    padding-top: 7rem;
    padding-bottom: 11.2rem;
  }
}
.it-team .heading-2 {
  margin-bottom: 1em;
}
@media screen and (max-width: 575.98px) {
  .it-team .heading-2 {
    font-size: 4rem;
  }
}
.it-team-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  row-gap: 4rem;
}
.it-team-list-item {
  display: flex;
}
.it-team-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
}
.it-team-card-avatar {
  position: relative;
  border-radius: 50%;
  margin-bottom: -9rem;
  z-index: 5;
  overflow: hidden;
  width: 20rem;
  height: 20rem;
  background: radial-gradient(81.96% 222.76% at 10.26% 37.38%, rgb(1, 123, 250) 0%, rgb(133, 49, 160) 53.22%, rgb(210, 76, 39) 84.7%);
}
.it-team-card-avatar picture,
.it-team-card-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.it-team-card-description {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  padding: 11rem 2rem 2rem;
  border-radius: 4rem;
  background-color: #fff;
  text-align: center;
  color: #72757b;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 150%;
}
@media screen and (min-width: 768px) {
  .it-team-card-description {
    padding: 11rem 4rem 3.2rem;
  }
}
.it-team-card-description:hover {
  outline: 0.6rem solid #2866e1;
}
.it-team-card-name {
  color: #292e38;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 150%;
}
.it-team-card .link-more {
  margin-top: auto;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
  text-decoration: none;
  color: #2866e1;
}
.it-team-card .link-more::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.it-team-card .link-more svg path {
  stroke: #2866e1;
}

.about-teacher {
  padding-top: 15.9rem;
  padding-bottom: 8.9rem;
  border-radius: 6rem;
  background-color: #fff;
  color: #292e38;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 150%;
}
.about-teacher-achievements-list {
  padding-left: 1.5rem;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 5rem;
}
@media screen and (min-width: 992px) {
  .about-teacher-achievements-list {
    margin-bottom: 0;
  }
}
.about-teacher-achievements-item {
  position: relative;
  padding: 3rem 4rem 6.5rem;
  border-radius: 4rem;
  background-color: #eff3f7;
  width: 100%;
}
.about-teacher-achievements-item::before {
  content: "";
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #2866e1;
}
@media screen and (min-width: 576px) and (max-width: 991.98px) {
  .about-teacher-achievements-item {
    width: calc(50% - 1rem);
  }
}
.about-teacher-description *:first-child {
  margin-top: 0;
}
.about-teacher-description h3 {
  margin-top: 5rem;
  margin-bottom: 3rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 100%;
}
.about-teacher-description ul {
  padding-left: 0;
  list-style: none;
}
.about-teacher-description ul.list-check {
  padding-left: 2rem;
  list-style-image: url("../img/icons/check-blue.svg");
}
.about-teacher-description ul li:not(:last-child) {
  margin-bottom: 1rem;
}
.about-teacher-description p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.about-teacher-description a {
  text-decoration: none;
}
.about-teacher-description a:hover {
  color: #d24c27;
}

.teacher-photo {
  border: 0.6rem solid #fff;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.sitemap {
  padding-top: 6rem;
  padding-bottom: 6rem;
  margin-top: 6.5rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 150%;
  border-radius: 6rem;
  background-color: #fff;
  color: #292e38;
}
@media screen and (min-width: 576px) {
  .sitemap {
    padding-top: 7rem;
    padding-bottom: 9rem;
    margin-top: 13rem;
  }
}
.sitemap ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.sitemap ul li {
  margin-bottom: 3rem;
}
.sitemap-link {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 992px) {
  .sitemap-margin-top {
    margin-top: 10.2rem;
  }
}
.sitemap .sitemap-list {
  margin-top: 2rem;
  margin-bottom: 4rem;
}
.sitemap .sitemap-list li {
  margin-bottom: 1rem;
}
.sitemap .sitemap-sublist {
  padding-left: 2.5rem;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  list-style-type: disc;
}
.sitemap a {
  text-decoration: none;
  color: #292e38;
  transition: color 0.25s linear;
}
.sitemap a:hover {
  color: #d24c27;
}/*# sourceMappingURL=it-team.css.map */