.where-tech-makes-impact.light-grey {
			background-color: #FAFAFA;
		}
		.where-tech-makes-impact__wrapper {
			display: flex;
			justify-content: space-between;
			gap: 40px;
		}

		.where-tech-makes-impact__head h2,
		.where-tech-makes-impact__head h3 {
			color: var(--black-color);
		}

		.where-tech-makes-impact__head {
			display: flex;
			flex-direction: column;
		}

		.where-tech-makes-impact__section-name {
			margin-bottom: 24px;
			color: #4F4F4F;
		}

		.where-tech-makes-impact__cards {
			display: grid;
			grid-template-columns: 1fr 1fr;
			grid-template-rows: 1fr 1fr;
			gap: 16px;
		}

		.light-grey .where-tech-makes-impact__cards {
			gap: 64px;
			display: grid;
			grid-template-columns: repeat(auto-fill, minmax(min(18rem, 100%), 1fr));
		}

		.where-tech-makes-impact__card {
			display: flex;
			flex-direction: column;
			padding: 24px;
			box-sizing: border-box;
		}

		.light-grey .where-tech-makes-impact__card {
			padding: 0;
			border-top: 1px solid #CFCFCF;
			background-color: #FAFAFA;
		}

		.where-tech-makes-impact__card-icon {
			margin-bottom: 24px;
		}

		.light-grey .where-tech-makes-impact__card-icon {
			margin-bottom: 24px;
		}

		.where-tech-makes-impact__card-icon img {
			width: 48px;
			height: 48px;
		}

		.light-grey .where-tech-makes-impact__card-icon img {
			display: none;
		}

		.where-tech-makes-impact__card-title {
			margin-bottom: 16px;
			color: #0D1118;
		}

		.where-tech-makes-impact__card-content {
			color: #4F4F4F;
			font-size: 18px;
			line-height: 150%;
		}

		.where-tech-makes-impact__button {
			font-size: 16px;
			line-height: 1.3;
		}

		.where-tech-makes-impact__cards--mobile {
			display: none;
			width: 100%;
			overflow: hidden;
		}
		
		.where-tech-makes-impact__cards--mobile .swiper-slide {
			width: 100%;
			box-sizing: border-box;
		}

		@media screen and (min-width: 1201px) {

			.where-tech-makes-impact__head {
				flex-basis: 502px;
			}

			.where-tech-makes-impact__content {
				flex-basis: 783px;
			}
		}

		@media screen and (max-width: 1200px) {
			.where-tech-makes-impact__wrapper {
				flex-direction: column;
				gap: 40px;
			}

			.where-tech-makes-impact__title br {
				display: none;
			}
		}

		@media screen and (min-width: 769px) {
			section.where-tech-makes-impact {
				padding-top: 60px;
				padding-bottom: 60px;
			}

			.where-tech-makes-impact__button {
				margin-top: 40px;
				max-width: fit-content;
			}
		}

		@media screen and (max-width: 768px) {
			section.where-tech-makes-impact {
				padding-top: 40px;
				padding-bottom: 40px;
			}

			.where-tech-makes-impact.light-grey .where-tech-makes-impact__cards--mobile  {
				display: none;
			}

			.where-tech-makes-impact.where-tech-makes-impact-has-mobile-slider .where-tech-makes-impact__cards--mobile {
				display: block;
			}

			.where-tech-makes-impact__cards--mobile__pagination {
				display: flex;
				position: relative;
				align-items: center;
				justify-content: center;
				margin-top: 26px;
			}

			.where-tech-makes-impact__button {
				margin-top: 24px;
			}

			.where-tech-makes-impact__card-content {
				font-size: 16px;
			}

			.where-tech-makes-impact__cards {
				flex-direction: column;
				gap: 8px;
				display: flex;
			}

			.where-tech-makes-impact.where-tech-makes-impact-has-mobile-slider .where-tech-makes-impact__cards{
				display: none;
			}

			.where-tech-makes-impact.where-tech-makes-impact-has-mobile-slider .where-tech-makes-impact__card {
				background-color: #F3F5FB;
			}

			.where-tech-makes-impact.light-grey.where-tech-makes-impact-has-mobile-slider .where-tech-makes-impact__card{
				background-color: transparent;
			}

			.where-tech-makes-impact.light-grey.where-tech-makes-impact-has-mobile-slider .where-tech-makes-impact__cards {
				display: flex;
			}

			.where-tech-makes-impact.light-grey.where-tech-makes-impact-has-mobile-slider .where-tech-makes-impact__cards--mobile {
				display: none;
			}

			.where-tech-makes-impact__card {
				background: transparent;
				border-radius: 16px;
				padding: 32px 16px;
			}

			.light-grey .where-tech-makes-impact__cards {
				gap: 24px;
			}

			.light-grey .where-tech-makes-impact__card {
				border-radius: 0;
			
			}

			.light-grey .where-tech-makes-impact__card-icon {
				margin-bottom: 24px;
			}
		}
