.case-hero-module{display:flex;flex-direction:column;gap:var(--spacing-8);padding-bottom:2rem;padding-top:5rem}.case-hero_img img{max-height:35rem;object-fit:cover;width:100%}.case-hero_details-wrapper{align-items:flex-start;display:flex;justify-content:space-between}.case-hero_client-detail{display:flex;flex:0 0 48%;flex-direction:column;gap:var(--spacing-1);overflow:hidden}.case-hero_summary,.case-hero_summary p{flex:0 0 48%;font-size:1.4rem;line-height:1.1;overflow:hidden}@media (max-width:1024px) and (min-width:769px){.case-hero-module,.case-hero_details-wrapper{gap:var(--spacing-8)}}@media (max-width:768px){.case-hero-module{gap:var(--spacing-6)}.case-hero_summary,.case-hero_summary p{font-size:1.2rem;line-height:1.1}.case-hero_details-wrapper{flex-direction:column;gap:var(--spacing-6)}}