/* Research and Articles */
.research-articles.cfht {
  z-index: 1;
}

.research-articles .section-container {
  width: 100%;
  padding: 0;
}

.slide-articles {
  background: #ffffff;
}

.researcher-divider {
  width: 100%;
  height: 1px;
  background-color: #707070;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .research-articles .section-container .articles_section {
    padding: 0 35px;
  }

  .research-articles .section-container .articles_section .heading2 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 599px) {
  .researcher-divider {
    display: none;
  }
}