.card {
    margin: 0;
    margin-bottom: 30px;
    background: #fff;
    min-height: 455px;
    border-radius: 0;
    border: 1px solid #eee;
}

.card__h-sm {
    min-height: 350px;
}

.card__link {
    text-decoration: none;
    display: block;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    height: 100%;
}

.card__link:hover {
    color: #000;
    text-decoration: none;
}

.card__media {
    border-bottom: 1px solid #eee;
}

.card__body {
    padding: 24px 16px;
}

.card__date {
    font-size: 12px;
    color: #555;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
}

.card__subtitle {
    color: #666666;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}

.card__title {
    color: #000;
    font-weight: bold;
}

.service-box {
    text-align: center;
    margin-bottom: 16px;
}

.service-box img {
    opacity: 0.3;
}

.service_icon {
    padding: 20px;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 150px;
}
