.hero {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .hero {
    margin-bottom: 100px;
  }
}
.hero .wrapper {
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .hero .wrapper {
    padding-bottom: 60px;
  }
}
.hero .left {
  width: 66.5%;
  display: flex;
}
.hero .left::after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: var(--base-color);
  display: block;
  margin: 0 60px;
}
.hero .left .article_item .image {
  min-height: 174px;
}
.hero .left .article_item .image img {
  max-height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
  object-position: top center;
}
.hero .left .article_item .image .icon {
  left: 12px;
  top: 14px;
  width: 38px;
  max-width: 96px;
}
@media (min-width: 768px) {
  .hero .left .article_item .image .icon {
    left: 32px;
    top: 35px;
    width: 96px;
  }
}
.hero .left .article_item .details {
  margin-top: 22px;
}
@media (min-width: 992px) {
  .hero .left .article_item .details {
    margin-top: 38px;
  }
}
.hero .right {
  width: 33.5%;
}
.hero .right .article_item .image {
  box-shadow: var(--box-shadow-4);
}
.hero .right .article_item .image .icon {
  right: 10px;
  top: 20px;
  width: 47px;
}
.hero .right .article_item .details {
  margin-top: 22px;
}
@media (min-width: 992px) {
  .hero .right .article_item .details {
    margin-top: 38px;
  }
}
.hero .right .article_item .details h3 {
  color: var(--base-color);
  margin-bottom: 30px;
  text-transform: uppercase;
}
.hero .article_item {
  width: 100%;
}
.hero .article_item .image {
  position: relative;
}
.hero .article_item .image .icon {
  position: absolute;
  z-index: 1;
}
.hero .article_item .image .icon svg {
  display: block;
}
.hero .article-info {
  font-weight: 400;
  padding: 30px 0;
  border-bottom: 1px solid #677f8e;
  border-top: 1px solid #677f8e;
}
.hero .article-info > div {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-bottom: 20px;
}
.hero .article-info p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.07;
}
@media (min-width: 576px) {
  .hero .article-info p {
    font-size: 26px;
  }
}
.hero .article-info p:hover,
.hero p a:hover {
  color: var(--brick-red);
}
.hero .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}
@media (min-width: 1400px) {
  .hero .bottom {
    justify-content: left;
    gap: 70px;
  }
}
.hero .bottom .transcript-button {
  padding: 0;
  font-size: 20px;
  font-style: italic;
}
.hero .bottom .transcript-button:hover span, .hero .bottom .transcript-button:hover svg {
  color: var(--base-color);
}
.hero .bottom .transcript-button span, .hero .bottom .transcript-button svg {
  color: var(--brick-red);
}
.hero .bottom .archives-button {
  font-size: 20px;
  font-style: italic;
}
.hero .bottom .archives-button:hover span, .hero .bottom .archives-button:hover svg {
  color: var(--base-color);
}
.hero .bottom .archives-button span, .hero .bottom .archives-button svg {
  color: var(--brick-red);
}
.hero .book-item {
  padding: 30px 0 0;
  display: flex;
  gap: 20px;
  flex-direction: column;
}
@media (min-width: 576px) {
  .hero .book-item {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .hero .book-item {
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .hero .book-item {
    gap: 30px;
    flex-direction: row;
  }
}
.hero .book-item .image {
  width: 150px;
  max-width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  flex-shrink: 0;
  box-shadow: var(--box-shadow-4);
}
.hero .book-item .image img {
  width: 100%;
  height: auto;
}
.hero .book-item .details h3 {
  margin-bottom: 18px;
}
.hero .book-item .details p {
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 1400px) {
  .hero .book-item .details p {
    font-size: 22px;
    line-height: 26px;
  }
}
.hero iframe {
  display: block;
}

.article_item .image {
  display: block;
}
.article_item .image img {
  width: 100%;
  max-height: 354px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.article_item .image iframe {
  aspect-ratio: 56/31;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.article_item .details {
  padding-bottom: 28px;
}

@media (max-width: 992px) {
  .hero .left {
    width: 100%;
  }
  .hero .left::after {
    display: none;
  }
  .hero .right {
    width: 100%;
  }
  .audio_box .progress {
    flex-wrap: wrap;
  }
  .article_item h1 {
    font-size: 32px;
  }
}
