.hr-button{
	background-color: #4aaee2 !important;
	border-color: #4aaee2 !important;
}

.badge {
    font-weight: 400;
}


.faqs-header-holder{
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #fafafafa;
}


.faqs-header-text{
	text-align: center;
	font-size: 48px;
}

.testimonial-card-holder{
	margin-top: 25px;
	width: 50%;
	min-height: 200px;
}

.cards-holder{
	width: 100%;
	margin-left: 50%;
}
.card{
	margin-right: 10px;
	border-radius: 1px;
	border:1px solid !important;
}

.card-title{
	font-weight: 500;
	font-size: 18px;
}


@media (max-width: 667px){
	.testimonial-card-holder{
		width: 95%;
	}
	.cards-holder{
		margin-left: 3% !important;
	}

	.card{
		margin-right: 0px;
		border-radius: 1px;
		border:1px solid !important;
	}
}