.content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 20px;
}

.content h1 {
    color: #3c7364;
    font-size: 42px;
    margin-bottom: 30px;
}

.content h2 {
    color: #3c7364;
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.content p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #666;
}

.content ul {
    margin-left: 30px;
    margin-bottom: 20px;
}

.content li {
    font-size: 18px;
    color: #666;
    margin-bottom: 10px;
}

.therapy-image {
    width: 100%;
    max-width: 800px;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
    margin: 30px 0;
}