/*========= news ========= */

@media (min-width: 991px) {
  section.news article {
    height:390px;
    overflow: hidden;
    
  }
}

section.news article {
  border-radius: 10px !important  ;
  overflow: hidden !important;    
}

@media (min-width:1400px) {
  section.news article {
    height:370px;
    overflow: hidden;
  }
}

section.news article h4 a {
  font-size: 16px;
  font-weight: 500;
  color:var(--textColor);
  line-height: 0 !important;
}

section.news article:hover {
  box-shadow: 1px 1px 6px gray;
  color: var(--blue);
}

section.news article img {
  height: 230px;
  object-fit: cover;
  width: 100%;
}

section.news article:hover a {
  color: var(--blue) !important;
}
section.news .read-more-button h4 {
  font-size: 16px !important;
}

section.news .read-more-button:hover i.fa-arrow-right {
  color: var(--blue) !important;
}

section.news .read-more-button i.fa-arrow-right {
  font-size: 18px !important;
}

section.news .read-more-button:hover h4 {
  color: var(--blue) !important;
}
