#no_articles {
  padding-top: 120px;
  padding-bottom: 220px;
}

#no_articles .heading {
  font-size: 64px;
  font-family: 'Open_Sans_Extrabold';
  max-width: 767px;
  width: 100%;
  color: #B80717;
}

#no_articles .description {
  font-size: 16px;
  margin-bottom: 24px;
}

#no_articles .read_more {
  display: flex;
  align-items: center;
  max-width: 210px;
  width: 100%;
  justify-content: center;
  padding: 14px 0px;
  background-color: rgb(225 167 0);
  border-radius: 100px;
}

#no_articles .read_more span {
  font-family: 'Open_Sans_Bold';
  margin-right: 10px;
  color: rgb(255 255 255);
  line-height: 100%;
}

/* -------------- MEDIA QUERIES -------------- */

@media( max-width:768px ) {

  #no_articles {
    padding-top: 15.625vw;
    padding-bottom: 15.625vw;
  }
}


@media( max-width:580px ) {
  #no_articles .heading {
    font-size: 11.034vw;
    margin-bottom: 15px;
  }
}