@media screen and (min-width:1024px){.locked-card{display:flex;flex-direction:row;width:800px}.locked-card .images{width:400px}}@media screen and (max-width:1024px){.locked-card{width:clamp(300px,95%,500px)}}@supports (aspect-ratio:auto){.locked-card figure{aspect-ratio:1}}@supports not (aspect-ratio:auto){.locked-card figure:before{content:"";float:left;padding-bottom:100%}.locked-card figure:after{clear:left;content:"";display:table}}.locked-card header{text-align:center}@media screen and (min-width:1024px){.locked-card header{padding:40px;width:400px}}.locked-card header h3{font-size:18px;margin:40px 0}.locked-card header .copy{font-size:16px;margin:40px 0}
