.cms-section-cards .sv-column-4 {
   background-color: #fff;
   margin-bottom: 1.5rem;
   padding: 2rem 1.5rem;
   text-align: center;
}
.cms-section-cards .sv-text-portlet+.sv-buttons {
   margin-top: 0;
   margin-bottom: 0;
}
.cms-section-cards .cms-btn-app-link {
   margin-right: 0;
   margin-top: 1rem;
}
@media (min-width: 768px) {
   .cms-section-cards {
       display: flex;
       flex-wrap: wrap;
      margin-bottom: 2rem;
   }
    .cms-section-cards .sv-column-4 {
        margin-bottom: 0;
        flex-grow: 1;
   }
}
@media (min-width: 992px) {
    .cms-section-cards .sv-column-4 {
        max-width: 360px;
   }
}