.telegram-container{display:flex;flex-direction:column;flex-grow:1;align-items:center;width:100%;margin-top:50px;background-color:var(--background-color2)}.telegram-title{display:flex;align-items:center;gap:20px;max-width:1280px;padding:30px 30px 0;font-size:1.5rem;font-weight:unset}.telegram-qr-code{width:115px;height:auto;border-radius:3px}.telegram-cards{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:20px;gap:20px;flex-grow:1;max-width:1280px;padding:30px}.telegram-card{display:flex;flex-direction:column;justify-content:space-between;align-items:center;width:100%;height:100%}.telegram-card-img{width:100%;height:auto;border-radius:3px;cursor:pointer}@media (max-width:1024px){.telegram-qr-code{width:105px}}@media (max-width:768px){.telegram-title{padding:20px 20px 0}.telegram-qr-code{width:95px}.telegram-cards{grid-template-columns:repeat(4,1fr);padding:20px}}@media (max-width:640px){.telegram-cards{grid-template-columns:repeat(3,1fr)}}@media (max-width:480px){.telegram-title{gap:5px;padding:20px 10px 0}.telegram-qr-code{width:80px}.telegram-cards{grid-template-columns:repeat(2,1fr);gap:10px;padding:20px 10px}}