.contact-info .card {
    height: 300px;
    border: 0 !important;
    background-color: #f1f6fc;
}

.contact-info .card .icon {
    font-size: 100px;
    text-align: center;
    color: #3b4ef8;
}

.contact-info .card h3,
h5 {
    text-align: center;
}

@media (max-width:992px) {
    .contact-info .card {
        margin-bottom: 20px;
    }
}