﻿@import url('https://fonts.googleapis.com/css?family=Poppins:400,600,700,900');

.equal-height {
    height: 250px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.equal-height .card-body {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 0;
}

.equal-image {
    width: auto;
    height: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

