.what-we-stand-for-section {
			padding-top: 60px;
			padding-bottom: 60px;
			overflow: hidden;
			opacity: 0;
		}

		.what-we-stand-for-section__content {
			color: #06063C;
			display: grid;
			grid-template-columns: 1fr 1fr;
			gap: 40px;
		}

		.what-we-stand-for-section__content p {
			font-size: 20px;
			line-height: 1.5;
		}

		.what-we-stand-for-section__paragraph {
			margin-bottom: 40px;
		}

		.what-we-stand-for-section__list {
			width: 100%;
			margin-top: 40px;
			display: none;
		}

		.what-we-stand-for-section__card {
			border-radius: 16px;
			padding: 24px;


		}

		.what-we-stand-for-section__list.swiper {
			overflow: visible !important;
		}

		.what-we-stand-for-section__list .swiper-slide {
			width: 322px;
			box-sizing: border-box;
		}

		.what-we-stand-for-section__card img {
			width: 100%;
			max-width: 274px;
			height: auto;
			border-radius: 8px;
			object-fit: cover;
			margin-bottom: 24px;
		}

		.what-we-stand-for-section__card.what-we-stand-for-section__style-dark-blue {
			background-color: #06063C;
			box-shadow: inset 0 0 32px 0 #30377F;
		}

		.what-we-stand-for-section__card.what-we-stand-for-section__style-dark-blue p {
			color: #FEFEFE;
		}

		.what-we-stand-for-section__card.what-we-stand-for-section__style-blue {
			background-color: #373CC2;
			box-shadow:
				inset 0 2px 12px 0 rgba(255, 255, 255, 0.6),
				inset 0 -2px 16px 0 rgba(6, 6, 60, 0.4);
		}

		.what-we-stand-for-section__card.what-we-stand-for-section__style-blue p {
			color: #FEFEFE;
		}

		.what-we-stand-for-section__card.what-we-stand-for-section__style-light-blue {
			background-color: #F3F5FB;
			color: var(--black-color);
			border: 1px solid #E4EBFF;
			box-shadow: inset 0 0 24px 0 rgba(55, 60, 194, 0.2);
		}

		.what-we-stand-for-section__card.what-we-stand-for-section__short.what-we-stand-for-section__style-dark-blue .what-we-stand-for-section__quote {
			margin-bottom: 24px;
		}

		.what-we-stand-for-section__card.what-we-stand-for-section__long.what-we-stand-for-section__style-dark-blue .what-we-stand-for-section__quote {
			margin-bottom: 24px;
		}

		.what-we-stand-for-section__pagination {
			position: relative;
			margin-top: 24px;
			text-align: center;
		}

		.what-we-stand-for-section__pagination .swiper-pagination-bullet-active {
			background-color: #1629D6;
		}

		.what-we-stand-for-section__quote {
			font-weight: 400;
			font-size: 18px;
			line-height: 1.5;
			margin-bottom: 24px;
		}

		.what-we-stand-for-section__author {
			font-size: 16px;
			font-weight: 500;
			line-height: 1.5;
			margin-bottom: 4px;
		}

		.what-we-stand-for-section__position {
			font-size: 14px;
			line-height: 1.5;
		}

		.what-we-stand-for-section__title,
		.what-we-stand-for-section__description {
			opacity: 0;
			transform: translateY(-30px);
		}

		.what-we-stand-for-section__list-desktop {
			margin-top: 40px;
		}

		.what-we-stand-for-section__list-desktop--wrapper {
			display: flex;
			flex-wrap: nowrap;
			gap: 16px;
			align-items: start;
			opacity: 0;
			transform: translateY(-20px);
		}

		.what-we-stand-for-section__list-desktop .what-we-stand-for-section__card {
			min-width: 322px;
			max-width: 322px;
			flex-shrink: 0;
			box-sizing: border-box;
		}

		.what-we-stand-for-section__list-desktop .what-we-stand-for-section__card:last-child {
			margin-right: 40px;
		}

		.what-we-stand-for-section__list-desktop .what-we-stand-for-section__card img {
			max-width: unset;
		}

		@media (max-width: 768px) {
			.what-we-stand-for-section__list {
				display: block;
			}

			.what-we-stand-for-section {
				padding-top: 40px;
				padding-bottom: 40px;
			}

			.what-we-stand-for-section__paragraph {
				margin-bottom: 16px;
			}

			.what-we-stand-for-section__content {
				grid-template-columns: 1fr;
				gap: 24px;
			}

			.what-we-stand-for-section__list-desktop {
				display: none;
			}
		}
