.swiper-container-wrapper.swiper-style-fachbereiche{
	.swiper-slide{
		height: auto;

		.wrapper{
			height: 100%;
			padding: 50px 40px 60px;
			background: var(--c);
			text-align: center;

			@media (max-width: 1399px){
				padding: 40px 30px;
			}

			@media (max-width: 767px){
				padding: 36px 24px;
			}

			img{
				width: 148px;
				aspect-ratio: 1;
				object-fit: scale-down;
			}

			h3{
				margin: 36px 0 20px;
			}
		}
	}
	:is(.swiper-button-next, .swiper-button-prev){
		--arrow-top: calc( 50% - 32px );

		@media (max-width: 649px){
			display: none;
		}
	}
}