.card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    background-color: #f7f4fc;
    padding: 20px;
    border-radius: 10px;
    flex: 0 0 30.333333%;
    max-width: 30.333333%;
    height: 75vh;
}

.icon {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
}

.title {
    font-size: 1.25rem;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-bottom: 10px;
}

.description {
    font-size: 0.875rem;
    color: #666666;
    text-align: center;
}