#nfa-quotes-carousel-wrapper {
	position: relative;
	font-size: 16px; /* 20px; */
	color: #031835;
	line-height: 22px;
	/* padding: 30px 0 75px 0; /* 30px 0 125px 0; */
}

#nfa-quotes-carousel-wrapper .quotes-content-border-container {
	margin-left: -8.33334%;
	margin-right: -8.33334%;
	padding-left: 8.33334%;
	padding-right: 8.33334%;
}


#nfa-quotes-carousel-wrapper .carousel,
#nfa-quotes-carousel-wrapper .carousel-inner {
    height: 100%;
}
/*

#nfa-quotes-carousel-wrapper .carousel-item,
#nfa-quotes-carousel-wrapper .quotes-single-quote-content-container {
    height: 100%;
}
*/

#nfa-quotes-carousel-wrapper  .quotes-single-quote-content-container .quotes-single-quote-logo-container {
	text-align: center;
}

#nfa-quotes-carousel-wrapper  .quotes-single-quote-content-container .quotes-single-quote-logo-container img {
	min-width: inherit;
	max-width: 150px;
	height: auto;
	margin-bottom: 40px;
}

#nfa-quotes-carousel-wrapper  .quotes-single-quote-content-container .quotes-single-quote-content {
	font-family: 'Roboto Slab';
	font-weight: 400;
	font-size: clamp( 20px, 1.5277778vw, 22px ); /* 24px; /* 40px; */
	line-height: clamp( 30px, 2.22222vw, 32px ); /* 52px; */
	color: #243F8E;
	height: auto;
	margin-bottom: 40px; /* 50px; */
}

#nfa-quotes-carousel-wrapper  .quotes-single-quote-content-container .quotes-single-quote-name {
	font-weight: 400;
}

#nfa-quotes-carousel-wrapper  .quotes-single-quote-content-container .quotes-single-quote-organisation {
	font-size: 16px;
	font-weight: 300;
}

#nfa-quotes-carousel-wrapper ol.carousel-indicators li {
	position: relative;
	width: 10px;
	height: 10px;
	top: 40px;
	margin: 0 5px;
	background-color: #E6957D;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}


@media( max-width: 767px ) {
	#nfa-quotes-carousel-wrapper .quotes-content-border-container {
		margin: inherit;
		padding: inherit;
	}
}