/* Estilo automático para a página: idss */
main {
    margin-top: 190px;
}

section.content {
    .item {
        padding: 30px 0;
        margin-bottom: 10px;
        border-bottom: 1px solid #E3E3E3;

        h3 {
            font-size: 28px;
            line-height: 160%;
            color: #5A5A5A;
        }

        .item-body {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
            width: 100%;
            margin-top: 30px;

            a {
                font-size: 20px;
                color: #E54344;
                line-height: 160%;
                font-weight: 500;

                &.arquivo {
                    font-weight: 600;
                }
            }

            @media (max-width: 992px) {
                flex-direction: column;
                gap: 20px;
                align-items: start;
            }
        }
    }
}