@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-cards__title {
	font-size: var(--font-size-h3);
	line-height: var(--line-height-h3);
	font-family: var(--font-family-electrolux);
	color: var(--blue-800);
	margin-bottom: 2rem;
	font-weight: 600;
}

.p-cards .swiper-wrapper {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	column-gap: 1.25rem;
	row-gap: 1rem;
}

.p-cards .swiper-pagination {
	display: -ms-flexbox;
	display: flex;
	column-gap: 0.63rem;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 2.5rem;
}

.p-cards .swiper-pagination-bullet {
	display: block;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 100px;
	background-color: #D9D5D2;
}

.p-cards .swiper-pagination-bullet-active {
	background-color: var(--primary);
	width: 0.75rem;
	height: 0.75rem;
	opacity: 0.5;
}

@media (max-width: 1023px) {

.p-cards .swiper-wrapper {
	display: -ms-flexbox;
	display: flex;
	column-gap: 0;
}

}

