@media(max-width:650px){
  .moving-gallery{padding:58px 0 62px;overflow:hidden}
  .moving-gallery .sectionhead{margin-bottom:27px;gap:10px}
  .moving-gallery .sectionhead h2{font-size:31px;line-height:1.14;letter-spacing:-.8px;margin:7px 0 4px}
  .moving-gallery .sectionhead>p{font-size:14px;line-height:1.6;margin:5px 0 0}
  .moving-gallery-grid{display:grid;grid-template-columns:minmax(0,1fr)!important;gap:18px}
  .moving-gallery-grid article,.moving-gallery-grid article:last-child{grid-column:auto!important;width:100%;border-radius:14px;box-shadow:0 10px 28px #17191d18}
  .moving-gallery-image,.moving-gallery-grid article:last-child .moving-gallery-image{width:100%;height:auto!important;aspect-ratio:4/3;background:#ececef}
  .moving-gallery-image img{width:100%;height:100%;object-fit:cover;object-position:center center;transform:none!important}
  .moving-gallery-image:after{height:30%;background:linear-gradient(transparent,#0005)}
  .moving-gallery-copy{padding:23px 20px 22px}
  .moving-gallery-copy span{right:17px;top:-23px;width:47px;height:47px;border-width:3px;font-size:12px}
  .moving-gallery-copy h3{font-size:20px;line-height:1.25;margin:0 54px 7px 0}
  .moving-gallery-copy p{font-size:14px;line-height:1.55}
}
@media(max-width:380px){
  .moving-gallery .sectionhead h2{font-size:28px}
  .moving-gallery-image{aspect-ratio:5/4}
  .moving-gallery-copy{padding-left:17px;padding-right:17px}
}
