/* Styling for the Especialidades page */
.each-esp {
	margin-top: 15px;
	padding: 5px 1.8%;
	width: 100%;
	background-color: white;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: left;
	min-height: 160px;
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
	font-size: 60px;
	margin-left: 0px;
}

.each-esp div {
	padding: 0px 15px 25px  15px;
}

.each-esp div h4 {
	text-align: center;
}

.credits {
	width: 100%;
	text-align: right;
	font-size: 12px;
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.each-esp {
		text-align: justify;
		min-height: 205px;
		flex-direction: row;
		max-width: 49%;
	}

	[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
	[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
		font-size: 80px;
	}

	.each-esp div {
		padding: 25px  15px;
	}

	.each-esp div h4 {
		text-align: left;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 


}
