.lfr-layout-structure-item-container {padding: 0;}.lfr-layout-structure-item-row {overflow: hidden;}.card {
  width: 216px;
  height: 140px;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}

.card img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  border-radius: 20px; 
  position: absolute;
  top: 0;
  left: 0;
}
/* Default font size for desktop and larger screens */
.carousel-banner-item-description {
    font-size: 40px; /* Adjust this value as needed for desktop */
}

/* Font size for mobile devices */
@media only screen and (max-width: 768px) {
    .carousel-banner-item-description {
        font-size: 35px; /* Adjust this value as needed for mobile */
    }
}
@media (min-width: 1024px) {
    .carousel-banner-item-description {
        max-width: 720px;
    }
}

.lfr-layout-structure-item-8f69b108-9872-70de-cbb9-cbbba1d67aab {
display: none !important;
}
