/* Contact Info Section */
.contact-info-section {
  background-color: #f4f4f4;
  padding: 3rem 1 rem;
  text-align: center;
}

.contact-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.contact-item {
  flex: 1;
  max-width: 250px;
}

.contact-item img {
  height: 40px;
  margin-bottom: 1rem;
}

.contact-item h4 {
  margin-bottom: 0.3rem;
  color: #046157;
}

/* About Technician Section */

.about-tech {
  padding: 3rem 1rem;
  background-color: #ffffff;
}

.about-tech-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
}

.tech-image img {
  max-width: 300px;
  width: 100%;
  border-radius: 10px;
}

.tech-description {
  flex: 1;
  min-width: 250px;
}

.tech-description h3 {
  color: #046157;
  margin-bottom: 1rem;
}
