@media (min-width: 600px) {
  /* desktop */
  .card-list-item {
    height: 100px;
    display: grid;
    grid-template-columns: 72px repeat(4, 1fr);
  }

  .name, .usp1, .usp2 {
    padding-left: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-height: 72px;
  }

  .cta {
    max-height: 72px;
  }
}
@media (max-width: 599px) {
  /* mobile */
  .card-list-item {
    display: flex;
    flex-direction: column;
  }

  .name, .usp1, .usp2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 20px;
  }

  .cta {
    margin: 20px 0;
  }
}
ol.card-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
  line-height: 24px;
}
ol.card-list .card-list-item {
  -webkit-box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 10px;
}
ol.card-list .card-list-item .logo {
  padding: 10px;
  display: flex;
  height: 72px;
  justify-content: center;
  align-items: center;
}
ol.card-list .card-list-item .logo img {
  max-height: 90%;
  max-width: 90%;
  height: auto;
  width: auto;
}
ol.card-list .card-list-item ul {
  margin: 0px;
}
ol.card-list .card-list-item li {
  margin: 0px;
  list-style: none;
}
ol.card-list .card-list-item .name {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
ol.card-list .card-list-item .name .stars .star {
  fill: #f49b01;
  width: 15px;
  height: 15px;
}
ol.card-list .card-list-item .usp1 {
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
}
ol.card-list .card-list-item .usp2 {
  font-size: 12px;
  line-height: 12px;
}
ol.card-list .card-list-item .usp2 .usp {
  position: relative;
  margin-bottom: 5px;
  padding-left: 16px;
}
ol.card-list .card-list-item .usp2 .usp:before {
  content: url("/wp-content/plugins/partners-v6/check.svg");
  display: block;
  position: absolute;
  height: 14px;
  width: 14px;
  top: -2px;
  left: 0px;
}
ol.card-list .card-list-item .cta {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
ol.card-list .card-list-item .cta a.button {
  border-radius: 4px;
  font-weight: 700;
  letter-spacing: 0px;
  padding: 13px 0px;
  text-align: center;
  line-height: 17px;
  font-size: 14px;
  width: 80%;
}
ol.card-list .toc {
  height: 28px;
  grid-column: 1/span 5;
  color: #9b9999;
  background-color: #ececec;
  font-size: 12px;
  text-align: center;
  line-height: 28px;
}

/*# sourceMappingURL=partner.css.map */
