.editor-styles-wrapper{
	.partners{
		padding: 80px 0;
		background: #B4C8E1;

		@media (max-width: 991px){
			padding: 60px 0;
		}

		@media (max-width: 767px){
			padding: 40px 0;
		}

		.btn-animated{
			color: #233246;

			&::before{
				background: #233246;
			}
		}

		.row{
			gap: 40px 0;
		}
		
		.partner-item{
			position: relative;
			padding: 24px;
			background: var(--wp--preset--color--background-colors-bg-light-1);

			img{
				width: 100%;
				height: 40px;
				object-fit: contain;
			}

			.country{
				white-space: nowrap;
				position: absolute;
				top: 100%;
				left: 50%;
				transform: translateY(-50%) translateX(-50%);
				padding: 4px 10px;
				background: #233246;
				font-size: 10px;
				font-weight: 700;
				letter-spacing: 0.1em;
				color: var(--wp--preset--color--main-colors-weiss);
				text-transform: uppercase;
			}
		}
	}
}