.projects.swiper {overflow:visible}
.projects .single-project {display:flex; flex-direction: column; background:#fff; overflow:hidden;}
.projects .single-project .post-image {width:100%; display:flex;}
.projects .single-project .post-image img {width:100%; aspect-ratio:16/9; object-fit: cover;}
.projects .single-project .post-content {padding:var(--space-s)}
.projects .single-project .post-content h3 {margin:0px}