.service-detail {
  
  
  
  max-width:900px
}



.service-detail>p {
  
  
  
  font-size:1.25rem;
  
  
  
  line-height:1.75;
  
  
  
  max-width:760px
}



.service-gallery {
  
  
  
  background:#f5f6f6;
  
  
  
  max-width:none;
  
  
  
  padding-left:max(28px,calc((100% - 1184px)/2));
  
  
  
  padding-right:max(28px,calc((100% - 1184px)/2))
}



.gallery-grid {
  
  
  
  display:grid;
  
  
  
  grid-template-columns:repeat(3,1fr);
  
  
  
  gap:16px;
  
  
  
  margin-top:38px
}



.gallery-grid a {
  
  
  
  display:block;
  
  
  
  overflow:hidden;
  
  
  
  background:#2b2f31
}



.gallery-grid img {
  
  
  
  display:block;
  
  
  
  width:100%;
  
  
  
  height:250px;
  
  
  
  object-fit:cover;
  
  
  
  transition:transform .25s
}



.gallery-grid a:hover img {
  
  
  
  transform:scale(1.04)
}



.admin-form select {
  
  
  
  width:100%;
  
  
  
  padding:12px;
  
  
  
  margin-top:7px;
  
  
  
  border:1px solid #d8dddd;
  
  
  
  background:#fff;
  
  
  
  font:inherit
}



.item-list a {
  
  
  
  color:#2272a8;
  
  
  
  font-size:.8rem;
  
  
  
  font-weight:bold;
  
  
  
  text-decoration:none
}



@media(max-width:760px) {
  
  
  
  .gallery-grid {
    
    
    
    grid-template-columns:1fr
  }
  
  
  
  .gallery-grid img {
    
    
    
    height:230px
  }
}
