.service-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 60px; */
    height: 30px;
}

.service-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.module-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
}

.module-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}