.adventure-wrapper{background:var(--content-bg);border-radius:1rem;padding:2rem 8rem}@media screen and (max-width:1024px){.adventure-wrapper{padding:1rem 4rem}}@media screen and (max-width:768px){.adventure-wrapper{padding:1rem 1.25rem}}.adventure-wrapper .adventure-section{padding:0 1rem;max-width:var(--main-content-max-width);margin:0 auto;width:100%}.adventure-wrapper .adventure-section .button-wrapper{display:flex;gap:1rem;width:100%;justify-content:center;flex-wrap:wrap}.adventure-wrapper .adventure-section .content-container{display:flex;flex-direction:column;gap:var(--content-space)}.adventure-wrapper .adventure-section .content-container .data-wrapper{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(30%,280px),1fr));gap:1.5rem}@media screen and (max-width:1300px){.adventure-wrapper .adventure-section .content-container .data-wrapper{grid-template-columns:repeat(auto-fill,minmax(min(45%,320px),1fr))}}@media screen and (max-width:768px){.adventure-wrapper .adventure-section .content-container .data-wrapper{grid-template-columns:repeat(auto-fill,minmax(100%,1fr))}}