@font-face {
	font-family: "Electrolux";
	font-weight: 700;
	src: url("../webfonts/electrolux/ElectroluxSans_5_Bold.otf") format("opentype");
}

@font-face {
	font-family: "Electrolux";
	font-weight: 600;
	src: url("../webfonts/electrolux/ELECTROLUXSANS_4_SEMIBOLD.ttf") format("truetype");
}

@font-face {
	font-family: "Electrolux";
	font-weight: 400;
	src: url("../webfonts/electrolux/ElectroluxSans_3_Regular.otf") format("opentype");
}

@font-face {
	font-family: "Noto Sans";
	font-weight: 400;
	src: url("../webfonts/noto/NotoSans-Regular.ttf") format("truetype");
}

@font-face {
	font-family: "Noto Sans";
	font-weight: 600;
	src: url("../webfonts/noto/NotoSans-SemiBold.ttf") format("truetype");
}

.p-solutions-cards .container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 1.5rem;
}

.p-solutions-cards__title {
	font-size: var(--font-size-h2);
	line-height: var(--line-height-h2);
	color: var(--blue-800);
	font-family: var(--font-family-electrolux);
	font-weight: 600;
}

.p-solutions-cards__text {
	letter-spacing: var(--letter-spacing-text);
}

.p-solutions-cards__contents {
	display: -ms-flexbox;
	display: flex;
	column-gap: 1rem;
	row-gap: 1rem;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-solutions-cards .n-solution-teaser {
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 50%;
}

.p-solutions-cards .n-solution-teaser .n-teaser__wrap::before {
	background-color: rgba(0, 0, 0, 0.15);
}

.p-solutions-cards .n-solution-teaser .n-teaser__wrap:hover:before {
	background-color: rgba(0, 0, 0, 0.45);
}

.p-solutions-cards .teaser-image {
	padding-bottom: 90%;
}

.p-solutions-cards .less-items .teaser-image {
	padding-bottom: 60%;
}

@media (max-width: 1023px) {

.p-solutions-cards__contents {
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-solutions-cards .n-solution-teaser {
	max-width: 100%;
	width: 100%;
}

.p-solutions-cards .less-items .teaser-image {
	padding-bottom: 90%;
}

}

