.section-with-shape-divider .card {
    height: 430px;
}

@media only screen and (max-width: 768px){
    .section-with-shape-divider .card {
        heigt:auto;
    }

}
