.step-4-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
  }

  .step-4-bottom-img {
    width: 100%;
    height: 61%;
    position: absolute;
    z-index: -1;
  }

  .step-4-bottom-top-main {
    max-width: 1920px;
    height: 61%;
    margin: 0 auto;
  }

  .step4-boma {
    width: 66%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: end;

  }

  .step4-boma .saoma {
    height: 100%;
    aspect-ratio: 223/254;
  }

  .step-4-bottom-grend {
    height: 30%;
    position: absolute;
    background: #4D98FF;
    left: 0;
    width: 100%;
    bottom: 11%;
  }

  .grend-main {
    width: 66%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: end;
    transform: translate(0);
    z-index: 11;
  }

  .grend-main-icon {
    width: 50.629px;
    height: 53.161px;
    margin-left: 3%;
    border-radius: 8.86px;
    background: rgba(255, 255, 255, 0.09);

  }

  .footer {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: flex-start;
    color: white;
    font-family: Arial, sans-serif;
  }

  .footer-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 40px;
  }

  .footer-item h3 {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
  }

  .footer-item p {
    margin: 4px 0;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    cursor: pointer;

  }

  .divider {
    width: 1px;
    height: 60%;
    margin-top: 18px;
    background: #fff;
    /* margin: 0 20px; */
  }

  .custom-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 11%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    /* Adjust as needed */
    color: white;
  }

  .custom-footer-item {
    margin: 0 20px;
    text-align: center;
  }

  .custom-footer-item h3 {
    font-size: 14px;
    font-weight: 400;
  }
  .custom-footer-item a {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
  }
  @media screen and (max-width: 768px) {
    
    .step-4-bottom-mobile {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 205px;
    }

    .step-4-bottom-mobile .step-4-bottom-img {
      z-index: 1;
      height: 82px;
    }

    .step-4-bottom-mobile .grend-main-icon {
      width: 21.538px;
      height: 22.615px;
      border-radius: 3.769px;
      background: rgba(255, 255, 255, 0.09);
      margin-right: 6px;

    }

    .step-4-bottom-mobile .footer {
      height: 100%;
      display: flex;
      align-items: center;
    }

    .step-4-bottom-mobile .footer .footer-item {
      padding: 0 14px;
    }

    .step-4-bottom-mobile .footer .footer-item h3 {
      font-size: 10px;
      font-weight: 700;
    }

    .step-4-bottom-mobile .footer .footer-item p {
      font-size: 10px;
      /* padding: 5px 0; */
      font-weight: 300;
    }

    .step-4-bottom-mobile .footer .divider {
      height: 53px;
      width: 1px;
      background: rgba(255, 255, 255, 0.23);
    }

    .step-4-bottom-mobile .custom-footer {
      height: 36px;
      display: flex;
      width: 100%;
      box-sizing: border-box;
      justify-content: space-between;
      align-items: center;
      font-size: 8.69px;
      font-style: normal;
      font-weight: 400;
      padding: 0 8px;
    }
    .step-4-bottom-mobile .custom-footer a {
      font-size: 8.69px;
      font-weight: 400;

    }
    .step-4-bottom-mobile .custom-footer .custom-footer-item {
      margin: 0;
    }
    .header-container {
      padding-left: 16px;
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      box-sizing: border-box;
      z-index: 9;
    }
  }