.hero-section {
  /* background: url("https://via.placeholder.com/1500x600") center/cover no-repeat; */
  height: 600px;
  color: white;
  display: flex;
  align-items: center;
  padding-left: 5%;
}
.active {
  color: orange !important;
}
.rounded-card {
  border-radius: 12px;
}
.news-card {
  background-color: #f8f9fa;
  padding: 1rem;
  border-radius: 10px;
}
.red-section {
  background-color: #f44336;
  color: white;
  border-radius: 0 0 50% 0;

}
.text-blue{
  color: orange !important;
}
footer {
  background-color: #002d72;
  color: white;
}
