.footer {
  background-color: #4AA6A8;
  color: white;
  padding: 20px 0;
  text-align: center;
}

.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 1200px;
  margin: auto;  
}

.footer-section {
  margin: 10px;
  min-width: 200px;
}

.footer-section h4 {
  font-size: 16px;
  font-weight: bold;
}

.social-media a {
  margin: 0 5px;
}

.social-media img {
  width: 30px;
  height: 30px;
}

/*  */

.pre-footer {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f8f8f8;
  text-align: center;
}

.services {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.service-box {
  background-color: #f4b6a5;
  padding: 20px;
  border-radius: 10px;
  width: 30%;
  min-width: 300px;
  text-align: center;
  color: white;
}