.feature-card {
    border: none;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    margin-bottom: 2rem;
}

.feature-icon-wrapper {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(13, 180, 171, 0.1);
    border-radius: 50%;
}

.card-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #0DB4AB;
}

.card-text {
    font-size: 0.95rem;
    line-height: 1.6;
}

.feature-icon-wrapper i {
    color: #0DB4AB;
}

.card-body {
    padding: 2rem;
}