.projects-image.swiper {
	margin-bottom: 1.6rem;
	background: #d3d3d3;
	border-radius: 1.6rem;
	width: 100%;
}
.projects-image.swiper img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.projects-image.swiper .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	cursor: pointer;
}
.projects-link__name {
	cursor: pointer;
}

@media (max-width: 991px){
	.projects-image.swiper .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}
}
@media only screen and (min-width: 769px) {
	.projects-image.swiper {
		flex: 0 0 58.3rem;
		aspect-ratio: 1.61/1;
		margin-bottom: 0;
	}
}