.features-section{padding:68px 0;background:#FFFCF8;position:relative;animation:fadeInUp .8s cubic-bezier(.4,0,.2,1) .8s both}.features-container{max-width:1140px;margin:0 auto;padding:0 20px}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:26px;align-items:start}.feature-card{display:flex;flex-direction:column;align-items:center;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;opacity:0;animation:fadeInUp .6s cubic-bezier(.4,0,.2,1) both}.feature-card:first-child{animation-delay:.1s}.feature-card:nth-child(2){animation-delay:.2s}.feature-card:nth-child(3){animation-delay:.3s}.feature-card:nth-child(4){animation-delay:.4s}.feature-image-wrapper{position:relative;width:100px;height:47px;flex-shrink:0;aspect-ratio:118/55;margin-bottom:20px;border-radius:0;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.feature-image{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transition:transform .4s cubic-bezier(.4,0,.2,1)}.feature-content{max-width:238px}.feature-title{color:#000;text-align:center;font-family:Sabon Next LT Pro;font-size:20px;font-style:italic;font-weight:300;line-height:normal;margin:0 0 14px}.feature-description{color:#000;font-family:Parisine Pro Clair,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.5;margin:0;opacity:.8}@media (max-width:1024px){.features-section{padding:51px 0}.features-grid{grid-template-columns:repeat(2,1fr);gap:34px}.feature-image-wrapper{width:85px;height:40px;aspect-ratio:118/55}.feature-title{font-size:17px;font-style:italic;font-weight:300}.feature-description{font-size:13px}}@media (max-width:768px){.features-section{padding:35px 0}.features-container{padding:0 16px}.features-grid{grid-template-columns:repeat(2,1fr);gap:30px 20px}.feature-image-wrapper{width:80px;height:37px;aspect-ratio:118/55;margin-bottom:15px}.feature-image{-o-object-fit:contain;object-fit:contain}.feature-content{max-width:100%}.feature-title{font-size:16px;font-style:italic;font-weight:300;margin-bottom:8px}.feature-description{font-size:12px;line-height:1.4}}@media (max-width:480px){.features-section{padding:30px 0}.features-grid{gap:25px 15px}.feature-image-wrapper{width:70px;height:32px;aspect-ratio:118/55;margin-bottom:12px}.feature-image{-o-object-fit:contain;object-fit:contain}.feature-title{font-size:14px;font-style:italic;font-weight:300;margin-bottom:6px}.feature-description{font-size:11px;line-height:1.4}}