.yoga-sand-section-0a66add4 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px;
}

.yoga-quote-card-0a66add4 {
    max-width: 800px;
    padding: 50px 60px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.yoga-quote-icon-0a66add4 {
    font-size: 32px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.yoga-quote-icon-0a66add4 svg {
    width: 32px;
    height: 32px;
}

.yoga-quote-text-0a66add4 {
    font-family: serif;
    font-style: italic;
    font-size: 24px;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .yoga-quote-card-0a66add4 {
        padding: 40px 30px;
    }
    .yoga-quote-text-0a66add4 {
        font-size: 20px;
    }
}