#captcha_container {
    position: absolute;
    right: -310px;
    bottom: 60px;
    z-index: 999;
    display: flex;
    justify-content: center;
}
.tool-section .tool__container.ai_tool #captcha_container {
    right: 20px !important;
}
.center {
    left: 50%;
    transform: translateX(-50%);
}

#captcha_container.mobile {
    right: 20px !important;
}
@media (max-width:430px) {
#captcha_container {
    left: 50% !important;
    transform: translateX(-50%) !important;
}
}
