.large-gallery {
  padding: 50px 0 100px;
  background-color: var(--grey-color);
  position: relative;
}
.large-gallery h2 {
  margin-bottom: 45px;
}
.large-gallery .gallery-row {
  background-color: var(--default-white);
  border-radius: 12px;
}
.large-gallery .gallery-row .gallery-img img.mobile-img {
  display: none;
}
.large-gallery .row-column {
  display: flex;
  flex-direction: row;
  height: 100%;
}
.large-gallery .gallery-column {
  padding: 70px 50px;
  width: 100%;
  max-width: 54%;
}

.large-gallery h3 .title-link {
  display: flex;
  align-items: center;
  gap: 35px;
  margin-bottom: 20px;
  line-height: 34px;
  text-decoration: none;
  color: var(--black-color);
}
.large-gallery h3 .icon {
  display: flex;
  width: 58px;
  height: 58px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  aspect-ratio: 1/1;
  border-radius: 4px;
}
.large-gallery p {
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 35px;
}
.large-gallery ul {
  list-style: none;
  padding: 0 0 25px;
  margin: 0;
}
.large-gallery ul li {
  border-radius: 4px;
}
.large-gallery ul li .service_link {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  padding: 20px;
  margin-bottom: 10px;
  display: flex;
  gap: 20px;
  align-items: center;
  transition: all 0.3s ease;
  border-radius: 4px;
  text-decoration: none;
  color: var(--black-color);
}
.large-gallery .gallery-img .lottie-container {
  height: 100%;
  max-height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
  z-index: 2;
}
.large-gallery .gallery-row .lottie-container.lottie-container-desktop{
	display: block;
}
.large-gallery .gallery-row .lottie-container.lottie-container-mobile{
	display: none;
}
.large-gallery .gallery-img {
  height: 707px;
  min-height: 100%;
  width: 100%;
  max-width: 46%;
  position: relative;
}
.large-gallery .gallery-img img {
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  object-fit: cover;
  border-radius: 12px;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 1;
}
.large-gallery .swiper-slide {
  background-color: var(--default-white);
  opacity: 0 !important;
  border-radius: 12px;
}
.large-gallery .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.large-gallery .gallery-column ul li .service_link img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.large-gallery .green ul li:hover {
  background-color: #e1fadc;
}
.large-gallery .purple ul li:hover {
  background-color: #e8deff;
}
.large-gallery .orange ul li:hover {
  background-color: #ffe4d6;
}
.large-gallery .blue ul li:hover {
  background-color: #d5e2ff;
}

@media only screen and (max-width: 1024px) {
  .large-gallery .gallery-column {
    padding: 50px 40px;
  }
  .large-gallery .gallery-img {
    height: auto;
    min-height: max-content;
  }
  .large-gallery ul li .service_link {
    padding: 10px;
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .large-gallery p {
    line-height: 20px;
  }
  .large-gallery h2 {
    margin-bottom: 13px;
  }
  .large-gallery {
    padding: 44px 0;
  }
  .large-gallery .gallery-row {
    padding-left: 0;
    overflow: hidden;
  }
  .large-gallery .row-column {
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
  .large-gallery .gallery-img {
    width: 100%;
    max-width: 100%;
  }
  .large-gallery .gallery-column {
    max-width: 100%;
    padding: 44px 35px;
  }
  .large-gallery p {
    line-height: 14px;
    margin-bottom: 18px;
  }
  .large-gallery h3 .title-link {
    gap: 20px;
    line-height: normal;
  }
  .large-gallery ul li {
    margin-bottom: 0;
    font-size: 0.875rem;
  }
  .large-gallery ul li .service_link {
    font-size: 0.875rem;
  }
  .large-gallery .gallery-row {
    overflow: visible;
    background: none;
  }
  .large-gallery .swiper-wrapper {
    overflow: hidden;
    border-radius: 12px;
  }
  .large-gallery.section .swiper-gallery-large {
    padding-bottom: 100px;
  }
  .large-gallery h3 .icon {
    width: 44px;
    height: 44px;
  }
  .large-gallery h3 .icon svg {
    height: 24px;
  }
  .large-gallery .gallery-row .gallery-img img {
    display: none;
  }
  .large-gallery .gallery-row .gallery-img {
/*     height: max-content; */
	height: auto;
    min-height: auto;
	aspect-ratio: 10/6;
  }
  .large-gallery .gallery-row .gallery-img img.mobile-img {
    display: block;
/*     height: auto; */
/*     aspect-ratio: 1.74/1; */
  }
	.large-gallery .gallery-row .lottie-container.lottie-container-desktop{
		display: none;
	}
	.large-gallery .gallery-row .lottie-container.lottie-container-mobile{
		display: block;
	}
  .swiper-gallery-large {
    position: relative;
  }
}
