.about-company {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
}

.about-title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
  color: #0D2D3D;
}

.about-section {
  margin-bottom: 20px;
  padding: 15px;
  background-color: #f9f9f9;
  border-left: 4px solid #0D2D3D;
  border-radius: 5px;
}

.about-section p {
  margin: 0;
}

.awards-section {
  margin-top: 40px;
}

.awards-section h3 {
  font-size: 22px;
  color: #005baa;
  margin-bottom: 15px;
  text-align: center;
}

.awards-photos {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.awards-photos img {
  width: 150px;
  height: auto;
  border: 2px solid #ddd;
  border-radius: 5px;
}
