/* custom helpers & properties */

.card-block .features-card {
  border-radius: 6px;
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.15);
  max-width: 348px;
}

.features-card .card-icon-container {
  height: 60px;
  width: 60px;
}

.features-card .card-icon-container img {
  height: 32px;
}

.card-link:hover {
  cursor: pointer;
}

.card-link svg {
  transition: transform 0.25s ease-in-out 0s;
}

.buttons-container .hs_cos_wrapper_type_cta:nth-of-type(2) a.cta_button {
  margin-left: 12px !important;
}

@media (max-width: 575px) {
  .buttons-container .hs_cos_wrapper_type_cta:nth-of-type(2) a.cta_button {
    margin-left: 0 !important;
    margin-top: 16px !important;
  }

  .buttons-container a.cta_button {
    box-sizing: border-box !important;
    width: 100%;
  }
}
