.survey-tiers {
    margin-bottom: 20px;
}

.survey-tiers h2 {
    font-size: 1.4em;
    font-weight: bold;
    margin: 15px 0;
    color: #222;
}

.survey-tiers p {
    font-size: 1em;
    color: #555;
    line-height: 1.5;
}

.withdrawal-section {
    margin-top: 20px;
    text-align: center;
}

.withdrawal-section button {
    background-color: #00C4FF;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.withdrawal-section button:hover {
    background-color: #005a87;
}
