/* Was the inline <style> in services.html. */
.service-category-card .card-videos-grid .video-wide { height: 100%; object-fit: cover; }
.container-services .desktop-width .title { display: block; }
@media (max-width: 767px) {
  .photo-grid .photo-column:nth-child(3) {
    flex: 0 0 100%;
    max-width: 100%;
    flex-direction: row !important;
    align-items: flex-start;
    gap: 16px;
  }
  .photo-grid .photo-column:nth-child(3) .photo {
    flex: 1 1 0;
    min-width: 0;
    margin-bottom: 0;
  }
}
