@media screen and (min-width: 701px){
  #cat-head img {width:100%;}
}


@media screen and (max-width: 700px){
  #cat-head img {
    width:100%;
    height:200px;
    object-fit: cover;
    object-position: 50% 50%;
  }
}

#shop h2,
#payment h2,
#delivery h2 {margin-bottom:20px;}

#shop h3,
#shop p,
#payment h3,
#payment p,
#delivery h3,
#delivery p{margin-left:20px; margin-right:20px;}
