.vision-mission img.vm-img {
    max-width: 420px;
}

.hex-icon {
    max-width: 14px;
    margin-right: 12px;
    margin-top: 5px;
}

.hex-icon-lg {
    max-width: 50px;
}

.center-logo {
    max-width: 250px;
}

.fundamentals ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.fundamentals .img-col {
    display: flex;
    align-items: center;
    justify-content: center;
}

.g-img {
    padding: 8px 0;
    height: 100%;
}

.g-img img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.owl-stage {
    display: flex;
}

.item {
    height: 100%;
}

.w-20px {
    max-width: 20px;
}

.cl-logo {
    height: 100%;
    padding: 1rem;
    display: flex;
    align-items: center;
    background-color: white;
    border: 1px solid #e6e6e6;
}

.cl-logo:hover {
    border-color: transparent;
    box-shadow: 0 4px 20px #4040402c;
}

.cl-logo img {
    max-width: max-content;
    max-height: 90px;
    margin: 0 auto;
}

@media screen and (min-width: 1200px) {
    .fundamentals ul {
        justify-content: space-around;
    }
}