body.one_model_updated .repeated_section_module .cards_container .left_side{
  max-width: 500px;
  width: 100%;
}
body.one_model_updated .repeated_section_module .cards_container .right_side {
  max-width: 446px;
  width:100%;
}

body.one_model_updated .repeated_section_module .cards_container .card_top {
  gap: 20px;
}
body.one_model_updated .repeated_section_module .cards_container {
  padding-left: calc(32px + 3.51%);
  position: relative;
  z-index: 1;
}

body.one_model_updated .repeated_section_module .cards_container::before {
  position: absolute;
  content: "";
  width: 1px;
  background: var(--extra-color);
  left: 15px;
  top: 54px;
  bottom: 0;
}

body.one_model_updated .repeated_section_module .cards_container>div {
  position: relative;
  z-index: 1;
}

body.one_model_updated .repeated_section_module .cards_container>div::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: var(--neon-mint-green);
  border-radius: 50%;
  left: calc(-26.5px - 3.51%););
  top: 48px;
}
body.one_model_updated .repeated_section_module .cards_container .left_side .description{
  display: none;
}

body.one_model_updated .repeated_section_module .subheading h6 {
  color: var(--tertiary-dark-color);
}

@media (max-width:992px) and (min-width:576px){
  body.one_model_updated .repeated_section_module .cards_container {
    padding-left: 40px;
  }
  body.one_model_updated .repeated_section_module .cards_container>div::before{
    left: -32px;
  }
  body.one_model_updated .repeated_section_module .cards_container .right_side{
    display:none;
  }
  body.one_model_updated .repeated_section_module .cards_container .left_side .description{
    display: block;
  }
}
@media (max-width:575px){
  body.one_model_updated .repeated_section_module .cards_container {
    padding:0;
  }
  body.one_model_updated .repeated_section_module .cards_container .left_side .description{
    display: block;
  }
  body.one_model_updated .repeated_section_module .cards_container::before,
  body.one_model_updated .repeated_section_module .cards_container>div::before{
    display: none;
  }
  body.one_model_updated .repeated_section_module .subheading h6 {
    font-size: 12px;
    line-height: 18px;
  }
/*   body.one_model_updated .repeated_section_module .subheading {
    padding: 4px 16px 4px;
  } */
  body.one_model_updated .repeated_section_module .cards_container .right_side{
    display:none;
  }
}
}