/*!***********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/sections/blog-articles.scss ***!
  \***********************************************************************************************************************************************************/

/*** LTR websites ***/

.postCard {
  display: flex;
  flex-direction: column;
  color: #fff;
  overflow: hidden;
}

.postCard_img {
  max-width: 100%;
  height: 250px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 12px;
}

.postCard_img img {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.postCard_title {
  margin-bottom: 12px;
  text-decoration: underline;
  text-decoration-color: #78b52e;
}

body .blogArticles {
  padding: 50px 0;
  color: #fff;
  background-color: #000000;
}

body .blogArticles br {
  display: none;
}

body .blogArticles .wrapper {
  max-width: 1480px;
}

body .blogArticles_title {
  margin-bottom: 32px;
  display: block;
  text-align: center;
}

body .blogArticles_slider {
  width: calc(100% + 20px);
}

body .blogArticles_slider-pagination {
  position: static;
  margin-top: 30px;
  position: static;
  display: flex;
  justify-content: center;
  padding: 20px 0;
}

body .blogArticles_slider-pagination .swiper-pagination-bullet {
  background: rgba(217, 217, 217, 0.2);
  opacity: 1;
  margin: 0 6px;
  max-width: 35px;
  height: 5px;
  border-radius: unset;
  flex-grow: 1;
}

body .blogArticles_slider-pagination .swiper-pagination-bullet-active {
  background: #d9d9d9;
}

body .blogArticles_slider-right,
body .blogArticles_slider-left {
  display: none;
}

body .blogArticles_slider-right svg,
body .blogArticles_slider-left svg {
  width: 100%;
}

body .blogArticles_slider-left {
  left: 30px;
}

body .blogArticles_slider-right {
  right: 30px;
}

body .blogArticles_slider-single {
  display: flex;
  flex-direction: column;
}

body .blogArticles_slider .postCard_description,
body .blogArticles_slider .postCard_title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

body .blogArticles_link {
  font-family: "Anton", sans-serif;
  background: linear-gradient(90deg, #78b52e 0%, #528f07 100%);
  border-radius: 100px;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 15px;
  height: 40px;
  justify-content: center;
  letter-spacing: 0.02em;
  line-height: 1;
  min-width: 160px;
  padding: 8px 40px;
  text-transform: uppercase;
  width: fit-content;
  box-shadow: 0px 6px 6px 0px rgba(120, 181, 46, 0.15);
  margin: 30px auto 0;
}

body .blogArticles_link:hover {
  padding: 4px 36px;
}

body .blogArticles_link:hover {
  border: 4px solid #fff;
  box-shadow: 0px 6px 6px 0px rgba(120, 181, 46, 0.35);
}