.scroll-to-read__content {
	 display: flex;
	 flex-flow: column;
	 align-items: center;
	 gap: 60px;
}
 .scroll-to-read__head {
	 display: flex;
	 flex-flow: column;
	 align-items: center;
	 gap: 24px;
}
 .scroll-to-read__title {
	 font-family: "Poppins";
	 font-style: normal;
	 font-weight: 500;
	 font-size: 32px;
	 line-height: 120%;
	 text-align: center;
	 letter-spacing: -0.01em;
	 color: #0d499c;
	 max-width: 820px;
}
 .scroll-to-read__desc {
	 font-family: Poppins;
	 font-weight: 400;
	 font-size: 16px;
	 line-height: 140%;
	 letter-spacing: 0%;
	 text-align: center;
	 color: #898d90;
	 max-width: 575px;
}
 .scroll-to-read__slide {
	 height: 100%;
	 display: flex;
	 flex-flow: column;
	 align-items: center;
	 gap: 24px;
	 padding: 40px 32px;
	 border-radius: 12px;
	 background: #f3f4f4;
	 height: auto;
	 width: calc((100% - 32px)/3);
}
 .scroll-to-read__slide img {
	 width: 42px;
	 height: 42px;
	 aspect-ratio: 1;
}
 .scroll-to-read__body {
	 width: 100%;
}
 .scroll-to-read__body .swiper-wrapper {
	 justify-content: center;
}
 .scroll-to-read .swiper-wrapper {
	 display: flex;
	 gap: 16px;
}
 .scroll-to-read__slide-title {
	 font-family: Poppins;
	 font-weight: 600;
	 font-size: 24px;
	 line-height: 130%;
	 letter-spacing: -1%;
	 text-align: center;
	 color: #4d525a;
}
 .scroll-to-read__slide-desc {
	 font-family: Poppins;
	 font-weight: 400;
	 font-size: 16px;
	 line-height: 140%;
	 letter-spacing: 0%;
	 text-align: center;
	 color: #898d90;
	 max-width: 271px;
}
 @media (max-width: 1024px) {
	 .scroll-to-read__content {
		 gap: 40px;
	}
	 .scroll-to-read .swiper-wrapper {
		 display: block;
	}
	 .scroll-to-read__head {
		 gap: 16px;
	}
	 .scroll-to-read__title {
		 font-family: 'Poppins';
		 font-style: normal;
		 font-weight: 500;
		 font-size: 32px;
		 line-height: 120%;
		 text-align: center;
		 letter-spacing: -0.01em;
		 color: #0d499c;
	}
	 .scroll-to-read__desc {
		 font-family: 'Poppins';
		 font-style: normal;
		 font-weight: 400;
		 font-size: 14px;
		 line-height: 140%;
		 text-align: center;
		 color: #898d90;
	}
	 .scroll-to-read__slide {
		 padding: 32px 24px;
		 gap: 18px;
	}
	 .scroll-to-read__slide img {
		 width: 32px;
		 height: 32px;
	}
	 .scroll-to-read__slide-title {
		 font-family: 'Poppins';
		 font-style: normal;
		 font-weight: 600;
		 font-size: 18px;
		 line-height: 130%;
		 text-align: center;
		 letter-spacing: -0.01em;
		 color: #4d525a;
	}
	 .scroll-to-read__slide-desc {
		 font-family: 'Poppins';
		 font-style: normal;
		 font-weight: 400;
		 font-size: 14px;
		 line-height: 140%;
		 text-align: center;
	}
}
 