/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 09 2026 | 06:30:48 */
/* ========================================= PARTNER SLIDER ========================================= */
.partner-slider-section {
	background-color: var(--white);
	
	.partner-wrapper {
		display: flex;
		column-gap: 2.5rem;
		row-gap: 1.5rem;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		
		.partner-img {
			max-height: 120px;
			width: auto;
		}
	}
}