.captcha-container {
    display: flex;
    justify-content: center;
    margin: 10px 0 20px;
}

.captchaError {
    margin-top: 10px;
    padding: 10px 14px;
    background: #fff8f8;
    border: 1px solid #f5b5b5;
    color: #c62828;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
}

.section-wise .checkboxes {
    width: auto;
}