


.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}


main {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
}

.about-us h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

.about-us h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.about-us .content {
  display: flex;
  align-items: center;
}

.about-us .image-placeholder {
  width: 150px;
  height: 150px;
  background-color: #ccc;
  margin-right: 20px;
}

.about-us p {
  max-width: 600px;
}

.news-article h3 {
  font-size: 24px;
  margin-top: 40px;
}

.news-article .image-placeholder {
  width: 150px;
  height: 150px;
  background-color: #ccc;
  margin-top: 10px;
}

/* Footer Styles */
footer {
  background-color: #f8f8f8;
  padding: 20px 0;
  text-align: center;
  border-top: 2px solid #ccc;
}
header ul li:nth-child(2){
  background-color: lightgray;
}