/* From Studio to Society: SFADA Community Service & Outreach Section */
.studio-to-society-section {
    padding: 4rem 0 0 0;
    background-color: #ffffff;
}

.studio-to-society-title {
    font-size: 2rem;
    font-weight: 600;
    color: #862C91;
    text-align: center;
    margin-bottom: 1.5rem;
}

.studio-to-society-description {
    max-width: 1000px;
    margin: 0 auto 3rem;
    text-align: center;
    line-height: 1.6;
    color: #4b5563;
    font-size: 1.05rem;
}

/* Full width banner image */
.studio-to-society-banner {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.studio-to-society-banner img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Responsive Design */
@media (max-width: 768px) {
    .studio-to-society-section {
        padding: 3rem 0 0 0;
    }

    .studio-to-society-title {
        font-size: 1.75rem;
        padding: 0 1rem;
    }

    .studio-to-society-description {
        padding: 0 1rem;
        font-size: 1rem;
        margin-bottom: 2rem;
    }
}

@media (max-width: 480px) {
    .studio-to-society-section {
        padding: 2.5rem 0 0 0;
    }

    .studio-to-society-title {
        font-size: 1.5rem;
    }

    .studio-to-society-description {
        font-size: 0.95rem;
    }
}