@media(max-width:768px){
  body{overflow-x:hidden;overflow-wrap:break-word}
  img,video,iframe{max-width:100%!important}
  [style*="grid-template-columns"]{grid-template-columns:1fr!important}
  section [style*="justify-content:space-between"]{flex-direction:column!important;align-items:center!important;gap:0.5rem!important}
  footer [style*="display:flex"]{flex-wrap:wrap!important}
}
@media(max-width:480px){
  .email-capture>div{flex-wrap:wrap!important}
  .email-capture>div>*{flex:1 1 100%!important}
}