.restaurant__container{width:90%;max-width:1080px;margin:0 auto;padding:135px 0 85px}.restaurant__inner{box-sizing:border-box;background-color:#f9fafb;border-radius:20px;margin:60px 0 0;padding:70px 5%}.restaurant__category{align-items:baseline;gap:10px;display:flex}.restaurant__category-name{font-size:20px;font-weight:700}.restaurant__category-count{font-size:14px;font-weight:700}.restaurant__category-border{background:#111827;width:100%;height:1px;margin:10px 0 0}.restaurants__list{grid-template-columns:repeat(2,1fr);gap:16px;margin:30px 0;display:grid}.restaurant__item{align-items:center;gap:16px;display:flex}.restaurant__item-number{color:#6b7280;font-size:12px}@media screen and (max-width:768px){.restaurants__list{grid-template-columns:1fr}}
