.th-card-2 .flex {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -20px;
}

.th-card-2 .flex .col {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 20px 20px;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  position: relative;
}

.th-card-2 .flex .col .card-link-overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  left; 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.th-card-2 .card {
  width: 100%;
}

.th-card-2 .card .button,
.th-card-2 .card .cta_button,
.th-card-2 .card .button-outline {
}

@media (max-width: 1139px) {
  
  .th-card-2 .flex .col {
    flex: 0 0 50%;
    max-width: 50%;
  }
  
}

@media (max-width: 767px) {

  .th-card-2 .flex .col {
    flex: 0 0 100%;
    max-width: 100%;
  }

}