.page-node-type-curso {
    .field--name-field-videos {
        margin-top: 4rem;
        margin-bottom: 2rem;
        padding-top: 4rem;
        padding-bottom: 2rem;
        border-top: 1px dotted var(--bs-success);
        border-bottom: 1px dotted var(--bs-success);
        display: flex;
        column-gap: 1rem;
        row-gap: 2rem;
        flex-wrap: wrap;
        justify-content: center;

        ::before {
            display: none;
            /*content: "Videos:";
            padding-right: 1rem;
            color: var(--tema);*/
        }
    }

    .field--name-field-galeria-curso {
        display: flex;
        column-gap: 1rem;
        row-gap: 2rem;
        flex-wrap: wrap;
        justify-content: center;
    }
}