.hospital-profile__directions-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.hospital-profile__directions-grid>:last-child{grid-column:1/-1}.hospital-profile__contacts-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.hospital-profile__recommendations-list{display:flex;gap:4px;scrollbar-width:none}.hospital-profile__recommendations-list::-webkit-scrollbar{display:none}@media (max-width:768px){.hospital-profile__wrapper{background:#F6F6F6;display:flex;flex-direction:column;gap:12px}}