.rs-17 .rs-nomination{
	padding-top: 0;
	padding-bottom: 30px;
}

.rs-17 .rs-nomination .section-title{
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 500;
	font-size: 36px;
	line-height: 1.3;
	text-align: center;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #04324B;
	margin-bottom:  11px;
}
.rs-17 .rs-nomination h4  {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 300;
	font-size: 22px;
	line-height: 131.5%;
	text-align: center;
	color: #3D577B;
	margin-bottom: 30px;
}

.rs-17 .rs-nomination .nomination-wrapper  {
	padding: 6px 50px 10px 30px;
	background: #EBF7FE;
	border-radius: 13px;
}
.rs-17 .rs-nomination .nomination-text  {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 126.19%;
	letter-spacing: 0.03em;
	color: #04324B;
}
.rs-17 .rs-nomination .nomination-text h3  {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 500;
	font-size: 28px;
	line-height: 1.3;
	text-align: center;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #04324B;
	margin-bottom: 5px;
}
.rs-17 .rs-nomination .nomination-text blockquote {
	padding: 30px 50px 28px 37px;
	margin: 15px 0 15px;	
	border-left: none;
	font-family: 'Inter';
	font-style: italic;
	font-weight: 500;
	font-size: 16px;
	line-height: 126.19%;
	letter-spacing: 0.03em;
	color: #3D577B;
	background: #FFFFFF;
	border-radius: 13px;
}
.rs-17 .rs-nomination .nomination-img  {
	padding-top:  46px;
}
.rs-17 .rs-nomination .nomination-img img  {
	margin:  auto;
}

@media (max-width: 767px){
	.rs-17 .rs-nomination .section-title{
		font-size: 25px;
	}
	.rs-17 .rs-nomination h4  {
		font-size: 18px;
	}
	.rs-17 .rs-nomination .nomination-text h3  {
		font-size: 22px;
	}
	.rs-17 .rs-nomination .nomination-wrapper  {
		padding:  15px;
	}
	.rs-17 .rs-nomination .nomination-text blockquote  {
		padding:  15px;
	}
	.rs-17 .rs-nomination .nomination-img  {
		padding-top:  20px;
	}
}