.page-node-type-laboratorio {
    .field--name-field-imagem-laboratorio {
        display: flex;
        column-gap: .5rem;
        row-gap: .5rem;
        flex-wrap: wrap;
        justify-content: center;
        border-bottom: 1px dotted var(--tema);
        margin: 2rem 0;
    }

    .field--name-field-video-laboratorio {
        display: flex;
        justify-content: center;
        border-bottom: 1px dotted var(--tema);
        margin-top: 3rem;
    }

    h4 , h6 {
        color: var(--tema);
    }

    table {
        td {
            width: 27rem;

            img {
                margin-right: .8rem;
            }
        }
    }

    @media (max-width: 992px) {
        table {
            transform: scale(.8);
        }
    }
}