.icon-card
{
}
.single-icon-card
{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: space-between;
    height: 100%;

}
.card-icon
{
    height: 80px;
    display: block;
    margin: 30px auto;

}
.has-regular-font-size.card-description
{
    width: 80%;
    flex-grow: 4;
    display: flex;
    justify-content: center;
    align-items: center;
}
