.section__row + .section__row {
    margin-top: 6.1rem;
}

.section__row {
    padding-top: 3.5rem;
}

.section__table h4 {
    margin-bottom: 3rem;
}

.section__table > table > thead {
    border-top: 0.1rem solid #D2D5D7;
    border-bottom: 0.1rem solid #D2D5D7;
}

.section__table > table > thead > tr > th {
    text-align: left;
    font-weight: 600;
    height: 5.7rem;
    padding: 0.5rem;
}

.section__table > table > tbody > tr:nth-child(odd) {
    background: #F8FAFB;
}

.section__table > table > tbody > tr > td {
    padding: 0.5rem;
    height: 5rem;
}
