.cases-list{display:grid;gap:2.1875rem;grid-template-columns:1fr}.cases-list__item{display:flex;flex-direction:column;gap:.8125rem}.cases-list__img{aspect-ratio:373/247;border-radius:10px;min-height:220px;overflow:hidden;position:relative;width:100%}.cases-list__img img{height:-webkit-fill-available;left:50%;min-height:100%;min-width:100%;object-fit:cover;position:absolute;top:50%;transform:translate(-50%,-50%);width:-webkit-fill-available}.cases-list__post-link,.cases-list__post-link:hover{color:inherit;text-decoration:none}.cases-list__client-name{display:inline-block;font-size:.8125rem;font-weight:700;line-height:150%;margin-bottom:.375rem}.cases-list__post-title{border-bottom:1px solid #cecece;font-size:1rem;font-weight:700;line-height:140%;margin-bottom:.875rem;padding-bottom:.875rem}.cases-list__tags{display:grid;font-size:.75rem;gap:.25rem;grid-template-columns:3.75rem 1fr;line-height:150%;margin:0;padding:0;width:100%}.cases-list__tags dt{font-weight:700;margin:0}.cases-list__tags dd{font-weight:500;margin:0}@media (min-width:640px){.cases-list{gap:2.1875rem 1.25rem;grid-template-columns:repeat(2,1fr)}}@media (min-width:767px){.cases-list{gap:3.75rem 2.1875rem}.cases-list__img{border-radius:20px}.cases-list__client-name{font-size:.875rem}.cases-list__post-title{font-size:1.25rem}.cases-list__tags{font-size:.875rem;grid-template-columns:4.5625rem 1fr}}@media (min-width:1000px){.cases-list{grid-template-columns:repeat(3,1fr)}}