.ourspecialties{
	color: white;
	width: 100vw;
	background-color: #2d5883;
	padding: 50px;
}

.ourspecialties .title-description{
	margin-bottom: 50px;
}

.ourspecialties .title-description .title{
	text-align: center;
	font-size: 25px;
}

.ourspecialties .specialties{
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.ourspecialties .specialties .speciality{
	width: 18vw;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.ourspecialties .specialties .speciality .icon{
	margin-bottom: 20px;
	
	
}

.ourspecialties .specialties .speciality .icon img{
	width: 82px;
	height: 82px;
}

.ourspecialties .specialties .speciality .text{
	min-height: 200px;
}


.ourspecialties .specialties .speciality .text .title{
	margin-bottom: 20px;
	text-align: center;
	font-size: 18px;
}

.ourspecialties .specialties .speciality .text .description{
	text-align: center;
	font-size: 16px;
}

.ourspecialties .link{
	text-align: center;
}

.ourspecialties .link button{
	border: 0;
	border-radius: 0;
	padding: 5px;
	width: 100px;
	font-size: 16px;
	color: white;
	background-color: #ec4e4f;
}



@media (max-width:768px){
	.ourspecialties{
		padding: 20px;
		padding-bottom: 80px;
		color: #12365E;
		
	}
	
	.ourspecialties .title-description{
		margin-bottom: 30px;
	}
	
	.ourspecialties .title-description .title{
		text-align: left;
		color: white;		
	}
	
	.ourspecialties .specialties{
		flex-direction: column;
		justify-content: center;
	}
	
	.ourspecialties .specialties .speciality{
		width: 90vw;
		margin: 20px;
		padding: 30px;
		background-color: white;
	}
	
	.ourspecialties .link{
		margin-top: 30px;
	}
	
	
}