#main-content section.cards__wrapper.full{padding:0}.desktop-image{display:none;visibility:hidden}.mobile-image{display:block;visibility:visible}section.cards__wrapper.full .content-wrapper{margin:0;max-width:none}section.cards__wrapper.full .card{display:flex;flex-direction:column;font-size:1.8rem;height:auto;position:relative;width:100%}section.cards__wrapper.full .card__content{align-items:flex-start;display:flex;flex:1;flex-direction:column;gap:20px;justify-content:flex-end;padding:80px 45px;position:relative;z-index:2}@media (min-width:500px){.mobile-image{display:none;visibility:hidden}.desktop-image{display:block;visibility:visible}}@media (max-width:767px){section.cards__wrapper.full .card{width:100%}}@media (min-width:960px){section.cards__wrapper.full .cards{display:flex}section.cards__wrapper.full .card{aspect-ratio:1/1;width:33.333333333333336%}section.cards__wrapper.full .card__content{padding:58px 45px}}section.cards__wrapper.full .card__content p{color:#fff}section.cards__wrapper.full .card__content span.button{color:var(--white);display:inline;font-size:16px;font-weight:500;margin-top:0;padding:0;text-align:left;text-transform:none}section.cards__wrapper.full .card__content span.button svg{margin-left:8px;vertical-align:middle}section.cards__wrapper.full .card:hover span.button svg{animation:bounce 2s infinite}section.cards__wrapper.full .card:hover span.button svg path{fill:#fff}section.cards__wrapper.full .card__content span.button--text:after,section.cards__wrapper.full .card__content span.button--text:before{display:none;opacity:0}section.cards__wrapper.full .card__image{bottom:0;height:100%;left:0;object-fit:cover;overflow:hidden;position:absolute;width:100%;z-index:1}section.cards__wrapper.full .card__image:before{background:linear-gradient(180deg,transparent,rgba(0,0,0,.8) 84.88%);bottom:0;content:"";display:block;left:0;position:absolute;right:0;top:0;z-index:2}section.cards__wrapper.full h3{color:var(--white);font-weight:500}section.cards__wrapper.full .card__image img{height:100%!important;object-fit:cover;transition:all .2s ease;width:100%!important}section.cards__wrapper.full .card:hover .card__image img{transform:scale(1.1)}@keyframes bounce{0%,20%,50%,80%,to{transform:translateX(0)}40%{transform:translateX(10px)}60%{transform:translateX(5px)}}