/* CSS Exclusivo da Página: Direito Criminal */

.page-header {
    padding-top: 150px;
    padding-bottom: 4rem;
    background-color: var(--surface-container-low);
}

.page-title-wrapper {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.page-content {
    padding-top: 4rem;
}

.page-section-block {
    max-width: 800px;
    margin: 0 auto 5rem auto;
}

.page-section-block.last {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}

.section-title-wrapper {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.section-icon {
    font-size: 2rem;
}

h2.area-title.no-margin {
    margin-bottom: 0;
}

.divider-wrapper {
    height: 1px;
    width: 100%;
    background: rgba(67, 71, 78, 0.2);
    margin-bottom: 2rem;
}

.divider-line {
    height: 1px;
    width: 80px;
    background: var(--primary);
}

.area-list-large {
    font-size: 1rem;
}

.area-list-large li {
    margin-bottom: 1.25rem;
}

.cta-container {
    margin-top: 6rem;
    text-align: center;
}

.nav-cta {
    text-decoration: none;
}
