
						.atac-appointment-section {
  padding: 70px 20px;
  background: #f4f7fb;
  text-align: center;
}

.atac-appointment-inner {
  max-width: 760px;
  margin: 0 auto;
}

.atac-appointment-inner h2 {
  margin: 0 0 14px;
  font-size: clamp(32px, 5vw, 52px);
  line-height: 1.05;
  color: #111827;
}

.atac-appointment-inner p {
  margin: 0 auto 28px;
  max-width: 620px;
  font-size: 18px;
  line-height: 1.6;
  color: #374151;
}

.atac-booking-button {
  display: inline-block;
  padding: 16px 30px;
  background: #0057a8;
  color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 17px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.atac-booking-button:hover {
  background: #003f7d;
}

@media (max-width: 600px) {
  .atac-appointment-section {
    padding: 50px 18px;
  }

  .atac-booking-button {
    width: 100%;
    max-width: 340px;
  }
}
						
