.step-cards {
    background-color: #EBEDEE;
}

.step-cards h2 {
    margin-bottom: 40px;
}

.step-cards .card {
    background-color: #fff;
    padding: 40px;
    border-radius: 30px;
    margin-bottom: 10px;
    min-height: auto;
}


@media (min-width: 1200px) {
    .step-cards .card {
         min-height: 210px;
    }
}

@media (min-width: 768px) {
    .step-cards div[class^="col"] {
        padding-right: 5px;
        padding-left: 5px;
    }
}