.services_image {
  max-width: 397px;
  width: 100%;
  height: 368px !important;
  object-fit: cover;
}
@media (max-width: 768px) {
  .services_image {
    max-width: 193px;
    height: 178px !important;
  }
}
