#time-lyss-hero-wrapper {   font-family: 'Montserrat', sans-serif;   box-sizing: border-box;   max-width: 1460px;   margin: 0 auto;   padding: 20px; } #time-lyss-hero-wrapper *, #time-lyss-hero-wrapper *::before, #time-lyss-hero-wrapper *::after {   box-sizing: border-box; } #time-lyss-hero-section {   width: 100%;   margin-bottom: 20px; } #time-lyss-hero-grid {   display: grid;   grid-template-columns: repeat(3, 1fr);   gap: 15px;   width: 100%;   min-height: 550px; } #time-lyss-hero-panel-1, #time-lyss-hero-panel-2, #time-lyss-hero-panel-3 {   position: relative;   border-radius: 10px;   overflow: hidden;   display: flex;   flex-direction: column;   align-items: center;   justify-content: center;   text-align: center;   background-color: #e0d8cc; } #time-lyss-hero-panel-1 {   background-image: url("/public-users-files/8/uploads/2025/03/Banner_loyalty-programsin-New-York-NY.webp");   background-size: cover;   background-position: center center;   padding: 30px; } #time-lyss-hero-panel-1::before {   content: '';   position: absolute;   inset: 0;   background: rgba(0, 0, 0, 0.25);   z-index: 1; } #time-lyss-hero-panel-2 img, #time-lyss-hero-panel-3 img {   width: 100%;   height: 550px;   object-fit: cover;   border-radius: 10px;   display: block; } #time-lyss-hero-content-1 {   position: relative;   z-index: 2; } #time-lyss-hero-title {   font-family: "futura-pt", "Futura", sans-serif;   font-size: 40px;   font-weight: 500;   font-style: italic;   letter-spacing: 1px;   color: #ffffff;   line-height: 1.1;   margin-bottom: 15px;   text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3); } #time-lyss-hero-subtitle {   font-size: 18px;   font-weight: 400;   color: #ffffff;   text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); } #time-lyss-intro-container {   background: #ffffff;   padding: 40px;   text-align: center;   margin-top: 20px; } #time-lyss-intro-content {   max-width: 800px;   margin: 0 auto; } #time-lyss-intro-content h2 {   font-family: "futura-pt", "Futura", sans-serif;   font-size: 2.4rem;   font-weight: 500;   color: #222222;   line-height: 1.2;   margin-bottom: 20px; } #time-lyss-intro-content p {   font-size: 16px;   line-height: 1.6;   color: #555555;   margin-bottom: 15px; } #time-lyss-cta-wrapper {   margin-top: 25px; } #time-lyss-main-cta {   display: inline-block;   background-color: #222222;   color: #ffffff !important;   padding: 14px 32px;   border-radius: 4px;   font-weight: 500;   letter-spacing: 1px;   text-transform: uppercase;   font-size: 0.85rem;   text-decoration: none;   transition: background-color 0.2s ease; } #time-lyss-main-cta:hover {   background-color: #cc3366; } @media (max-width: 1024px) {   #time-lyss-hero-grid {     grid-template-columns: 1fr;   }   #time-lyss-intro-container {     padding: 25px 20px;   } }