.app-venues-list{display:grid;grid-template-columns:repeat(auto-fit,70px);grid-gap:16px;justify-content:start}@media (min-width:768px){.app-venues-list{grid-gap:24px;grid-template-columns:repeat(auto-fit,100px)}}@media (min-width:1024px){.app-venues-list{grid-template-columns:repeat(auto-fit,101px)}}@media (min-width:1440px){.app-venues-list{grid-template-columns:repeat(auto-fit,118px)}}.app-venues-list__logo{border-radius:50%;flex-grow:0;height:70px;width:70px}@media (min-width:768px){.app-venues-list__logo{height:100px;width:100px}}@media (min-width:1440px){.app-venues-list__logo{height:118px;width:118px}}.app-venues-list__logo img{-o-object-fit:cover;object-fit:cover}.app-venues-list__item-name{-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word;text-align:center}
