@media (min-width: 991.9px) {
    header .main-menu {
        width: 75%;
    }

    .main-menu .fMenu>li {
        padding: 6px 6px;
        position: relative;
    }

    .main-menu .fMenu>li>a {
        font-size: 15px;
    }

}

.f-supported-by li {
    width: auto;
    padding: 10px 30px;
}

.f-supported-by li .ItemfinnerGallery img {
    height: 110px;
    max-width: 7rem;
    width: auto;
    object-fit: contain;
}

.f-supported-by .fGalleryContainer>h4 {
    background: linear-gradient(to bottom,
            rgba(0, 226, 206),
            rgba(0, 110, 196),
            rgba(0, 71, 130));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
	text-align: center;
}