.mwm-ic-grid {
  display: grid;
  width: 100%;
  align-items: stretch;
}

.mwm-ic-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  box-sizing: border-box;
}

.mwm-ic-image {
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  text-decoration: none;
}

.mwm-ic-image img {
  display: block !important;
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.mwm-ic-content {
  text-align: center;
  box-sizing: border-box;
}

.mwm-ic-subtitle {
  margin: 0 0 8px;
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: 27px;
  line-height: 1.15;
  font-weight: 400;
}

.mwm-ic-title {
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
}

.mwm-ic-button {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: auto;
  padding: 10px 16px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none !important;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  transition: filter .2s ease, transform .2s ease;
}

.mwm-ic-button:hover,
.mwm-ic-button:focus {
  filter: brightness(.96);
  color: inherit;
}

@media (max-width: 767px) {
  .mwm-ic-title { font-size: 21px; }
  .mwm-ic-subtitle { font-size: 24px; }
}
