@media (min-width: 992px) {
  .threeColSlide {
    overflow: visible; } }

.threeColSlide .swiper-pagination {
  bottom: 15px; }

.threeColSlide .swiper-button-next::after {
  content: url(../images/cardnext.svg);
  width: 30px;
  display: none; }

.threeColSlide .swiper-button-prev::after {
  content: url(../images/cardpre.svg);
  width: 30px;
  display: none; }

.threeColSlide .threeColSlide__box {
  -ms-flex-wrap: initial;
  flex-wrap: initial;
  -webkit-box-pack: initial !important;
  -ms-flex-pack: initial !important;
  justify-content: initial !important;
  margin: 0; }
  @media (min-width: 992px) {
    .threeColSlide .threeColSlide__box {
      -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
      justify-content: center !important; } }
  .threeColSlide .threeColSlide__box li {
    padding: 0; }
    .threeColSlide .threeColSlide__box li p {
      text-align: left;
      height: 70px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      overflow: hidden; }
      @media (min-width: 375px) {
        .threeColSlide .threeColSlide__box li p {
          height: 48px; } }
  .threeColSlide .threeColSlide__box .threeColSlide__link {
    border: solid 1px #00a19b;
    border-radius: 4px;
    max-width: 300px;
    background: #ffffff;
    -webkit-box-shadow: 0 5px 20px rgba(64, 157, 153, 0.2), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 5px 20px rgba(64, 157, 153, 0.2), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    border: solid 0px #00a19b; }
    .threeColSlide .threeColSlide__box .threeColSlide__link img {
      width: 100%;
   ; }
    .threeColSlide .threeColSlide__box .threeColSlide__link .threeColSlide__title img {
      width: auto; }
    .threeColSlide .threeColSlide__box .threeColSlide__link:hover img,
    .threeColSlide .threeColSlide__box .threeColSlide__link:hover .threeColSlide__title,
    .threeColSlide .threeColSlide__box .threeColSlide__link:hover p {
      opacity: 0.7; }
