/* Move reCAPTCHA v3 badge to the left */
 
 .grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}
.grecaptcha-badge:hover {
  width: 256px !important;
}
.container-phone .title-light {
  color: #3FAAE0;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 15px;
  font-weight: 700;
}
.container-phone .phone-text {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 0;
  color: #012F6B;
  font-weight: 500;
}
.container-phone .small-text {
  font-size: 12px;
  color: #012F6B;
  margin-bottom: 30px;
  margin-top: 15px;
}
.custom-upload {
  margin-bottom: 40px;
}
.ab-text-area {
  width: 100% !important;
  padding: 10px;
}
.width-leyend  {
  width: 100% !important;
}