.section-adventure-cards{position:relative;padding:1rem 0 2rem}.section-adventure-cards .cards-wrapper{display:grid;gap:2rem;max-width:600px;padding:2rem 0 0;margin:0 auto}.section-adventure-cards .cards-wrapper .card{display:grid;grid-template-rows:240px 1fr}.section-adventure-cards .cards-wrapper .card .card-featured-image{position:relative;overflow:hidden}.section-adventure-cards .cards-wrapper .card .card-featured-image>img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.section-adventure-cards .cards-wrapper .card .card-content-wrapper{display:flex;flex-direction:column;justify-content:space-between;padding:1.5rem}.section-adventure-cards .cards-wrapper .card .card-content-wrapper .card-title{font-size:2rem;font-weight:var(--light);margin-bottom:1rem}.section-adventure-cards .cards-wrapper .card .card-content-wrapper .btn{width:fit-content}.section-adventure-cards .section-button{display:flex;justify-content:center}.section-adventure-cards .section-button>.btn{width:fit-content}@media(min-width:901px){.section-adventure-cards .cards-wrapper{grid-template-columns:repeat(auto-fit,30%);gap:3%;justify-content:space-between;max-width:inherit}}