.three-colons-row-c {
  margin-bottom: 30px;
  width: 100%;
}
.three-colons-row-c .colons-row {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.three-colons-row-c .colons-row .col {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
  flex-basis: auto;
  flex-grow: initial;
}
@media (max-width: 700px) {
  .three-colons-row-c .colons-row .col {
    width: 100%;
  }
}
.three-colons-row-c .colons-row .col .hover-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: pxtorem(12);
}
.three-colons-row-c .colons-row .col .hover-img .img {
  width: 100%;
  padding-top: 64%;
  transform: scale(1);
  transition: 0.4s ease all;
  border-radius: pxtorem(12);
}
.three-colons-row-c .colons-row .col:hover .img {
  transform: scale(1.1);
  border-radius: pxtorem(12);
}
.three-colons-row-c .colons-row .col h3 {
  text-align: center;
}
.three-colons-row-c .colons-row .js-load-more-c {
  display: none;
}
.three-colons-row-c .colons-row.columns-count-3 .col {
  width: 33.33%;
}
@media (max-width: 1000px) {
  .three-colons-row-c .colons-row.columns-count-3 .col {
    width: 50%;
  }
}
@media (max-width: 700px) {
  .three-colons-row-c .colons-row.columns-count-3 .col {
    width: 100%;
  }
}
.three-colons-row-c .colons-row.columns-count-4 .col {
  width: 25%;
}
@media (max-width: 1400px) {
  .three-colons-row-c .colons-row.columns-count-4 .col {
    width: 33.33%;
  }
}
@media (max-width: 1200px) {
  .three-colons-row-c .colons-row.columns-count-4 .col {
    width: 50%;
  }
}
@media (max-width: 700px) {
  .three-colons-row-c .colons-row.columns-count-4 .col {
    width: 100%;
  }
}
.three-colons-row-c .button-c {
  text-align: center;
  position: relative;
  margin-top: -10px;
}

/*# sourceMappingURL=custom-cards-1.css.map*/