.de_block_post_preview.news {
  background-image: url("../../../../assets/img/Union2.svg");
  background-repeat: repeat;
  background-size: auto;
  background-position: top left;
  background-color: #e0ebf3;
  padding: 7.5rem 5rem 8.75rem;
}
@media screen and (min-width: 1920px) {
  .de_block_post_preview.news {
    padding: 7.5rem 17.5rem 8.75rem;
  }
}
@media screen and (max-width: 1280px) {
  .de_block_post_preview.news {
    padding: 5rem 3.75rem 5rem;
  }
}
@media screen and (max-width: 1024px) {
  .de_block_post_preview.news {
    padding: 3rem 3rem 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  .de_block_post_preview.news {
    padding: 2rem 1.5rem 2.5rem;
  }
}
.de_block_post_preview.news .container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1280px) {
  .de_block_post_preview.news .container {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .de_block_post_preview.news .container {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-md);
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .de_block_post_preview.news .container {
    margin-bottom: 1.5rem;
  }
}
.de_block_post_preview.news .content_container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.de_block_post_preview.news h2 {
  font-size: 2.5rem;
  text-transform: capitalize;
}
@media screen and (max-width: 1280px) {
  .de_block_post_preview.news h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .de_block_post_preview.news h2 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .de_block_post_preview.news h2 {
    font-size: 1.5rem;
  }
}
.de_block_post_preview.news .the_content p {
  font-size: 1.375rem;
  line-height: 1.75rem;
  color: var(--color-eerie-black);
}
@media screen and (max-width: 1280px) {
  .de_block_post_preview.news .the_content p {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
@media screen and (max-width: 1024px) {
  .de_block_post_preview.news .the_content p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.de_block_post_preview.news .cta-wrap {
  flex-shrink: 0;
}
.de_block_post_preview.news .cta-wrap a.cta {
  background-color: transparent;
  color: var(--color-sea-blue);
  border: none;
  border-radius: 0;
  padding: 0;
  height: auto;
  gap: 0.5rem;
  letter-spacing: normal;
  width: max-content;
}
.de_block_post_preview.news .cta-wrap a.cta:hover {
  background-color: transparent;
  color: var(--color-sea-blue);
  opacity: 0.7;
}
.de_block_post_preview.news .cta-wrap a.cta .after-icon {
  display: block;
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  background-image: url("../../../../assets/img/circled_vector.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.de_block_post_preview.news .inner_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 1024px) {
  .de_block_post_preview.news .inner_wrapper {
    grid-template-columns: 1fr;
    gap: var(--spacing-lg);
  }
}
@media screen and (max-width: 767px) {
  .de_block_post_preview.news .inner_wrapper {
    gap: var(--spacing-md);
  }
}
.de_block_post_preview.news .item {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  background-color: var(--color-white);
  border-radius: var(--radius-sm);
  overflow: hidden;
  height: 100%;
}
.de_block_post_preview.news .thumb {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
  display: block;
  flex-shrink: 0;
}
.de_block_post_preview.news .content_wrap {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0 1.5rem 2rem;
}
@media screen and (max-width: 1280px) {
  .de_block_post_preview.news .content_wrap {
    padding: 0 1rem 1.5rem;
  }
}
.de_block_post_preview.news .content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.de_block_post_preview.news .content .subtitle {
  order: 1;
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--color-sea-blue);
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1280px) {
  .de_block_post_preview.news .content .subtitle {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .de_block_post_preview.news .content .subtitle {
    font-size: 0.875rem;
  }
}
.de_block_post_preview.news .content .title {
  order: 2;
  font-size: 2rem;
  line-height: 2.25rem;
  letter-spacing: 0.04rem;
  color: var(--color-sea-blue);
  text-transform: capitalize;
  margin-bottom: 1rem;
  transition: var(--transition-base);
}
@media screen and (max-width: 1280px) {
  .de_block_post_preview.news .content .title {
    font-size: 1.5rem;
    line-height: 1.875rem;
    letter-spacing: 0.03rem;
  }
}
@media screen and (max-width: 1024px) {
  .de_block_post_preview.news .content .title {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}
.de_block_post_preview.news .content .title:hover {
  opacity: 0.7;
}
.de_block_post_preview.news .content .description {
  order: 3;
  font-size: 1.375rem;
  line-height: 1.75rem;
  color: var(--color-eerie-black);
  flex: 1;
}
@media screen and (max-width: 1280px) {
  .de_block_post_preview.news .content .description {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
@media screen and (max-width: 1024px) {
  .de_block_post_preview.news .content .description {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.de_block_post_preview.news .content .read_more {
  order: 4;
  margin-top: auto;
  padding-top: 2rem;
  font-size: 1.375rem;
  line-height: 1.75rem;
  color: var(--color-sea-blue);
  text-decoration: underline;
  align-self: flex-start;
  transition: var(--transition-base);
}
@media screen and (max-width: 1280px) {
  .de_block_post_preview.news .content .read_more {
    font-size: 1.125rem;
    line-height: 1.625rem;
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .de_block_post_preview.news .content .read_more {
    font-size: 1rem;
    line-height: 1.5rem;
    padding-top: 1.25rem;
  }
}
.de_block_post_preview.news .content .read_more:hover {
  opacity: 0.7;
}
.de_block_post_preview.news .wrap.news .inner_wrapper.splide__list {
  display: flex;
  gap: 0;
}
.de_block_post_preview.news .wrap.news .item_wrap.splide__slide {
  flex: none;
}
.de_block_post_preview.news .wrap.news .item {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .de_block_post_preview.news .wrap.news .item_wrap.splide__slide {
    width: calc(100vw - 2.5rem);
  }
  .de_block_post_preview.news .wrap.news .item {
    height: auto;
  }
}
/*# sourceMappingURL=post_preview.min.css.map */
