.c_icon-wrap {
 display: none; 
}

.card:not(.ratio)>.card__content {
  text-align: center;
}

.c_card__heading {
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 150%; /* 33px */
letter-spacing: 2px;
}

@media screen and (min-width: 750px) {
.c_card__heading {
font-size: 22px;
}
}