.headline-section {
  margin-top: 50px;
}

.headline-section .img-headline {
  width: 100%;
  border-radius: 15px;
}

.headline-section .headline-date {
  color: var(--primary);
  font-weight: 700; /*500*/
}

.headline-section .headline-title {
  font-weight: bold;
  font-size: 42px;
}

.latest-news-section {
  margin-top: 50px;
  margin-bottom: 50px;
}

.latest-news-section .section-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
}
