.blog-card .blog-card-text-area {
    height: 250px !important;
}

.card-image {
    height: 285px!important;
}

.contact-card {
    height: 210px!important;
}

.contact-card i {
    width: 30px !important;
    height: 40px !important;
    font-size: 30px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #02a855 !important;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    position: absolute;
    left: 25px
}

.card-image1 {
    height: 356px !important;
    width: 450px !important;
}