:root {
  --background-color: #F6F1E4;
  --basic-color: #391A06;
  --basic-color-50: #391A0680;
  --white-color: #FFFFFF;
  --green-color: #A6AB8A;
  --black-color: #000000;
  --yellow-color: #FFFF33;
}

.section-posts {
  padding-top: 70px;
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .section-posts {
    padding-top: 20px;
    padding-bottom: 122px;
  }
}
.section-posts__content .post-preview {
  display: flex;
  flex-direction: column;
  width: 540px;
  background: var(--white-color);
  border-radius: 10px;
  overflow: hidden;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .section-posts__content .post-preview {
    width: 100%;
    padding: 15px;
  }
}
.section-posts__content .post-preview__title {
  padding-bottom: 20px;
  padding-right: 40px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--black-color);
  font-family: "Gilroy Bold", serif;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .section-posts__content .post-preview__title {
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.section-posts__content .post-preview__excerpt {
  height: 284px;
}
@media screen and (max-width: 768px) {
  .section-posts__content .post-preview__excerpt {
    height: 228px;
  }
}
.section-posts__content .post-preview__excerpt--content {
  height: 100%;
  max-height: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .section-posts__content .post-preview__excerpt--content {
    -webkit-line-clamp: 12;
  }
}
.section-posts__content .post-preview__link {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .section-posts__content .post-preview__link {
    padding-top: 20px;
  }
}
.section-posts__slider {
  cursor: grab;
  overflow: visible;
  position: relative;
}
.section-posts__slider--wrapper {
  position: relative;
  overflow: hidden;
}
.section-posts__slider--wrapper:not(.swiper-initialized) .slider-items {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.section-posts__slider .swiper-button-prev,
.section-posts__slider .swiper-button-next {
  top: unset;
  bottom: -104px;
  margin: 0;
  width: 74px;
  height: 74px;
}
@media screen and (max-width: 768px) {
  .section-posts__slider .swiper-button-prev,
.section-posts__slider .swiper-button-next {
    width: 61px;
    height: 61px;
    bottom: -81px;
  }
}
.section-posts__slider .swiper-button-prev:hover svg path:nth-child(1),
.section-posts__slider .swiper-button-next:hover svg path:nth-child(1) {
  fill: var(--green-color);
}
.section-posts__slider .swiper-button-prev:hover svg path:nth-child(2),
.section-posts__slider .swiper-button-next:hover svg path:nth-child(2) {
  stroke: var(--white-color);
}
.section-posts__slider .swiper-button-prev {
  left: calc(50% - 107px);
}
@media screen and (max-width: 768px) {
  .section-posts__slider .swiper-button-prev {
    left: calc(50% - 91px);
  }
}
.section-posts__slider .swiper-button-next {
  right: calc(50% - 107px);
}
@media screen and (max-width: 768px) {
  .section-posts__slider .swiper-button-next {
    right: calc(50% - 91px);
  }
}
.section-posts__slider .slider-item:last-child {
  margin-right: 0 !important;
}

/*# sourceMappingURL=publications.css.map */
