.section {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.headerContainer {
    box-shadow: none;
}

.mainTitle h1 {
    font-size: 3.5rem;
}

.mainCard {
    margin-top: 4rem;
    padding: 3rem;
    max-width: 800px;
    box-shadow: 0 10px 80px rgba(0,0,0,.075);
    border-radius: 1.6rem;
    background-color: #fff;
}

.second-section p {
    margin-bottom: 0.75rem;
}

.docs-section h5 {
    margin-bottom: 0.75rem;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.3;
}

.docs-section p {
    color: #868686;
}

.docs-section ul {
    margin-top: 0.75rem;
    margin-bottom: .75rem;
    padding-left: 1.25rem;
}

.docs-section li {
    list-style: disc;
    color: #868686;
}

.docs-section a {
    color: #868686;
}

.docs-section+.docs-section {
    border-top: 1px solid #f1f1f5;
    padding-top: 1.5rem;
    margin-top: 1.5rem;
}

u {
    text-decoration: underline;
}

.docs-section p+p {
    color: #868686;
    margin-bottom: 0.75rem;
}

tbody {
    color: #868686;
}

th {
    text-align: start;
}

.table {
    width: 100%;
    overflow-x: auto;
}

@media (max-width: 575px) {
    .mainTitle h1 {
        font-size: 3rem;
    }
}
