.culture_resources {
  padding-block: 7rem;
}
.culture_resources .culture_resources__title {
  color: var(--Basic-Black, #101012);
  -webkit-font-feature-settings: "liga" off, "clig" off;
          font-feature-settings: "liga" off, "clig" off;
  /* Heading/(H2) Main Section Title */
  font-family: Geist;
  font-size: 3.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 3.9rem */
  letter-spacing: -0.08125rem;
}
.culture_resources .culture_resources__subtitle {
  color: var(--Basic-Black, #101012);
  /* Body/16px - W: 450 */
  font-family: Geist;
  font-size: 1rem;
  font-style: normal;
  font-weight: 450;
  line-height: 150%; /* 1.5rem */
  width: 34.0625rem;
  max-width: 100%;
}
.culture_resources__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.culture_resources__title_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 834px) {
  .culture_resources__title_block {
    margin-bottom: 32px;
  }
}
.culture_resources__subtitle {
  max-width: 640px;
}
.culture_resources .posts_works {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px 32px;
}
@media only screen and (max-width: 1024px) {
  .culture_resources .posts_works {
    -ms-grid-columns: 1fr 32px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
@media only screen and (max-width: 576px) {
  .culture_resources .posts_works {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.culture_resources .post_item {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  gap: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.culture_resources .post_item:hover img {
  -webkit-transform: scale(1.104);
          transform: scale(1.104);
}
.culture_resources .post_item:hover .arrow {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.culture_resources .img_block_item {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  aspect-ratio: 192/127;
}
.culture_resources .img_block_item img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.culture_resources .img_block_item .arrow {
  height: 48px;
  width: 48px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.culture_resources .img_block_item .arrow svg {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.culture_resources .title_block_item {
  padding: 20px 16px 12px;
}
@media only screen and (max-width: 834px) {
  .culture_resources .title_block_item {
    padding: 16px 12px 8px;
  }
}
.culture_resources .post_item_meta {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
.culture_resources .post_item_meta_category {
  padding: 3px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  line-height: 138%;
  border-radius: 96px;
  background-color: rgba(16, 16, 18, 0.05);
}
.culture_resources .post_item_meta_time {
  color: rgba(0, 0, 0, 0.6);
}
.culture_resources .title_item {
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 800;
  line-height: 138%;
  color: rgba(16, 16, 18, 0.8);
}
.culture_resources .title_item:last-child {
  margin-bottom: 0;
}
.culture_resources .subtitle_item {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.7);
}
@media (min-width: 0px) and (max-width: 1024px) {
  .culture_resources {
    padding-block: 4.5rem;
  }
  .culture_resources .culture_resources__title {
    color: var(--Basic-Black, #101012);
    -webkit-font-feature-settings: "liga" off, "clig" off;
            font-feature-settings: "liga" off, "clig" off;
    /* Heading/H2 - Mobile */
    font-family: Geist;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 125%; /* 2.5rem */
    letter-spacing: -0.05rem;
  }
  .culture_resources .culture_resources__subtitle {
    color: var(--Basic-Black, #101012);
    /* Body/16px - W: 450 */
    font-family: Geist;
    font-size: 1rem;
    font-style: normal;
    font-weight: 450;
    line-height: 150%; /* 1.5rem */
  }
}