.page-id-5553 .about-us-container {
  font-family: Arial, sans-serif;
  color: #333;
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}

.page-id-5553 .hero-section {
  position: relative;
  text-align: center;
  color: white;
}

.page-id-5553 .hero-image {
  width: 100%;
  height: auto;
  display: block;
  filter: brightness(70%);
}

.page-id-5553 .hero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 10px;
}

.page-id-5553 .hero-text h1 {
  font-size: 3em;
  margin-bottom: 10px;
}

.page-id-5553 .hero-text p {
  font-size: 1.2em;
}

.page-id-5553 .section {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0;
  border-bottom: 1px solid #ccc;
}

.page-id-5553 .section:nth-child(even) .content {
  order: 2;
}

.page-id-5553 .section img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.page-id-5553 .content, .image {
  flex: 1 1 50%;
  padding: 20px;
}

.page-id-5553 .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-id-5553 .section h2 {
  font-size: 2em;
  margin-bottom: 10px;
}

.page-id-5553 .section p {
  font-size: 1.1em;
  line-height: 1.6;
}

.page-id-5553 .achievements-gallery,
.page-id-5553 .team-gallery {
  display: flex;
  gap: 10px;
}

.page-id-5553 .achievements-gallery img,
.page-id-5553 .team-gallery img {
  flex: 1;
  border-radius: 10px;
}

.page-id-5553 .testimonials {
  padding: 40px 0;
  text-align: center;
  background-color: #f9f9f9;
  border-radius: 10px;
  margin-top: 20px;
}

.page-id-5553 .testimonials h2 {
  font-size: 2em;
  margin-bottom: 20px;
}

.page-id-5553 .testimonial {
  margin: 20px 0;
  font-style: italic;
}

.page-id-5553 .call-to-action {
  text-align: center;
  margin: 40px 0;
}

.page-id-5553 .call-to-action a {
  display: inline-block;
  padding: 15px 30px;
  font-size: 1.2em;
  color: #fff;
  background-color: #0073aa;
  border-radius: 5px;
  text-decoration: none;
}

.page-id-5553 .call-to-action a:hover {
  background-color: #005f8d;
}
