.container_box1{    
    height:auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    padding: 50px;
  }
  .c_1{
   display: flex;
   flex-direction: column;
   justify-content:center;
   align-items: center;
  
  }
  .c_2{
    display: flex;
   justify-content:center;
   align-items: center; 
   flex-direction: column;
  }
  .c21{
      display:flex;
      background-color:rgb(247, 247, 255);
      margin-top: 44px;
      padding-top: 32px;
      padding-right: 24px;
      padding-bottom: 32px;
      padding-left: 24px;
      height: 186px;
      border-radius: 32px;
      gap:23px;
      justify-content:space-between;
      align-content: center;
  
  }
  h1{
      margin: 0px;
      text-align: center;
  }
  .c11{
   display: flex;
   gap:28px;
   width: 1280px;
   justify-content: space-between;
   height: 306px;
   margin-top: 44px;
  
  }
  .c11>div{
     border-radius: 8px;
     height: 272px;
     width: 1232px;
     padding: 16px;
     border: 1px solid rgb(167, 167, 167);
    
  }
  .c21>div{
      width: 218px;
      height: 152px;
      background-color: white;
      padding-top: 16px;
      padding-bottom: 16px;
      margin-left: 4px;
      margin-right: 4px;
      border-radius: 16px;
  }
  .flex{
      display: flex;
      flex-direction: column;  
      height: fit-content;
      
  }
  .r1>div{
    background-color: white;
    width: 290px;
    height: 56px;
   
  }
  .r1{
      
      width: 592px;
      height:192px;
      margin: 0px;
      padding: 0px;
      display: grid;
      gap: 12px;
      grid-template-columns: repeat(2,minmax(0,1fr));
     
      padding-bottom: 0px;
  
  }
  .center{
      text-align: center;
      line-height: 32px;
  }
  .margin24{
   margin-top: 24px;
   margin-bottom: 24px;
   width: 592px;
   height: 32px;
  }
  .font{
      font-family: Poppins,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";    
      font-weight: 700;
      font-size: 34px;
  }
  .alg{
      margin-right: 8px;
  }
  .flexrow{
      display: flex;
      align-items: flex-start;
  }
  .txt14{
      font-size: 14px;
      font-weight: 400;
      font-family: Open Sans,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
  
  }
  .textb{
      font-size: 14px;
      font-weight: 600;
      font-family: Open Sans,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
  }
  
  .marg{
          margin: 0px;
      }
  .algceter{
          align-content: center;
      }
  .green{
      font-family: Poppins,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";    
      color: rgb(111, 205, 158);
      font-weight: 700;
      font-size: 16px;
  }
  .blue{
      font-family: Poppins,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";    
      color: rgb(110, 113, 204);
      font-weight: 700;
      font-size: 16px;
      line-height: 32px;
  }
  .col{
      padding-top: 16px;
      padding-bottom: 16px;
      
  }
  .forntsas{
      font-weight: 400 !important;
      font-size: 24px;
      line-height: 34px;
      margin-top: 12px;
      font-family: Open Sans,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
  }
  .marg8{
      margin-top: 8px;
  }
  .clr{
      color: rgb(105, 102, 103);
  }
  .lin24{ 
      line-height: 24px;
  }