/* list */
.outer_list {
  display: flex;
  flex-wrap: wrap;
}

.cptl_w-4>div {
  width: 25%;
}

.cptl_w-3>div {
  width: 33.33%;
}

.cptl_w-2>div {
  width: 50%;
}

.cptl_w-1>div {
  width: 100%;
}

/* Match Height */
.height {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.height div:last-child {
  height: 100%;
}

div.swiper-slide {
  height: initial;
}

@media (max-width:1366px) {
  .cptl_w-4>div {
    width: 33.33%;
  }

  .cptl_w-3>div {
    width: 50%;
  }
}

@media (max-width:1024px) {
  .cptl_w-4>div {
    width: 50%;
  }
}

@media (max-width:768px) {
  .cptl_w-4>div {
    width: 100%;
  }

  .cptl_w-3>div {
    width: 100%;
  }

  .cptl_w-2>div {
    width: 100%;
  }

  .cptl_w-1>div {
    width: 100%;
  }
}
