.card-link {
    text-decoration: none;
    color: unset;
}

.card-wrapper {
    width: 50%;
}

.card {
    background-color: white;
    margin: 1rem 1rem 1rem 0;
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 0px 3px 5px #e8e8e8;
}

.card-right {
    display: inline;
}

.card-left {
    display: inline;
}

.card-icon {
    width: 2%;
}

.card-title {
    color: #00adb5;
    font-size: 1.1rem;
    font-weight: 600;
}

.card-content {
    opacity: 0.8;
}
