/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./assets/src/blocks/articles/style.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************/
/* --> Responsive <-- */
.blog-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  min-height: 424px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.blog-card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.56)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.56) 100%);
  z-index: 1;
}
.blog-card .blog-card__image {
  position: absolute;
  width: 100%;
  height: 100%;
}
.blog-card .blog-card__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.6s cubic-bezier(0.42, 1.59, 0.59, 0.84);
  transition: all 0.6s cubic-bezier(0.42, 1.59, 0.59, 0.84);
  border-radius: 8px;
}
.blog-card .blog-card__text {
  position: relative;
  padding: 32px;
  z-index: 3;
}
@media only screen and (max-width : 1201px) {
  .blog-card .blog-card__text {
    padding: 24px;
  }
}
.blog-card .blog-card__text h3 {
  font-size: clamp(28px, 1.75rem + (1vw - 4.8px) * 0.7937, 36px);
  line-height: 1.11;
}
.blog-card:hover .blog-card__image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.wp-block-ow-articles {
  position: relative;
}
.wp-block-ow-articles .articles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width : 989px) {
  .wp-block-ow-articles .articles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.wp-block-ow-articles .articles .articles__text {
  max-width: 40%;
}
@media only screen and (max-width : 1201px) {
  .wp-block-ow-articles .articles .articles__text {
    max-width: 30%;
  }
}
@media only screen and (max-width : 989px) {
  .wp-block-ow-articles .articles .articles__text {
    max-width: 100%;
  }
}
.wp-block-ow-articles .articles .articles__list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  max-width: 1000px;
}
@media only screen and (max-width : 1201px) {
  .wp-block-ow-articles .articles .articles__list {
    gap: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .wp-block-ow-articles .articles .articles__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.wp-block-ow-articles .articles .articles__list .blog-card {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 767px) {
  .wp-block-ow-articles .articles .articles__list .blog-card {
    min-height: 240px;
  }
}

/*# sourceMappingURL=articles-script.css.map*/