.SA-container-custom {
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
  display: flex;
  margin: auto;
  gap: 30px;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.SA-banner-Outer .SA-center-image-wrapper img.SA-main-image,
.PL-banner-Outer .SA-center-image-wrapper img.SA-main-image {
  height: 100%;
  object-fit: cover;
  z-index: 20;
}

.PL-banner-Outer .SA-right-section {
  width: 387px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgb(0 0 0 / 0.1);
  color: #1a1a1a;
  font-size: 0.875rem;
}
.PL-banner-Outer .SA-left-section h1 {
  font-size: 31px;
  line-height: 38px;
}
.SA-banner-Outer .SA-right-section {
  width: 387px;
  height: auto;
  border-radius: 12px;
  color: #1a1a1a;
  font-size: 0.875rem;
  position: relative;
}
.SA-right-section img {
  height: 100%;
  width: 100%;
}
.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;
}

.SA-left-section {
  max-width: 400px;
  color: #1a1a1a;
  padding: 30px 0;
  z-index: 3;
  width: 400px;
  flex: 0 0 400px;
}
.PL-banner-Outer .SA-left-section h1 {
  color: #92282b;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}
.SA-banner-Outer .SA-left-section h1 {
  color: #fff;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}
.PL-banner-Outer .underline-bar {
  width: 100%;
  border-bottom: 2px solid #8b2a2a;
  margin-bottom: 1rem;
}
.SA-banner-Outer .underline-bar {
  width: 100%;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 1rem;
}
.PL-banner-Outer .SA-left-section .SA-left-section-subTitle,
.PL-banner-Outer .SA-left-section .SA-left-section-subText ,
.PL-banner-Outer .SA-left-section .SA-left-section-text ,
.PL-banner-Outer .SA-left-section .SA-left-section-ReadMoreSubTitle {
  font-size: 15px;
  margin-bottom: 0;
  line-height: 20px;
  color: black;
}
.SA-banner-Outer .SA-left-section .SA-left-section-subTitle,
.SA-banner-Outer .SA-left-section .SA-left-section-subText ,
.SA-banner-Outer .SA-left-section .SA-left-section-text ,
.SA-banner-Outer .SA-left-section .SA-left-section-ReadMoreSubTitle {
  font-size: 15px;
  margin-bottom: 0;
  line-height: 20px;
  color: rgb(255, 255, 255);
}
.SA-benefit-item_image {
  width: 34px;
  flex: 0 0 34px;
}
.PL-banner-Outer .SA-benefit-item_image {
  background-color: #f1bf9a;
  border-radius: 5px;
  padding: 6px;
}
.SA-left-section p.bold {
  font-weight: 700;
}
.SA-benefits-list {
  display: flex;
  gap: 20px;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
.bannerStepsTitle p {
  margin-bottom: 0;
}
.SA-benefit-item {
  font-size: 12px;
  display: flex;
  align-items: baseline;
  gap: 12px;
  color: #1a1a1a;
  font-weight: 500;
  width: 47%;
}

.SA-banner-Outer .bannerStepsTitle {
  line-height: 15px;
  color: rgb(255, 255, 255);
  font-weight: 600;
  font-size: 13px;
  position: relative;
  top: -6px;
}
.PL-banner-Outer .bannerStepsTitle {
  line-height: 15px;
  color: black;
  font-weight: 600;
  font-size: 13px;
  position: relative;
  top: -6px;
}

.bannerStepsIcon {
  width: 100%;
}
.SA-benefit-item i {
  color: #92282b;
  font-size: 1rem;
  min-width: 20px;
  text-align: center;
}
/* Center Image Section */
.SA-banner-Outer .SA-center-image-wrapper {
  position: absolute;
  height: 452px;
  flex-shrink: 0;
  padding-left: 8px;
  padding-right: 8px;
  right: 35%;
  bottom: -31px;
}
.PL-banner-Outer .SA-center-image-wrapper {
  position: absolute;
  /* height: 452px; */
  /* flex-shrink: 0; */
  padding-left: 8px;
  padding-right: 8px;
  right: 0;
  left: -10%;
  bottom: 0;
  width: 38%;
  margin: auto;
}
.PL-banner-Outer .SA-container-custom {
  overflow: hidden;
}
.SA-banner-Outer .readMoreText,.SA-banner-Outer .readLessText {
    color: #ff930f;
    cursor: pointer;
}
.PL-banner-Outer .readMoreText,.PL-banner-Outer .readLessText {
    color: #84181f;
    cursor: pointer;
}


@media screen and (max-width: 1200px) {
  .SA-banner-Outer .SA-center-image-wrapper,
  .PL-banner-Outer .SA-center-image-wrapper {
    display: none;
  }
  .SA-left-section {
    padding: 0;
  }
  .bannerStepsTitle {
    width: 150px;
  }
}
@media screen and (max-width: 992px) {
  .SA-left-section {
    width: 100%;
    max-width: unset;
    flex: auto;
  }
  .PL-banner-Outer .SA-right-section,
  .SA-banner-Outer .SA-right-section {
    width: 100%;
    height: auto;
  }
  .SA-container-custom {
    padding-top: 26px;
    padding-bottom: 26px;
    gap: 20px;
    /* flex-direction: column; */
  }
  .SA-left-section h1,
  .PL-banner-Outer .SA-left-section h1 {
    font-size: 28px;
    line-height: 35px;
  }
  .bannerStepsTitle {
    width: 160px;
  }
}
@media screen and (max-width: 768px) {
  .SA-left-section h1,
  .PL-banner-Outer .SA-left-section h1 {
    text-align: center;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 15px;
  }

  .bannerStepsTitle {
    font-size: 12px;
    gap: 10px;
    font-weight: 600;
  }

  .SA-left-section .SA-left-section-subTitle,
  .SA-left-section .SA-left-section-subText ,
  .SA-left-section .SA-left-section-text ,
  .SA-left-section .SA-left-section-ReadMoreSubTitle {
    text-align: center;
    font-size: 14px;
    line-height: 19px;
    color: black;
  }
  .SA-container-custom {
    flex-direction: column;
    align-items: center;
  }
  .PL-banner-Outer .SA-right-section,
  .SA-banner-Outer .SA-right-section {
    width: auto;
  }
  .SA-benefits-list {
    gap: 15px;
  }
  .SA-container-custom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) and (min-width: 576px) {
  .SA-container-custom.container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 576px) {
  .SA-left-section h1,
  .PL-banner-Outer .SA-left-section h1 {
    text-align: center;
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 10px;
  }

  .PL-banner-Outer .SA-right-section,
  .SA-banner-Outer .SA-right-section {
    width: 100%;
  }
  .PL-banner-Outer .SA-right-section img,
  .SA-banner-Outer .SA-right-section img {
    width: 100%;
  }
}
