<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*========= section-4 ========= */
section.tvnshlel-section .owl-carousel img {
  box-shadow:0 0 6px 2px  rgba(0, 0, 0, 0.068) ;
  border-radius: 20px;
  padding: 18px 25px;
  margin: 0;
  object-fit: contain;
}

section.tvnshlel-section .owl-carousel .owl-stage {
  position: relative;
  display: flex;
  align-items: baseline;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
}

section.tvnshlel-section .owl-carousel .owl-stage .owl-item {
  padding: 18px;
  margin-left: 5px;
}

section.tvnshlel-section .owl-carousel img:hover {
  box-shadow: 1px 1px 6px gray;
}</pre></body></html>