  .SA-container-custom {
    padding: 32px 96px;
    position: relative;
    max-width: 1500px;
    display: flex;
    margin: auto;
    gap: 48px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .bannerStepsTitle{

  font-weight: 600 !important;

  }

  @media screen and (max-width: 760px) {
    .SA-left-section h1 {
      margin-bottom: 15px !important;
    }

      .SA-left-section h1 {
      text-align: center;
      font-size: 19px !important;
    }

.bannerStepsTitle{
  font-size: 12px !important;
  gap: 10px !important;
  color: black !important;
  font-weight: 600 !important;
}
    .SA-left-section p {
      text-align: center !important;
      font-size: 13px !important;
              line-height: 16px !important;
        color: black !important;
    margin-bottom: 15px;
    }
    .SA-container-custom {
      padding: 32px !important;
    }

       .SA-container-custom {
      padding-top: 0 !important;
      gap: 32px !important;
    }

    .SA-right-section{
      height: 431px !important;
    }

    .SA-benefits-list{
      gap: 0px 24px !important;
    }
  }
  .SA-left-section {
    max-width: 400px;
    color: #1a1a1a;
    padding-top: 2rem;
  }
  .SA-left-section h1 {
    color: #92282b;
    font-weight: 600;
    font-size: 33px;
    line-height: 1.2;
    margin-bottom: 0.25rem;
  }
  .underline-bar {
    width: 100%;
    border-bottom: 2px solid #8b2a2a;
    margin-bottom: 1rem;
  }
  .SA-left-section p {
    font-size: 1rem;
    margin-bottom: 0;
    line-height: 19px;
        color: black !important;
  }
  .SA-left-section p.bold {
    font-weight: 700;
  }
  .SA-benefits-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 24px;
    margin-top: 0.5rem;
  }
  .SA-benefit-item {
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #1a1a1a;
    font-weight: 500 !important;
  }

  .bannerStepsTitle{
        width: 120px;
    line-height: 15px;
    color: black !important;
    font-size: 13px;

  }

  .bannerStepsIcon{
    height: 33px;
    width: 33px;
  }
  .SA-benefit-item i {
    color: #92282b;
    font-size: 1rem;
    min-width: 20px;
    text-align: center;
  }
  /* Center Image Section */
  .SA-center-image-wrapper {
    position: absolute;
    height: 409px;

    flex-shrink: 0;
    padding-left: 8px;
    padding-right: 8px;
    right: 40%;
    bottom: -29px;
  }

 @media screen and (min-width: 1400px){
 .SA-center-image-wrapper {

    height: 452px;
            bottom: -31px;
    }
}

  @media screen and (min-width: 1200px) and (max-width: 1300px) {
    .SA-center-image-wrapper {
      left: 43%;
    }
  }

  @media screen and (max-width: 1024px) {
    .SA-left-section {
      width: 100% !important;
      max-width: unset !important;
    }



    .SA-right-section {
      width: 100% !important;
    }
  }

  @media screen and (max-width: 1300px) {
    .SA-center-image-wrapper {
      display: none !important;
    }
  }

  .SA-center-image-wrapper img.SA-main-image {
    height: 100%;
    object-fit: cover;
    z-index: 20;
    border-radius: 6px;
  }

  .SA-right-section {
    width: 402px;
    height: 448px;
    /* background-color: #fff9ec; */
    border-radius: 12px;
    /* padding: 32px 24px; */
    /* box-shadow: 0 4px 8px rgb(0 0 0 / 0.1); */
    color: #1a1a1a;
    font-size: 0.875rem;
    position: relative;
  }
  .SA-right-section img.logo {
    display: block;
    margin-bottom: 16px;
    width: 120px;
    height: 40px;
    object-fit: contain;
  }
  .SA-right-section p.center-text {
    text-align: center;
    margin-bottom: 16px;
    font-size: 0.75rem;
    line-height: 1.2;
  }