.fees-page .goal-section,
.fees-page .contact-section {
    margin-top: 24px;
}

.fees-page .about-section h3 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 6px;
}

.fees-page .goal-section p,
.fees-page .contact-section p {
    margin-bottom: 8px;
}

.fees-page .goal-section p:last-child,
.fees-page .contact-section p:last-child {
    margin-bottom: 0;
}

.fees-delivery-table {
    width: min(100%, 620px);
    margin: 12px 0 14px;
    border: 1px solid #dfe4ea;
    border-radius: 8px;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    background: #fff;
    color: #333;
    font-size: 15px;
}

.fees-delivery-table th,
.fees-delivery-table td {
    padding: 10px 14px;
}

.fees-delivery-table th {
    background: #f5f7fa;
    color: #252a31;
    font-weight: 600;
    text-align: left;
}

.fees-delivery-table th:not(:first-child),
.fees-delivery-table td:not(:first-child) {
    text-align: center;
    border-left: 1px solid #e7ebef;
}

.fees-delivery-table tbody td {
    border-top: 1px solid #e7ebef;
}
