.why-nptel-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 12px;
    background: #012d95;
}

.why-nptel-icon img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.why-nptel-card h3 {
    margin: 0 0 16px;
}

.why-nptel-card li + li {
    margin-top: 10px;
}
