.additional-services {
  padding: 60px 0;
  background-color: #ffffff;
}

.section-title {
  text-align: center;
  font-size: 2.2rem;
  color: #000000;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.service-content {
  max-width: 800px;
  margin: 0 auto;
}

.service-content p {
  font-size: 1.8rem;
  line-height: 1.7;
  color: #333;
  margin: 0 0 25px 0;
  text-align: justify;
  font-family: 'Montserrat';
}

.service-image {
  margin: 40px 0;
  text-align: center;
}

.service-image img {
  width: 100%;
  height: auto;
  max-width: 660px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  display: block;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 1.8rem;
  }

  .service-content p {
    font-size: 1.5rem;
    padding: 0 2rem;
  }

  .service-image img {
    max-width: 90%;
    border-radius: 6px;
  }
}