.m-hcards .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%; }

.m-hcards .card {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  will-change: transform;
  -webkit-transition: .1s;
  transition: .1s; }
  .m-hcards .card::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    opacity: 0;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    -webkit-transition: .1s;
    transition: .1s; }
  .m-hcards .card:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    z-index: 5; }
    .m-hcards .card:hover::before {
      opacity: 1; }
  .m-hcards .card.blue {
    background: #0061a0;
    color: #fff; }
    .m-hcards .card.blue .label::after {
      border-color: #fff; }
  .m-hcards .card.green {
    background: #478529;
    color: #fff; }
    .m-hcards .card.green .label {
      color: #fff; }
      .m-hcards .card.green .label::after {
        border-color: #fff; }
  .m-hcards .card.white {
    background: #fff; }
    .m-hcards .card.white h2 {
      color: #478529; }
    .m-hcards .card.white h4 {
      color: #4c4c4c; }
    .m-hcards .card.white .label {
      color: #0061a0; }
  .m-hcards .card.empty-link {
    pointer-events: none; }
  .m-hcards .card .img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: 50% / cover no-repeat;
    opacity: .15; }
  .m-hcards .card .in {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 47px 20px;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .m-hcards .card h2 {
    font-family: "Open Sans Condensed", -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1;
    font-size: 36px;
    margin: 0; }
  .m-hcards .card h4 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin: 18px 0 0; }
  .m-hcards .card .link {
    margin-top: 20px; }
    .m-hcards .card .link .label::after {
      margin-left: 7px; }

@media (min-width: 768px) {
  .m-hcards.count-2 .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    min-height: 350px; }
    .m-hcards.count-2 .card .in {
      padding: 80px 50px; } }

@media (min-width: 1024px) {
  .m-hcards.count-2 .card .in {
    padding-top: 90px; }
  .m-hcards.count-2 .card h4 {
    font-size: 16px;
    line-height: 27px; } }

@media (min-width: 768px) {
  .m-hcards.count-3 .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
    min-height: 350px; } }

@media (min-width: 1024px) {
  .m-hcards.count-3 .card .in {
    padding-top: 80px; }
  .m-hcards.count-3 .card h4 {
    font-size: 16px;
    line-height: 27px; } }

@media (min-width: 768px) {
  .m-hcards.count-4 .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    min-height: 350px; }
    .m-hcards.count-4 .card .in {
      padding: 57px 50px; } }

@media (min-width: 1024px) {
  .m-hcards.count-4 .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
    .m-hcards.count-4 .card h4 {
      font-size: 16px;
      line-height: 27px; } }