.card {
    color: white;
    padding: 24px 33px 20px;
    text-align: center;
    height: 100%;
    cursor: pointer;
    margin-bottom: 15px;
}
.title {
    font-size: 25px;
    font-weight: 200;
    margin-top: 15px;
    margin-bottom: 15px;
}

.icon {
    margin-top: 9px;
}

/* .title .emph {
    font-weight: 900;
} */
.description {
    font-size: 14px;
}
.active {
    background: white!important;
    border-color:white!important;
}

.active > div {
    color:#FF5301!important;
}

.cardWrapper {
    border: 1px solid white;
    border-radius: 4px;
    transition-duration: 0.25s;
    height: 100%;
}
.cardWrapper:hover {
    background: white!important;
    border-color:white!important;
}
.cardWrapper:hover > div {
    color:#FF5301!important;
}

.cardContent {
    background: white;
    margin-top:30px;
    padding:50px;
    border-radius: 4px;
}
