.terms-section {
    background-color: white;
    padding: 40px 40px;
}

.terms-container {
    max-width: 900px;
    margin: 0 auto;
}

.terms-container h1 {
    font-size: 28px;
    color: #fdc516;
    margin-bottom: 30px;
    font-weight: bold;
}

.term-block {
    margin-bottom: 35px;
}

.term-block h3 {
    font-size: 20px;
    color: #1C3B4F;
    margin-bottom: 10px;
    font-weight: bold;
}

.term-block p {
    font-size: 16px;
    line-height: 1.7;
    color: #1C3B4F;
}

.term-block strong {
    font-weight: bold;
}

.terms-footer {
    margin-top: 60px;
}

.terms-footer p {
    font-size: 28px;
    color: #fdc516;
    font-weight: bold;
    font-style: italic;
    line-height: 1.3;
    margin-bottom: 5px;
}