/**
* Block Name: news
*/

section.news {
  background: #f3faef;
}

section.news.bg_dark {
  color: #f3faef;
  background-color: #000;
}

section.news .col-title .btn_news {
  margin-bottom: 33px;
}

section.news .col-title .btn_news::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z' fill='%23fff'/%3E%3C/svg%3E");
}

/* Card same height */
.card_news_wrapper {
  height: auto;
}

.nhc_card {
  display: flex;
  align-items: stretch;
  height: 100%;
}

/*  End card same height */
body
  > main
  > section.news.pt_150.pb_150
  > div
  > div
  > div
  > div
  > div:nth-child(1)
  > a
  > div {
  background: white;
}

section.news .nhc_card_content {
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transition: border-color 0.3s ease-in-out,
    -webkit-transform 0.5s ease-in-out, -webkit-box-shadow 0.5s ease-in-out;
  transition: border-color 0.3s ease-in-out, -webkit-transform 0.5s ease-in-out,
    -webkit-box-shadow 0.5s ease-in-out;
  transition: border-color 0.3s ease-in-out, transform 0.5s ease-in-out,
    box-shadow 0.5s ease-in-out;
  transition: border-color 0.3s ease-in-out, transform 0.5s ease-in-out,
    box-shadow 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out,
    -webkit-box-shadow 0.5s ease-in-out;
  -webkit-transition: border-color 0.3s ease-in-out, transform 0.5s ease-in-out,
    box-shadow 0.5s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out, transform 0.5s ease-in-out,
    box-shadow 0.5s ease-in-out;
  -ms-transition: border-color 0.3s ease-in-out, transform 0.5s ease-in-out,
    box-shadow 0.5s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out, transform 0.5s ease-in-out,
    box-shadow 0.5s ease-in-out;
}

section.news .nhc_card_content:hover {
  border-color: #73c640;
  -webkit-box-shadow: 0 5px 17px -5px rgba(0, 0, 0, 0.13);
  box-shadow: 0 5px 17px -5px rgba(0, 0, 0, 0.13);
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}

section.news .nhc_card_content img {
  height: 300px;
}

section.news .card_news {
  padding: 35px 30px;
  padding-bottom: 95px;
  display: flex;
  flex-direction: column;
  color: #787878;
  font-weight: 300;
}

section.news .nhc_card_content .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 1px solid #000;
  height: 50px;
  width: 50px;
  margin-right: 15px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  transition: border-color 0.3s ease-in-out;
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  -ms-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
}

section.news .nhc_card_content:hover .icon {
  border: 1px solid #73c640;
}

section.news .nhc_card_content .icon svg {
  height: 100%;
  width: 100%;
  padding: 8px;
}

section.news .card_news hr {
  border-top: 1px solid #e2f2d9;
  width: calc(100% + 2 * 30px);
  margin: 35px 0 35px -30px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

section.news .card_news:hover hr {
  border-color: #73c640;
}

section.news .card_news p {
  color: #787878;
  font-weight: 300;
}

section.news .news_title {
  color: black !important;
  font-weight: 700 !important;
  padding-top: 10px;
  margin-bottom: 0;
}

section.news .btn_news {
  border: none;
  background: none;
  padding-left: 0;
  margin-bottom: 13px;
}

section.news .card_news_footer {
  color: #7878787c;
  font-weight: 300;
  position: absolute;
  bottom: 35px;
  padding-right: 35px;
  width: 90%;
  display: grid;
  grid-template-columns: 3fr 1fr;
}

section.news .card_news_footer span {
  padding-right: 5px;
}
