.tour__snapshot_slider{max-width:1100px;margin:40px auto}.tour__snapshot_header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.tour__snapshot_header h3{font-weight:600;font-size:22px;color:#222;padding:0;margin:0}.tour__snapshot_nav{display:flex;gap:5px}.tour__snapshot_nav button{background:#fff;color:grey;border:none;width:26px;height:26px;border-radius:50%;font-size:18px;cursor:pointer;border:1px solid lightgray;font-weight:500}.tour__snapshot_nav button:hover{background:lightgray}.tour__snapshot_container{overflow:hidden}.tour__snapshot_slides{display:flex;transition:transform .45s ease}.tour__snapshot_slide{min-width:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,auto);gap:20px;height:fit-content}.tour__snapshot_image{width:100%;height:240px;object-fit:cover;border-radius:14px;display:block}@media (max-width:768px){.tour__snapshot_slide{grid-template-rows:1fr;gap:12px}.tour__snapshot_image{height:180px}.tour__snapshot_header h3{font-size:22px;color:#222}.tour__snapshot_nav button{width:38px;height:38px;font-size:20px}}