 .form-control-lg{
      border-radius: 1.3125rem !important;
    }
    .bg-light {
      background-color: #623CAD!important;
    }
    .para_contain{
      font-family: Inter;
      font-size: 14px;
      font-weight: 400;
      line-height: 31px;
      letter-spacing: 0.01em;
      text-align: left;
      color: #FFFFFF;
    }
    .title_msg{
      font-family: Inter;
      font-size: 20px;
      font-weight: 500;
      line-height: 24.2px;
      letter-spacing: 0.01em;
      text-align: left;
      color: #FFFFFF;
    }
    .btn-group {
      display: flex; /* This will align the buttons side by side */
      justify-content: center; /* Center the buttons horizontally */
      gap: 10px; /* Optional: adds space between the buttons */
    }
    .btn-lg {
      flex-grow: 1; /* Allows each button to grow and fill the space */
      display: flex; /* Ensures contents inside are flexed */
      justify-content: center; /* Center content horizontally */
      align-items: center; /* Center content vertically */
      border-radius: 1.3125rem !important;
    }
    .btn-group .btn-lg {
      width: 200px;
      border-radius: 1.3125rem; /* Increased specificity */
    }
    .avatar-xss {
      width: 20px; /* Ensures icons have a fixed size */
      height: 20px; /* Ensures icons have a fixed size */
    }.text-us-left.p-3 p {
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #fff;}
    .text-us-left.p-3{ max-width: 564px;
    margin-top: 10%;
}.btnus{background: #623CAD!important;
   border-radius: 1.3125rem!important;
   width: 100%;color:#fff!important;}
   @media screen and (max-width:1400px){
 .text-us-left.p-3{ max-width: 564px;
   margin-top: 10%;}}