.partners-container{display:grid;grid-template-columns:1fr;gap:1rem}.tour-operator-card{background:#f3f3f3;border-radius:.2rem;display:flex;gap:1rem;justify-content:start;align-items:center;padding:.5rem .5rem .5rem 2rem}.tour-operator-card .tour-operator-logo{border-radius:50%;background:#fff;width:5rem;aspect-ratio:1;padding:.5rem}.tour-operator-card .tour-operator-logo img{width:100%;height:100%;object-fit:contain}@media only screen and (min-width: 768px){.partners-container{grid-template-columns:repeat(4,1fr)}.tour-operator-card{background:#f3f3f3;border-radius:.2rem;display:flex;gap:1rem;justify-content:center;align-items:center;padding:.5rem}}
