.transp-human-gate {
    padding: 22px 18px;
    text-align: center;
    border-bottom: 1px dashed #e3e8ef;
    background: #f8fafc;
}

.transp-human-gate__title {
    margin: 0 0 6px;
    color: #1a2e44;
    font-size: 14px;
    font-weight: 700;
}

.transp-human-gate__text {
    margin: 0 auto 14px;
    max-width: 460px;
    color: #5d6d7e;
    font-size: 13px;
    line-height: 1.45;
}

.transp-human-gate .cf-turnstile {
    display: inline-block;
    max-width: 100%;
}

.transp-human-gate__feedback {
    min-height: 18px;
    margin-top: 10px;
    color: #5d6d7e;
    font-size: 12px;
}

.transp-human-gate__feedback.is-error {
    color: #9b1c1c;
}
