        
.about-us {
    padding: 40px 0;
}
.company-info {
  padding: 20px;
  margin-bottom: 30px;
}

.company-name {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.contact-info-sub {
  margin-bottom: 12px;
}

.contact-info-sub strong {
  color: #495057;
  margin-right: 8px;
}

.description {
  background-color: #e9f0f5;
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 25px;
  font-style: italic;
}

.mission-section {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 30px;
}

.mission-section div {
  text-align: center;
  flex: 1;
}

.mission-section img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .mission-section {
    flex-direction: column;
  }
}
