.ps-captcha {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100px;
    margin: 24px 0 20px;
    overflow: hidden;
}

.ps-captcha__widget {
    width: 100%;
    max-width: 302px;
    min-height: 100px;
}

@media (max-width: 360px) {
    .ps-captcha {
        justify-content: flex-start;
    }
}
