/* Add custom CSS styles below */ 
.copyright-text p{
  color :#000;
}

#app > div.app-inner.flex.flex-col.min-h-full > section.w-full.relative.section-spacing{
  height: 180px; !important
}

#app > div.app-inner.flex.flex-col.min-h-full > section.w-full.relative.section-spacing.h-\[180px\] > div{
      height: 220px;
      transform: translateY(0%);
}
@media (max-width: 767px) {
  #app > div.app-inner.flex.flex-col.min-h-full > section.products_slider_banner_video.section-spacing.reverse.mx-3 > div > div.w-\[100\%\].md\:w-\[30\%\].h-inherit.athena-slide-down-top.athena-animate > div{
        display: flex;
    align-items: center;
  }
    #app > div.app-inner.flex.flex-col.min-h-full > section.products_slider_banner_video.section-spacing.reverse.mx-3 > div > div.w-\[100\%\].md\:w-\[30\%\].h-inherit.athena-slide-down-top.athena-animate > div > img {
        object-fit: fill;
        width: 85%;
        height: 100%;
      border-radius: 12px;
    }
}