.recommended-map-destinations-container{box-sizing:border-box;flex-direction:column;justify-content:space-between;gap:16px;width:100%;padding:16px;display:flex}.recommended-map-destinations-container h2{color:#515151;margin:0;font-size:24px;font-weight:700}.recommended-map-destinations-container .recommended-map-destinations-wrapper{box-sizing:border-box;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;width:100%;display:grid}.recommended-map-destinations-container .recommended-map-destinations-wrapper>*{min-width:0}@media screen and (min-width:580px){.recommended-map-destinations-container .recommended-map-destinations-wrapper{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}}@media screen and (min-width:1024px){.recommended-map-destinations-container{flex-direction:row;max-width:1300px;margin:0 auto}.recommended-map-destinations-container h2{font-size:28px}.recommended-map-destinations-container .recommended-map-destinations-wrapper{flex-wrap:wrap;gap:16px;width:100%;display:flex}}@media screen and (min-width:1300px){.recommended-map-destinations-container{padding:0}}
