.lsCardLeftImage {
  border-style: solid;
  border-radius: 18px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
}

.lsCard {
}

.lsCard {
  padding: 0px;
  box-shadow: 2px 6px 8px 0px;
  border-bottom-style: none;
}

p {
  font-size: calc(10px + (22 - 10) * ((100vw - 300px) / (1600 - 300)));
  font-weight: 300;
  line-height: 1.2;
}

h4 {
  font-size: calc(14px + (26 - 14) * ((100vw - 300px) / (1600 - 300)));
  font-weight: 600;
  line-height: 1.2;
}

