.case-studies-tech {
			padding-top: 60px;
			padding-bottom: 60px;
		}

		.case-studies-tech__title {
			margin-bottom: 40px;
		}

		.case-studies-tech__post-list--mobile {
			display: none;
		}

		.case-studies-tech__heading {
			color: var(--black-color);
		}

		.case-studies-tech__post-list {
			display: grid;
			grid-template-columns: repeat(auto-fill, minmax(min(30rem, 100%), 1fr));
			gap: 16px;
		}

		.case-studies-tech__post-card {
			border: 1px solid #CFCFCF;
			border-radius: 16px;
			overflow: hidden;
			position: relative;
		}

		.case-studies-tech__post-card:hover .case-studies-tech__post-card-body h4 {
			color: #1629D6;
		}

		.case-studies-tech__post-card-permalink::after {
			content: "";
			left: 0;
			top: 0;
			right: 0;
			bottom: 0;
			position: absolute;
		}

		.case-studies-tech__post-card-body {
			padding: 24px;
			background-color: #FEFEFE;
		}

		.case-studies-tech__post-card-body h4,
		.case-studies-tech__post-card-body h5 {
			color: var(--black-color);
			margin-bottom: 8px;
			transition: color 150ms ease;
		}

		.case-studies-tech__post-card-body p {
			color: var(--grey-600, #4f4f4f);
			margin-bottom: 16px;
		}

		.case-studies-tech__post-card img {
			width: 100%;
    height: auto;
			aspect-ratio: 84 / 65;
			object-fit: cover;
		}

		.case-studies-tech__title {
			display: flex;
			align-items: center;
			justify-content: space-between;
			gap: 40px;
		}

		.case-studies-tech__paragraph {
			margin-bottom: 24px;
		}

		.case-studies-tech__post-card-catigories {
			display: flex;
			align-items: center;
			gap: 8px;
			flex-wrap: wrap;
		}

		.case-studies-tech__post-card-catigory {
			padding: 8px 16px;
			border-radius: 24px;
			background-color: #F3F5FB;
		}

		.case-studies-tech__post-list--mobile-swiper-pagination {
			display: flex;
			align-items: center;
			justify-content: center;
			margin-top: 24px;
		}

		.case-studies-tech__post-list--swiper {
			width: 100%;
			overflow: hidden;
		}

		.case-studies-tech__post-list--swiper .swiper-slide {
			width: 100%;
			box-sizing: border-box;
		}

		.case-studies-tech__post-list--mobile-swiper-pagination {
			position: relative;
			margin-top: 32px;
			text-align: center;
		}

		.case-studies-tech__post-list--mobile-swiper-pagination .swiper-pagination-bullet-active {
			background: #1629D6;
		}

		@media (max-width: 768px) {
			.case-studies-tech {
				padding-top: 40px;
				padding-bottom: 40px;
			}

			.case-studies-tech__post-card-body h4,
			.case-studies-tech__post-card-body h5 {
				margin-bottom: 4px;
			}

			.case-studies-tech__title {
				margin-bottom: 24px;
			}

			.case-studies-tech__paragraph {
				margin-bottom: 16px;
			}

			.case-studies-tech__title .standard__btn {
				width: 100%;
				margin-bottom: 40px;
			}

			.case-studies-tech__title {
				flex-direction: column;
			}

			.case-studies-tech__post-list {
				display: none;
			}

			.case-studies-tech__post-list--mobile {
				display: block;
			}
		}
