/* PAGE HERO */

/* .heading-hero-image-align {
  margin-top: -34px;
}
@media only screen and (min-width: 1025px) {
  .heading-hero-image-align {
    margin-top: 19px;
  }
}

.heading-hero-background {
  background: rgba(168, 222, 222, 0.2);
}

.heading-hero-padding {
  padding: 9px 0;
}
 */

/* .page-hero .heading {
  padding: 0;
} 
.heading__container {
  padding: 50px 0;
} */
.page-hero {
  min-height: 700px;
  position: relative;
}

@media (min-width: 1200px) {
  .page-hero {
    padding: 0 120px;
  }
}

.page-hero.white-text * {
  color: #fff !important;
}

.page-hero.full-col .heading_3columns-right-small {
  grid-template-columns: auto;
}

.page-hero.full-col .title_big,
.page-hero.full-col .heading__paragraph {
  max-width: 100%;
}

.page-hero.mid-col .title_big,
.page-hero.mid-col .heading__paragraph {
  max-width: 384px;
}

.heading__paragraph.person-text,
.heading__paragraph.person-about {
  font-size: 24px;
  line-height: 30px;
  color: #020014;
}

.heading__paragraph.person-text {
  font-weight: 700;
  width: 483px;
}
@media (max-width: 1200px) {
  .heading__paragraph.person-text {
    max-width: 100%;
  }
}


/* POST HERO */
.post-hero {
  background-color: rgba(241, 241, 243, 1);
  background-size: cover;
  background-position: 50%;
  padding: 260px 0;
}

@media (min-width: 1200px) {
  .post-hero .container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 120px;
  }
}

.post-hero .entry-title {
  font-family: Inter;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  color: rgba(2, 0, 20, 1);
  max-width: 1000px;
}

.post-hero .entry-meta {
  margin-bottom: 20px;
}

.post-hero .btns {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

@media only screen and (max-width: 768px) {
  .post-hero {
    padding: 248px 0;
  }

  .overlay-text-mobile .heading {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 44px;
  }

  .text-to-bottom-mobile .heading {
    justify-content: flex-start;
  }

  .text-to-top-mobile .heading {
    justify-content: flex-end;
    padding-top: 100px;
  }

  .overlay-text-mobile .page-hero__overlay {
    background-position: 50% 50%;
  }
}

.post-hero .posted-on,
.post-hero .post-author {
  display: inline-block;
  margin-right: 32px;
  font-weight: bold;
  margin-bottom: 24px;
  color: rgba(100, 99, 110, 1);
}

.post-info {
  border-bottom: 1px solid rgba(217, 217, 217, 1);
  height: 60px;
  display: flex;
  align-items: center;
  margin: 44px 0;
}

.post-info>* {
  display: inline-block;
  font-weight: bold;
  margin-left: 16px;
  color: rgba(100, 99, 110, 1);
}

.post-content {
  max-width: 793px;
  font-size: 16px;
  line-height: 18px;
  padding: 0 0 44px;
}