Our news

Catch up with our latest adventures over here!

Spotlight on Switzerland

This summer we’re travelling to the International Scout Centre for the adventure of a lifetime! Find out more here >















.card-grid {
display: grid !important;
grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
gap: 20px;
}

@media (max-width: 768px) {
.card-grid {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
}