

.info-text {
  font-size: 15px;
  color: white;
  line-height: 1.3;
}

.info-text strong {
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .form-label {
    width: 60px;
  }

  .btn-request {
    width: 100%;
    margin-top: 0.5rem;
  }

  .input-group {
    flex-wrap: nowrap;
  }
}

.quote-icon {
  color: #d1d5db;
  font-size: 1.5rem;
  position: relative;
}

.quote-left {
  top: 0;
  left: 0;
}

.quote-right {
  bottom: 0;
  right: 0;
}

.founder-name {
  font-weight: 700;
  color: #4b5563;
  font-size: 1rem;
}

.founder-title {
  font-size: 0.75rem;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.social-icon {
  color: #00a8ff;
  border: 1px solid #00a8ff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s, color 0.3s;
  text-decoration: none;
}

.social-icon:hover {
  background-color: #00a8ff;
  color: white;
  text-decoration: none;
}

.doctor-name {
  font-weight: 700;
  font-size: 11px;
  color: #4b5563;
}

.doctor-title {
  font-size: 11px;
  color: #9ca3af;
}
.section-title {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  margin-top: 40px;
  margin-bottom: 10px;
  color: #4e4d4d;
}