.card-3up-wrapper {
    margin: 0px 0px 0px 0px;
}

.card-objective {
    background: #009ADC;
    box-sizing: border-box; 
    padding: 30px !important;
    box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    min-height: 380px;
}
@media only screen and (max-width: 993px) {
    .card-objective {
        min-height: 200px;
    }
}

.card-objective h5 {
    font-size: 18px;
    color: white;
    text-align: center;
}

.card-objective p {
    color: white;
    text-align: center;
}