.blog {
  padding-top: 2em;
  padding-bottom: 7.5em;
  row-gap: 2.27rem;
}
.blog .title-divider {
  align-self: flex-start;
}
.blog .button {
  background: #F2F2F2;
  border-radius: 24px;
  padding: 1.75em;
  padding-right: 3rem;
  line-height: 1.15;
  letter-spacing: 0.1em;
  color: #333333;
}
.blog .button::after {
  content: " >";
}
@media screen and (max-width: 1660px) {
  .blog .button {
    padding: 1.25em;
    padding-right: 3rem;
  }
}
@media screen and (max-width: 1260px) {
  .blog .button {
    padding: 1.75em;
    padding-right: 3rem;
  }
}
.blog .hero-post {
  margin-bottom: 0.73rem;
  border-radius: 22px;
  background: no-repeat center center;
  background-size: cover;
  width: 100%;
}
@media screen and (max-width: 1260px) {
  .blog .hero-post {
    margin-bottom: -0.62em;
  }
}
@media screen and (max-width: 960px) {
  .blog .hero-post {
    margin-bottom: -18px;
  }
}
.blog .hero-post .overlay-hero {
  background: linear-gradient(90.71deg, rgba(0, 0, 0, 0.5) 33.76%, rgba(0, 0, 0, 0) 63.71%);
  border-radius: 22px;
  padding: 5.62em 6.25em;
  aspect-ratio: 1760/660;
}
@media screen and (max-width: 960px) {
  .blog .hero-post .overlay-hero {
    padding: 20px;
  }
}
.blog .hero-post .hero-wrapper {
  row-gap: 1.5em;
  width: 50%;
}
@media screen and (max-width: 1260px) {
  .blog .hero-post .hero-wrapper {
    width: 70%;
  }
}
@media screen and (max-width: 960px) {
  .blog .hero-post .hero-wrapper {
    width: 100%;
  }
}
.blog .hero-post .hero-wrapper .blog-date {
  color: #F2F2F2;
}
.blog .hero-post .hero-wrapper .title {
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: #F2F2F2;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1660px) {
  .blog .hero-post .hero-wrapper .title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1260px) {
  .blog .hero-post .hero-wrapper .title {
    font-size: 2rem;
  }
}
.blog .hero-post .hero-wrapper .excerpt {
  line-height: 1.5;
  letter-spacing: normal;
  color: #FFFFFF;
  opacity: 0.7;
  width: 80%;
}
@media screen and (max-width: 960px) {
  .blog .hero-post .hero-wrapper .excerpt {
    width: 100%;
  }
}
.blog .recent-posts {
  width: 100%;
  --gap: 2.5em;
  row-gap: var(--gap);
  column-gap: var(--gap);
}
@media screen and (max-width: 1260px) {
  .blog .recent-posts {
    flex-direction: column;
  }
}
@media screen and (max-width: 960px) {
  .blog .recent-posts {
    --gap: 18px;
  }
}
.blog .recent-posts .recent-block {
  flex: 1;
  row-gap: var(--gap);
}
.blog .recent-posts .recent-block .recent-wrapper {
  border-radius: 16px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 50%;
  aspect-ratio: 414/558;
}
@media screen and (max-width: 960px) {
  .blog .recent-posts .recent-block .recent-wrapper {
    width: 100%;
    aspect-ratio: 856/462;
  }
}
.blog .recent-posts .recent-block .recent-wrapper.recent-big {
  aspect-ratio: 856/462;
  width: 100%;
}
@media screen and (max-width: 1260px) {
  .blog .recent-posts .recent-block .recent-wrapper.recent-big {
    aspect-ratio: 1760/660;
  }
}
@media screen and (max-width: 960px) {
  .blog .recent-posts .recent-block .recent-wrapper.recent-big {
    aspect-ratio: 856/462;
  }
}
.blog .recent-posts .recent-block .recent-wrapper.recent-big .recent-post {
  aspect-ratio: 856/462;
}
.blog .recent-posts .recent-block .recent-wrapper .recent-post {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 16px;
  padding: 2.5em 2.5em 2.18em 2.5em;
  aspect-ratio: 414/558;
  color: white;
  row-gap: calc( var(--gap) / 2 );
  width: 100%;
}
@media screen and (max-width: 960px) {
  .blog .recent-posts .recent-block .recent-wrapper .recent-post {
    padding: 20px 20px 15px 20px;
  }
}
.blog .recent-posts .recent-block .recent-wrapper .recent-post .recent-title {
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: #F2F2F2;
}
@media screen and (max-width: 960px) {
  .blog .recent-posts .recent-block .recent-wrapper .recent-post .recent-title {
    font-size: 21px;
  }
}
.blog .recent-posts .recent-block .recent-wrapper .recent-post .button {
  margin-top: auto;
}
.blog .recent-posts .recent-block .recent-inner {
  column-gap: calc( var(--gap) - var(--gap) / 8 );
  width: 100%;
}
@media screen and (max-width: 1260px) {
  .blog .recent-posts .recent-block .recent-inner {
    column-gap: 3em;
  }
}
@media screen and (max-width: 960px) {
  .blog .recent-posts .recent-block .recent-inner {
    row-gap: var(--gap);
    flex-direction: column;
  }
}
.blog .further-posts {
  --columns-count: 4;
  --bleed: 1.5em;
  row-gap: calc(var(--bleed) * 1.5);
}
@media screen and (max-width: 1660px) {
  .blog .further-posts {
    --columns-count: 3;
  }
}
@media screen and (max-width: 1260px) {
  .blog .further-posts {
    --columns-count: 2;
  }
}
@media screen and (max-width: 960px) {
  .blog .further-posts {
    --bleed: 0;
    --columns-count: 1;
    row-gap: 3rem;
  }
}
.blog .further-posts .further-wrapper {
  row-gap: 1em;
}
.blog .further-posts .further-wrapper .thumbnail {
  border-radius: 22px;
}
.blog .further-posts .further-wrapper .blog-date {
  opacity: 0.5;
  color: black;
}
.blog .further-posts .further-wrapper .further-excerpt {
  line-height: 1.5;
  color: black;
  opacity: 0.7;
}
.blog .further-posts .further-wrapper .read-more {
  color: #6D44C6;
  letter-spacing: 0.02em;
  margin-top: auto;
}