section.branches-block-list{
	padding:45px 0;
}

section.branches-block-list p{
	font-weight:500;
}

section.branches-block-list p.notice {
	text-align: center;
	max-width: 640px;
	margin: 0 auto;
	font-size: 1.125rem;
}

section.branches-block-list .buttons{
	display:flex;
	flex-wrap:wrap;
	gap:10px;
	font-size:13px;
	margin-bottom:35px;
}

section.branches-block-list .contact-methods p {
	display: grid;
	grid-template-columns: 120px 1fr;
	margin: 0;
	line-height: 1.5rem;
	font-weight:500;
}

section.branches-block-list .branch{
}

section.branches-block-list .branch p.address{
	margin: 0;
	line-height: 1.375rem;
	font-size: 0.75rem;
	font-weight: 500;
}

section.branches-block-list .branch .inner {
	display: flex;
	height: 100%;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow:0 2px 4px rgba(0,0,0,0.1);

}

section.branches-block-list .branch .image{
	width:35%;
	flex:0 0 35%;
	background-size:cover;
	background-position:center;
}

section.branches-block-list .branch .info {
	padding: 30px 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media screen and (max-width:1230px){
	section.branches-block-list .contact-methods p {
		grid-template-columns: 1fr;
	}
	
}

@media screen and (max-width:1100px){
	div.branches-list .branch{
		width:100%;
	}
	section.branches-block-list .contact-methods p {
		grid-template-columns: 120px 1fr;
	}
	div.branches-list.row{
		margin:0;
	}

}

@media screen and (max-width:660px){
	
	section.branches-block-list .contact-methods p {
		grid-template-columns: 1fr;
	}
	section.branches-block-list .branch .image{
		display:none;
	}
	section.branches-block-list .branch .info{
		width:100%;
	}
}