body {
  font-family: "Arial", sans-serif;
}

.about-us {
  background-color: #f7f7f7;
  padding: 60px 0;
}

.about-us h1,
.about-us h2 {
  color: #333;
  font-weight: 600;
}

.about-us p {
  color: #555;
}

.about-us h4 {
  color: #3aafa9;
  font-weight: 600;
}

.about-us img {
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.about-us img:hover {
  transform: scale(1.05);
}

.footer {
  background-color: #3aafa9;
}

.footer h5 {
  color: #ffffff;
}

.social-link:hover {
  color: #3aafa9;
}
