/* درباره ما - واکنش‌گرا */
@media (max-width: 767px) {
    .composer-grid-container.flex {
        flex-direction: column;
    }

    .logo-about {
        width: 200px !important;
        height: 200px !important;
        margin-bottom: 1.5rem;
    }

    .composer-grid-container .px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (min-width: 768px) {
    .composer-grid-container.flex {
        flex-direction: row;
    }

    .logo-about {
        width: 100%;
        height: auto;
    }
}

/* Responsive Styles */
@media (min-width: 768px) {

    .logo-about {
        display: flex;
        align-items: center;
        gap: 1rem;
    }


    .hero {
        padding: 3rem 2rem;
    }

    .hero h1 {
        font-size: 2.5rem;
    }

    .hero p {
        font-size: 1.2rem;
        max-width: 700px;
    }

    .composers {
        padding: 0 2rem 2rem;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .composer-name {
        font-size: 1.3rem;
    }

    .btn {
        padding: 0.5rem 1rem;
        font-size: 1rem;
    }

    .custom-shape-divider-top-1744302011 svg {
        height: 177px;
    }

}

@media (max-width: 480px) {


    .hero h1 {
        font-size: 1.5rem;
    }

    .hero p {
        font-size: 0.9rem;
    }

    .composer-card {
        flex: 0 0 200px;
    }

}