@media (max-width: 1000px) {
  .chevron {
    display: none;
  }
  .rightCarDiv,
  .leftCarDiv {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .rightCarDiv {
    top: 0;
    left: 0;
    height: 38%;
  }

  .leftCarDiv {
    top: 38%;
    left: 0;
    height: 50%;
  }

  .innerCard {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .caruselOuterWrapper {
    margin: 0;
  }

  .cardRightLargeImg {
    background-size: contain;
    background-position: 50% 0%;
  }

  .cardInnerSmallImgRight {
    height: 60%;
    width: 60%;
    top: 15%;
    left: 22%;
  }

  .cardGreyText {
    font-size: 16px;
  }

  .cardFirstLineWrapper {
    display: block;
    text-align: center;
  }

  .cardSmallImg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -120%;
  }

  .cardLargeText {
    text-align: center;
    font-size: 35px;
  }

  .cardFreeTrialText {
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
  }
  .cardButtonsWrapper {
    margin-top: 15px;
    justify-content: center;
  }

  .cardFreeTrialButton {
    font-size: 16px;
    padding: 8px 25px 8px 25px;
  }

  .cardLearMoreButton {
    font-size: 16px;
    padding: 6px 25px 6px 25px;
  }
}
