/* Learning & Career Ecosystem - 5 Column Images */
.tv-process-section.style-2 .process-box .process-img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 25px;
}

.tv-process-section.style-2 .process-box .process-img .main-img {
    width: 190px;
    height: 190px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}