
.Card-Right-Image-Left-content-container {
/*   max-width: 1000px; */
  border-radius: 10px;
  display: flex;
  margin: 0 auto;
  margin-top: 13px;
  overflow: hidden;
/*   border: 1px solid #2F3A45; */
  margin-top:10px;

}
.Card-Right-Image-Left-text-content {
  flex: 0 50%;
  color: #fff;
  /* padding-right: 20px; */
/*   background-color: #2F3A46; */
  padding: 15px 19px 15px 25px;
  /* padding: 58px; */
  display:flex;
  align-items: center;
}
.Card-Right-Image-Left-Content-heading.text-center p {
  font-family: Poppins;
  font-weight: 400;
  text-align: center;
  padding-bottom: 30px;
}

.Card-Right-Image-Left-text-content h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
/*   font-size: 28px; */
  padding: 60px 46px 37px 51px;
}
.Card-Right-Image-Left-text-content h2 .highlight {
  color: #31B476; /* Green highlight color */
  font-weight: 700;
}

.Card-Right-Image-Left-image-content {
    flex: 0 50%;
    display: flex;
    justify-content: center;
    align-items: center;
/*     border: 1px solid #2F3A45;
    background: #2F3A4521; */
}
.Card-Right-Image-Left-image-content img {
    padding: 20px 30px;
    width: 100%;
}
.Card-Right-Image-Left-Content-heading h3 {
  font-family: Montserrat;
  font-weight: 700;
  line-height: 33px;
  margin: 0 0 35px;
}
.Card-Right-Image-Left-Content-heading h2 {
  font-family: Montserrat;
  font-weight: 400;
  line-height: 70px;
  margin-bottom: 10px;
}
.Card-Right-Image-Left-Content-img {
  flex: 0 31%;
}
.Card-Right-Image-Left-text-content.image_right.Card-Right-Image-Left-text-content {
  order: 1;
}
.Card-Right-Image-Left-text-content.image_left.Card-Right-Image-Left-image-content {

  order: 2;
}
.Card-Right-Image-Left-Content-heading h2 span {
  font-weight: 800;
  font-family: 'Montserrat';
}
@media(max-width: 1200px) {
  .Right-Left-Content-module-outer {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .Right-Left-Content-module-content {
    padding-right:28px !important;

  }
  @media(max-width: 900px) {
    .Card-Right-Image-Left-Content-main-img {
      gap: 30px;
      justify-content: space-between;
    }
    .Card-Right-Image-Left-Content-img {
      flex: 0 47%;
    }
  }

  @media(max-width: 768px) {
    .Card-Right-Image-Left-Content-main-img {
      display: block;
    }
    .Card-Right-Image-Left-Content-img {
      margin: 0 auto 30px;
      max-width: 350px;
    }
    .Card-Right-Image-Left-Content-heading h3 {
      font-size: 20px !important;
      line-height: 30px;
    }
    .Card-Right-Image-Left-Content-heading h2, 
    .Card-Right-Image-Left-Content-heading h2 span {
      font-size: 34px !important;
      line-height: 38px !important;
    }
    .Card-Right-Image-Left-Content-outer {
      padding-top: 50px;
      padding-bottom: 50px;
    }
    .Card-Right-Image-Left-content-container {
      flex-direction: column;
    }
    .Card-Right-Image-Left-text-content, 
    .Card-Right-Image-Left-image-content {
      flex: 100%;
    }
    .Card-Right-Image-Left-text-content h2 {
      padding: 0 !important;
      font-size: 22px;
      text-align: center;
    }
    .Card-Right-Image-Left-text-content.image_left {
      order: 1 !important;
    }
  }
  @media only screen and (max-width: 480px) {
    .Card-Right-Image-Left-text-content h2 {
      font-size: 22px;
      padding: 5px;
      text-align: center;
    }
    .Card-Right-Image-Left-text-content p {
      font-size: 14px;
      text-align: center;
    }
    .Card-Right-Image-Left-text-content.image_left {
      order: 1 !important;
    }
  }
  @media only screen and (max-width: 480px) {
    .Right-Left-Content-module-content h3 {
      font-size: 60px !important;
    }
  }
