.section-body {
    border-radius: 8px;
    background: rgb(228, 226, 226);
    padding: 10px;
}

p {
    padding-right: 20px;
    padding-left: 10px;
}

ul li {
    margin-bottom: 0.3rem;
    padding-right: 20px;
    font-family: 'Trebuchet MS', 'Calibri';
    /* ajusta el valor según lo que necesites */
}

.faq-arrow {
    font-size: 0.5em;
}

.logo_proyecto {
    width: 25%;
    display: inline-block;
    object-fit: contain;
}

#content-logo-reforged {

    text-align: center;
}

.voice_casting_audios {
    background: rgb(228, 226, 226);
    padding: 10px;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
}

audio {
    max-width: 100%;
    height: 50px;
    /* o auto, si lo prefieres */
}

#audios_1,
#audios_2 {
    flex: 1;
    /* ocupa 50% cada uno */
    display: flex;
    flex-direction: column;
}


.audio_label {
    /* margin-left: 20px; */
    font-family: 'Trebuchet MS', 'Calibri';
}

.item_audio {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.audio_label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: bold;
}

.audio_container {
    display: flex;
    flex-direction: column;
}

.profile_image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #ccc;
    margin-top: 30px;
    aspect-ratio: 1 / 1;
}

@media (max-width: 1200px) {
    .voice_casting_audios {
        flex-direction: column !important;
        align-items: center;
    }

}

@media (max-width: 650px) {
    .contenido {
        width: 100%;
    }

}