.reseller-partners-wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;align-items:start}.partner-item{display:flex;flex-direction:column;align-items:center;text-align:center;width:120px;margin:0 auto}.partner-logo-container{width:120px;height:120px;display:flex;align-items:center;justify-content:center;border-radius:8px;margin-bottom:12px}.partner-logo{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.partner-logo img{width:100%;height:100%;object-fit:contain;padding:8px}.partner-country-info{display:flex;align-items:center;gap:8px}.partner-marker{width:20px;height:20px;display:flex;align-items:center;justify-content:center}.partner-marker svg{width:20px;height:20px;fill:#333}.partner-country-name{font-size:14px;font-weight:500;color:#333;line-height:1.4;max-width:140px;word-break:break-word}@media (max-width:1024px){.reseller-partners-wrapper{grid-template-columns:repeat(3,1fr);gap:24px}}@media (max-width:768px){.reseller-partners-wrapper{grid-template-columns:repeat(2,1fr);gap:20px}.partner-item{width:100px}.partner-logo-container{width:100px;height:100px}.partner-country-name{font-size:12px}}@media (max-width:480px){.reseller-partners-wrapper{grid-template-columns:repeat(2,1fr);gap:16px}.partner-item{width:80px}.partner-logo-container{width:80px;height:80px}.partner-marker svg{width:16px;height:16px}.partner-country-name{font-size:11px}}