.e-text-lg {
    font-size: 36px;
}

.radius {
    border-radius: 5px;
}
.e-flex{
    height: 93px;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.e-flex:hover{
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04)
}
.e-content{
    display: flex;
    justify-content: space-between;
}
.e-content>div{
    width: 12%;
}
