.author__page .section__hero__author {
  position: relative;
  padding-top: 94px;
  padding-bottom: 130px;
  background-image: url(../img/hero_bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.author__page .section__hero__author__body {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.author__page .section__hero__author__content {
  display: flex;
  gap: 24px;
}
.author__page .section__hero__author__img {
  border-radius: 20px;
  width: 180px;
  height: 180px;
}
.author__page .section__hero__author__info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.author__page .section__hero__author__name {
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 40px;
  font-weight: 900;
  line-height: normal;
}
.author__page .section__hero__author__info__imgs {
  display: flex;
  gap: 12px;
  align-items: center;
}
.author__page .section__hero__author__info__img {
  width: 35px;
  height: 35px;
}
.author__page .section__hero__author__info__img img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.author__page .section__hero__author__text {
  margin-top: 12px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
}
.author__page .section__author {
  /* padding: 15px; */
  background-color: #fff;
}
.author__page .section__author.wave::before {
  background-color: #fff;
}
.author__page .section__author__body {
  max-width: 875px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.author__page .section__author__education {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.author__page .section__author__education > h2 {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  padding-left: 28px;
  position: relative;
}
.author__page .section__author__education > h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #006400;
}
.author__page .section__author__education > p {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
.author__page .section__author__education > p a {
  color: #006400;
}
.author__page .section__author__education__grid {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.author__page .section__author__education__grid .section__author__education__item {
  max-width: 400px;
  width: 100%;
}
.author__page .section__author__education__item {
  padding: 6px 14px;
  background-color: #e2ffe2;
  -webkit-filter: drop-shadow(-8px 4px 16px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(-8px 4px 16px rgba(0, 0, 0, 0.25));
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.author__page .section__author__education__item__title {
  color: #006400;
  font-size: 20px;
  font-weight: 800;
  line-height: normal;
}
.author__page .section__author__education__item__content {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
.author__page .section__author__education__item__body {
 display: flex;
    gap: 15px;
    max-width: 380px;
    width: 100%;
    min-width: 260px;
}
.author__page .section__author__education__item__inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.author__page .section__author__education__item__text {
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  margin:auto 0;
}
.author__page .section__author__education__item__text__small {
  font-size: 16px;
  line-height: normal;
}
.author__page .section__author__education__item__date {
  color: #8e8e8e;
  font-size: 16px;
  line-height: normal;
}

.author__page .section__gambling__body {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.author__page .section__gambling__list {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
}
.author__page .section__gambling__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.author__page .section__gambling__img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}
.author__page .section__gambling__name {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 992px) {
  .author__page .section__hero__author {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .author__page .section__author__education > h2 {
    font-size: 22px;
  }

}
@media (max-width: 768px) {
  .author__page .section__hero__author__body {
    gap: 20px;
  }
  .author__page .section__hero__author__content {
    gap: 12px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .author__page .section__hero__author__img {
    width: 100px;
    height: 100px;
  }
  .author__page .section__hero__author__info {
    align-items: center;
  }
  .author__page .section__hero__author__name {
    font-size: 30px;
  }
  .author__page .section__hero__author__text {
    font-size: 16px;
    text-align: center;
  }
  .author__page .section__author__education__grid {
    flex-direction: column;
  }
}

@media (any-hover: hover) {
  .author__page .section__author__education > p a:hover {
    text-decoration: underline;
  }
}
