.branches-block-list{display:inline-grid;grid-template-columns:repeat(1,1fr);gap:16px;width:100%}.branches-block-list-item{padding:16px 32px;border:1px solid #d2d2d2;border-radius:5px;background:#fff}.branches-block-list-item p{margin:0}.branches-block-list-item a{color:#1fb9de}.branches-block-list-item a:hover{text-decoration:underline}@media (min-width:576px){.branches-block-list{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.branches-block-list{grid-template-columns:repeat(3,1fr)}}@media (min-width:992px){.branches-block-list{grid-template-columns:repeat(4,1fr)}}