.box-service .box-service__image {
  aspect-ratio: 304/200;
  background-color: #c4c4c4;
}
.box-service .box-service__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
