@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-icons {
	--margin-bottom-title: 4rem;
}

.p-icons__title {
	font-weight: 600;
	color: var(--blue-800);
	font-size: var(--font-size-h2);
	line-height: var(--line-height-h2);
	text-align: center;
	font-family: var(--font-family-electrolux);
	margin-bottom: var(--margin-bottom-title);
}

.p-icons .swiper-wrapper {
	column-gap: 1.88rem;
}

.p-icons .swiper-slide {
	width: calc(25% - 22.5px);
}

.p-icons .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-icons .swiper-pagination-bullet {
	display: block;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 100px;
	background-color: #D9D5D2;
}

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

.p-icon {
	--row-gap: 2rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	row-gap: var(--row-gap);
}

.p-icon__image {
	background-color: var(--grey);
	border-radius: 100px;
	width: 5rem;
	height: 5rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-icon__image img {
	width: 60%;
}

.p-icon__title {
	letter-spacing: var(--letter-spacing-text);
	line-height: var(--line-height-text);
}

@media (max-width: 1023px) {

.p-icons {
	--margin-bottom-title: 2rem;
}

.p-icons .swiper-wrapper {
	column-gap: 0;
}

.p-icons .swiper-slide {
	width: 100%;
}

.p-icon {
	--row-gap: 1.5rem;
}

}

