#header-news {
  padding-bottom: 20px;
  padding-top: 30px;
}
#header-news h1 {
  font-family: "nunitolight";
  text-transform: uppercase;
  font-size: 32px;
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 0;
}
#header-news h1 > span {
  display: inline-block;
  background-color: #7a0050;
  margin-left: 1px;
  margin-right: 1px;
  color: #fff;
  border-radius: 4px;
  padding: 7px 1px 4px 3px;
  margin-bottom: 4px;
}
.news-page img {
  margin-left: auto;
  margin-right: auto;
}
.news-date p {
  color: #7a0050;
  border-bottom: 2px dotted;
  padding-bottom: 5px;
  font-size: 15px;
}
.news-text p {
  margin-top: 0;
  margin-bottom: 5px;
}
.news-title h2 {
  color: #5c7f90;
  font-family: 'nunitoregular', sans-serif;
  font-size: 18px;
  margin-top: 0;
}
.separator span {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #5c7f90;
  border-radius: 4px;
}
.separator {
  margin-bottom: 20px;
}
.news-text {
  margin-top: 10px;
  margin-bottom: 10px;
}
.news-page {
  margin-top: 20px;
}
.btn-news {
  background-color: #5c7f90;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-top: 0;
  padding-bottom: 0;
  height: 28px;
  border-radius: 14px;
}
#news-history {
  background: #7a0050;
  color: #fff;
  padding-bottom: 15px;
}
#news-history li {
  display: inline-block;
}
.btn-year {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #5c7f90;
  color: #fff;
}
#news-history h4 {
  font-size: 16px;
}
@media (min-width: 768px) {
  #header-news h1 {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
  }
  .news-date p {
    font-size: 20px;
  }
  .news-title h2 {
    font-size: 24px;
  }
  .news-text p {
    font-size: 16px;
  }
  .separator span {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    margin-left: 2px;
    margin-right: 2px;
  }
  .btn-news {
    padding-top: 5px;
    padding-bottom: 5px;
    height: 38px;
    border-radius: 19px;
    font-size: 18px;
  }
  #news-history h4 {
    font-size: 18px;
  }
  .btn-year {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .btn-news {
    display: block;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #header-news h1 {
    font-size: 52px;
  }
  .news-date p {
    font-size: 28px;
  }
  .news-title h2 {
    font-size: 36px;
  }
  .news-text p {
    font-size: 20px;
  }
  .separator {
    margin-bottom: 40px;
    margin-top: 20px;
  }
  .btn-news {
    padding-left: 25px;
    padding-right: 25px;
    height: 56px;
    border-radius: 28px;
    font-size: 24px;
  }
  #news-history h4 {
    font-size: 24px;
  }
  .btn-year {
    font-size: 24px;
  }
}
