.contact-section {
  background-color: #f9f9f9;
  color: black;
}
.contact-section img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.section-title h2 {
  font-size: 2rem;
}
.section-title p {
  font-size: 1rem;
  max-width: 600px;
  margin: 0 auto;
}