.shoulder-therapy-section {
  background-color: #f8f9fa;
}

.shoulder-therapy-section h2 {
  font-size: 2rem;
}

.shoulder-therapy-section h3 {
  font-size: 1.5rem;
  margin-top: 30px;
}

.shoulder-therapy-section .card {
  border: none;
  border-left: 4px solid #dc3545; /* Bootstrap red */
  transition: transform 0.2s ease;
}

.shoulder-therapy-section .card:hover {
  transform: translateY(-5px);
}
