.icon-img {
    filter: grayscale(0);
    border-radius: 50%;
    background: #fff;
}

.commit-box {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.commit-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.why-carune h5 {
    font-size: 22px;
}

.why-carune p {
    font-size: 16px;
    line-height: 1.6;
}