html,body{max-width:100%;overflow-x:hidden}
.service-detail{display:grid;grid-template-columns:210px minmax(0,1fr);gap:30px;align-items:start;max-width:100%;overflow:hidden}
.service-detail-copy{min-width:0;max-width:100%}
.service-detail-copy img{max-width:100%;height:auto}
.service-officer{min-width:0;max-width:210px;overflow:hidden;border-radius:18px;box-shadow:0 12px 30px #80342e2b}
.service-officer-photo{display:block;width:100%;height:190px;overflow:hidden;font-size:70px}
.service-officer-photo img{display:block;width:100%;height:100%;max-width:100%;object-fit:cover;object-position:center top}
.service-officer-body{padding:16px;overflow-wrap:anywhere}
.service-officer-body h3{font-size:1rem;line-height:1.3}
.service-officer-body p{font-size:.78rem}
.service-officer-body small{margin-top:9px;font-size:.7rem}
.service-officer-fallback .service-officer-photo{height:150px}
@media(max-width:767px){
  .content-page .container{max-width:100%;padding-left:14px;padding-right:14px}
  .info-panel.service-detail{display:block!important;width:100%!important;max-width:100%!important;padding:18px!important;overflow:hidden!important}
  .service-officer{display:flex!important;align-items:stretch;width:100%!important;max-width:100%!important;margin:0 0 24px!important;border-radius:16px!important}
  .service-officer-photo,.service-officer-fallback .service-officer-photo{flex:0 0 92px!important;width:92px!important;min-width:92px!important;height:112px!important}
  .service-officer-photo img{width:92px!important;height:112px!important;max-width:92px!important;object-fit:cover!important;object-position:center top!important}
  .service-officer-body{display:flex;min-width:0;flex:1;flex-direction:column;justify-content:center;padding:12px!important}
  .service-officer-body>span{font-size:.58rem!important;letter-spacing:.8px!important}
  .service-officer-body h3{margin:4px 0 2px!important;font-size:.88rem!important;line-height:1.25!important}
  .service-officer-body p{margin:0!important;font-size:.7rem!important}
  .service-officer-body small{margin-top:5px!important;font-size:.62rem!important}
  .service-detail-copy{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important}
  .service-detail-copy>h2{font-size:1.55rem!important;line-height:1.2}
  .service-detail-copy .lead{font-size:1rem!important;line-height:1.55}
  .service-detail-copy>div:not(.service-facts){font-size:.9rem;line-height:1.7;overflow-wrap:anywhere}
  .service-facts{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;width:100%!important}
  .service-facts>span{width:100%!important;min-width:0!important}
}
