#shopify-section-template--20804669014256__service_menu_2025_v2 {

img {
  max-width: 261px;
  width: 261px;
  height: 100%;
  border: 0px;
  border: 2px solid #000000;
}

.box {
  background-color: #fefefe;
  overflow: auto;
  white-space: nowrap;
  padding: 10px;
}

div.box img {
  padding: 10px;
}

.item-light {
  margin: 0;
  pagging: 25px;
  width: 261px;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  background: no-repeat center center / cover;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  cursor: pointer;
  border: 2px solid #0000ff;
}

.item-dark {
  margin: 0;
  width: 261px;
  height: auto;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  background: no-repeat center center / cover;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  cursor: pointer;
  border: 2px solid #0000ff;
}

.item-light.active,
.item-dark.active {
  box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
}

.item-light:after,
.item-dark:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

@media (min-width: 768px) and (max-width: 991px) {
  
  .box .item {
    margin: 10px;
    width: 210px;
    height: 100%;
  }
  .box .item.active {
    width: 210px;
  }
}

@media (max-width: 767px) {
  .box {
    padding: 5px;
  }
  .box .item {
    margin: 5px;
    width: 105px;
  }
}
}