/**
* Block Name: news_2
*/

/* BLOG POSTS */
section.news_2 .bg_wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 66.6%;
  background: #edf7f3;
}

/* Cards */
section.news_2 .cards_wrapper {
  margin-top: 15px;
  z-index: 3;
  position: relative;
  padding-top: 50px;
}

section.news_2 .cards_wrapper img.bg_static_cover {
  height: inherit;
  margin-bottom: 0;
}

section.news_2 .cards_wrapper .awy_card_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

section.news_2 .cards_wrapper .awy_card_content .btn {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
section.news_2 .cards_wrapper img.post_image {
  height: 240px;
  border-radius: 5px;
  margin-bottom: 30px;
}

section.news_2 img.bg_static_cover.avatar {
  border-radius: 100%;
  width: 40px;
  margin-right: 20px;
  height: 40px;
  margin-bottom: 0;
}

/* Swiper.JS */

section.news_2 .awy_swiper_button_next,
section.news_2 .awy_swiper_button_prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  margin-top: -22px;
  opacity: 0;
}

section.news_2 .awy_swiper_button_next:not(.swiper-button-disabled),
section.news_2 .awy_swiper_button_prev:not(.swiper-button-disabled) {
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
section.news_2 .awy_swiper_button_next {
  right: 30px;
}

section.news_2 .awy_swiper_button_prev {
  left: 30px;
}

section.news_2 .swiper-pagination {
  right: 15px;
  top: -90px;
}
section.news_2 .swiper-pagination .swiper-pagination-bullet {
  margin: 5px;
  width: 10px;
  height: 10px;
  opacity: 1;
  background: #fff;
  border: 1px solid #5fba94;
}

section.news_2 .swiper-pagination .swiper-pagination-bullet-active {
  background: #5fba94;
}

@media (max-width: 767px) {
  section.news_2 .awy_swiper_button_next {
    right: 5px;
  }

  section.news_2 .awy_swiper_button_prev {
    left: 5px;
  }
}

@media (max-width: 575.98px) {
  section.news_2 .swiper-pagination {
    display: none;
  }
}
