@media screen and (max-width: 768px) {
  .keni-main_outer.keni-main_outer--top .service ul li figure img {
    height: 40vh;
  }
}

.dropdown-menu__right {
  width: 100%;
  gap: 30px;
}

.service_image {
  /* 
  flex-shrink: 0; */
}
.service_image img,
.dropdown-item2 img {
  aspect-ratio: 16/9;
  height: 200px !important;
  object-fit: cover !important;
}

.dropdown-item1 .img-zoom {
  cursor: pointer;
  object-fit: cover;
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
}
.dropdown-item2 .img-zoom {
  cursor: pointer;
  max-width: 500px;
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
}

.img-zoom img {
  height: auto;
  transition: transform 0.6s ease;
}

@media screen and (max-width: 1366px) {
  .l-accordion__title {
    font-size: 14px;
  }
}
