.row + .row {
    margin-top: 1rem;
}

.graph .btn {
	margin-bottom:1rem;
}

#header .logo {
	display:block;
	width:100%;
	max-width:600px;
	margin:30px auto;
	padding:0 20px;
}
	#header .logo img{
		width:100%;
	}
	
.doctorsList .card .image {
	width:115px;
	height:115px;
	overflow:hidden;
	margin-right:10px;
	background:#f5f5f5;
	margin-bottom:10px;
}
	.doctorsList .card .image img{
		width:125px;
		margin-left:-5px;
		margin-top:-5px;
	}
	
.doctor .image {
	width:115px;
	height:115px;
	overflow:hidden;
	margin-right:10px;
	background:#f5f5f5;
}
	.doctor .image img{
		width:125px;
		margin-left:-5px;
		margin-top:-5px;
	}
	
.accordion h2 button{ 
	font-size:24px;
}


@media (max-width: 1024px) {
	.accordion h2 button{ 
		font-size:18px;
	}
}