.featured-cards__card-container{}.featured-cards__card{display:block;position:relative;padding-top:calc(1030 / 800 * 100%);height:0;width:100%;box-sizing:border-box;margin-bottom:10px}.featured-cards__card-container:last-of-type>.featured-cards__card{margin-bottom:0}.featured-cards__card-background{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.featured-cards__card-background picture,.featured-cards__card-background img{object-fit:cover;height:100%;width:100%;transition:.5s ease-in-out}.featured-cards__card:hover .featured-cards__card-background img,.featured-cards__card:hover .featured-cards__card-background picture{transform:scale(1.05)}.featured-cards__card-inner{position:absolute;bottom:0;left:0;width:100%;padding:26px 24px}.featured-cards__card-heading{color:#fff;font-weight:700;margin-top:0;margin-bottom:0;font-size:24px}.featured-cards__card-content-container{display:flex;justify-content:space-between;align-items:center}.featured-cards__card-content{color:#fff;margin-bottom:0;margin-top:0;font-size:12px;line-height:1.4;max-width:230px}.featured-cards__card-content-button{flex-shrink:0;width:22px;height:12px;display:flex;align-items:center;margin-left:10px}.featured-cards__card-content-button span{height:1px;width:22px;display:block;overflow:hidden;position:relative}.featured-cards__card-content-button span::before,.featured-cards__card-content-button span::after{content:'';display:block;background-color:#fff;height:1px;width:22px;position:absolute;transition:.3s ease-in-out}.featured-cards__card-content-button span::before{left:0;animation:MoveLefRightBeforeMobile 3s ease-in-out infinite}.featured-cards__card-content-button span::after{left:29px;animation:MoveLefRightAfterMobile 3s ease-in-out infinite}@keyframes MoveLefRightBeforeMobile{0%,40%{left:0}20%{left:-29px}}@keyframes MoveLefRightAfterMobile{0%,40%{left:29px}20%{left:0}}@media screen and (min-width:540px){.featured-cards__card-heading{font-size:28px}.featured-cards__card-content{font-size:16px}}@media screen and (min-width:768px){.featured-cards__grid{display:flex;margin-left:-25px}.featured-cards__card-container{width:50%;flex:1 0 50%;padding-left:25px}.featured-cards__card{margin-bottom:0}.featured-cards__card-inner{padding:26px 32px;width:auto}.featured-cards__card-heading{font-size:30px}.featured-cards__card-content{font-size:14px;max-width:350px}.featured-cards__card-content-button{width:37px;height:21px}.featured-cards__card-content-button span{width:30px;height:2px}.featured-cards__card-content-button span::before,.featured-cards__card-content-button span::after{width:30px;height:2px}.featured-cards__card-content-button span::before{left:0;animation:MoveLefRightBeforeDesktop 3s ease-in-out infinite}.featured-cards__card-content-button span::after{left:37px;animation:MoveLefRightAfterDesktop 3s ease-in-out infinite}}@media screen and (min-width:1024px){.featured-cards__card-inner{padding:32px 40px}.featured-cards__card-heading{font-size:40px}.featured-cards__card-content{font-size:18px}.featured-cards__card-content-button{margin-left:20px}}@keyframes MoveLefRightBeforeDesktop{0%,40%{left:0}20%{left:-37px}}@keyframes MoveLefRightAfterDesktop{0%,40%{left:37px}20%{left:0}}