.process-section {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    background-color: #0a1b29;
  }
  
  .process-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
  }
  
  .process-header {
    text-align: center;
    padding-top: 5vh;
  }
  
  .process-badge {
    font-size: 14px;
    color: #fff;
    padding: 8px 16px;
    border-radius: 10px;
    background-color: #1b3242;
    text-transform: uppercase;
    font-weight: 600;
  }
  
  .process-logo {
    width: 40%;
    margin-top: 5vh;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
  .info-container-custom {
    display: flex;
    justify-content: space-between !important;
    align-items: center;
    margin-top: 50px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 20px;
  }
  
  .info-box-custom {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 1;
    text-align: center;
    padding: 20px;
  }
  
  .info-icon-custom {
    width: 40px;
    height: auto;
    border-radius: 6px;
    margin-right: 10px;
    background-color: #10293a;
    padding: 10px;
  }
  
  .info-text {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
  }
  
  .separator-custom {
    width: 40px;
    height: auto;
  }
  
  .process-footer {
    padding: 20px 0;
    margin-top: 5vh;
  }
  
  .process-footer-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .social-links-custom {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .social-links-custom li {
    margin-right: 15px;
  }
  
  .social-link {
    color: #fff;
    font-size: 18px;
  }
  
  .footer-text {
    margin: 0;
    color: #fff;
    font-size: 14px;
  }
  
  @media only screen and (max-width: 768px) {
    .info-container-custom {
      display: block !important;
      padding: 20px 10px !important;
    }
    .info-box-custom {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 10px 0 !important;
      text-align: left;
    }
    .separator-custom {
      display: none;
    }
    .process-badge {
      font-size: 12px !important;
      padding: 6px 12px !important;
    }
    .process-logo {
      width: 70% !important;
    }
    .info-icon-custom {
      width: 35px !important;
      margin-right: 5px !important;
      padding: 8px !important;
    }
    .social-links-custom li {
      margin-right: 10px !important;
    }
  }
  
  @media only screen and (max-width: 480px) {
    .info-text {
      font-size: 16px !important;
    }
    .process-badge {
      font-size: 10px !important;
      padding: 4px 10px !important;
    }
    .process-logo {
      width: 80% !important;
    }
    .info-icon-custom {
      width: 30px !important;
      padding: 6px !important;
    }
  }
  