.inner-wrap-box svg {
    width: auto;
    height: 75px;
    margin-inline: auto;
}
.logo-list-awards li img {
    width: auto;
    height: auto;
    max-height: 220px;
}
.inner-wrap-box .team-member-name {
    display: none;
}
.inner-wrap-box img {
    width: auto !important;
    height: auto;
    max-height: 65px;
}
.inner-wrap-box 
 .team-member-name {
    text-align: center;
    margin-top: 30px;
}
.inner-wrap-col {
    border: 1px solid var(--light-gray);
    padding: 35px 15px;
    background-color: #fff;
    transition: 0.5s !important;
}

.inner-wrap-col:hover {
    transform: translateY(-5px);
}