.network-insurances-template-wrapper ul.kb-gallery-ul > li {
	flex-basis: calc(20% - 16px) !important;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #ddd;
	height: 120px;
	width: 100% !important;
}
.network-insurances-template-wrapper ul.kb-gallery-ul {
    gap: 20px;
    justify-content: center;	
}
.network-insurances-template-wrapper ul.kb-gallery-ul > li .kb-gal-image-radius {
	width: 180px;
}
.network-insurances-template-wrapper ul.kb-gallery-ul > li img {
	height: 100%;
    max-height: 70px;
	object-fit: contain !important;
	top: 50% !important;
    transform: translateY(-50%) !important;
	filter: grayscale(100%);
}
.network-insurances-template-wrapper h2,
.network-insurances-template-wrapper p {
	color: #000 !important;
}
.network-insurances-template-wrapper .wp-block-kadence-advancedgallery {
	margin-bottom: 50px;	
}
#page .network-insurances-template-wrapper {
	background-color: #fff !important;
}