.hr-button{
	background-color: #4aaee2 !important;
	border-color: #4aaee2 !important;
}

.badge {
    font-weight: 400;
}


.services-header-holder{
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #fafafafa;
}


.services-header-text{
	text-align: center;
	font-size: 48px;
}


.content-holder{
	width: 50%;
	margin: auto;
	margin-top: 55px;
	margin-bottom: 55px;
}




h2{
	font-size: 18px;
	font-weight: 600;
}

p{
	font-size: 16px;
}









@media (max-width: 667px){
	.content-holder{
		width: 95%;
		margin: auto;
		margin-top: 55px;
	    margin-bottom: 55px;
	}
}