.safety, .comfort, .performance {
  background-color: black;
}
.safety .title-wrapper, .comfort .title-wrapper, .performance .title-wrapper {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .safety .title-wrapper .section__title, .comfort .title-wrapper .section__title, .performance .title-wrapper .section__title {
    font-size: 135%;
    text-align: center;
    margin-bottom: 20px;
  }
}

.cshSlideContent {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .cshSlideContent {
    flex-wrap: unset;
  }
}
.cshSlideContent .cshCarousel {
  width: 100%;
  flex: 1;
  position: relative;
}
.cshSlideContent .cshCarousel .carousel-control {
  text-indent: 0px !important;
}
.cshSlideContent .cshCarousel .row {
  display: flex;
  height: 100%;
}
.cshSlideContent .cshCarousel .right.carousel-control {
  right: -80px;
  width: 60px;
}
@media only screen and (max-width: 640px) {
  .cshSlideContent .cshCarousel .right.carousel-control {
    right: -60px;
  }
}
.cshSlideContent .cshCarousel .carousel-inner {
  height: 85%;
  overflow: scroll;
  scrollbar-width: none;
}
.cshSlideContent .cshCarousel .carousel-inner ::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 640px) {
  .cshSlideContent .cshCarousel .carousel-inner {
    height: 100%;
  }
}
.cshSlideContent .cshCarousel .left.carousel-control {
  left: -80px;
  width: 60px;
}
@media only screen and (max-width: 640px) {
  .cshSlideContent .cshCarousel .left.carousel-control {
    left: -60px;
  }
}
.cshSlideContent .cshCarousel .item {
  height: 100%;
}

.performance .cshCarousel .row {
  width: 118vw;
}

.csh-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 100%;
  width: calc(20vw - 30px);
  border: 1px solid black;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .csh-card {
    width: calc(40vw - 30px);
  }
}
@media only screen and (max-width: 640px) {
  .csh-card {
    width: 80vw;
    margin-bottom: 0;
  }
  .csh-card img {
    aspect-ratio: 1.8;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.csh-card h6 {
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 1.4rem;
  text-transform: none;
  letter-spacing: unset;
}
.csh-card p {
  font-size: 1.1rem;
}
.csh-card img {
  width: 100%;
  height: auto;
}

.csh-card-body {
  padding: 15px;
  text-align: left;
  display: flex;
  flex-direction: column;
  pointer-events: none;
}
.csh-card-body p {
  margin: 0;
  pointer-events: none;
}/*# sourceMappingURL=cshCard.css.map */