section .section-txt ul {
    margin-left: 0;
    padding-left: 7.5rem;
}
section .section-txt h1,
section .section-txt h2 {
    margin-top: 5rem;
    margin-bottom: 2.5rem;
    color: var(--corp);
}
section .section-txt h1,
section .section-txt h2,
section .section-txt h3,
section .section-txt h4 {
    font-weight: 700;
}
section .section-txt h5,
section .section-txt h6 {
    color: var(--gray);
    font-weight: 400;
}
section .section-txt h1 {
    font-size: 5.5rem;
}
section .section-txt h2,
section .section-txt h3 {
    font-size: 4.5rem;
}
section .section-txt h4,
section .section-txt h5,
section .section-txt h6 {
    font-size: 4rem;
}
section table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 5rem;
}
section table td,
section table th {
    padding: 2rem;
    line-height: 1.4;
    vertical-align: top;
    border-top: 0.25rem solid var(--gray);
}
#preventiva .text-right {
    margin-top: 10rem;
    margin-bottom: 10rem;
}
#preventiva .logo-teixpac {
    width: 56.25rem;
}
#preventiva .logo-colaborador {
    max-width: 35rem;
    max-height: 15rem;
}

@media (min-width: 992px) {
    section .section-cont {
        width: 252.5rem;
        margin: 7.5rem auto 25rem;
    }
}
@media (max-width: 991px) {
    section {
        padding-top: 6.5rem;
        padding-bottom: 15rem;
    }
}