.rs-winners {
    max-width: 1920px;
    margin: 0 auto;    
}
.rs-winners .winners-wrapper  {
	padding-top:  55px;
	padding-bottom:  55px;
}
.rs-winners .winners-wrapper:nth-child(2n)  {
	background-color: #EBF7FE;
}
.rs-winners .winners-wrapper img  {
	border-radius: 15%;
}
.rs-winners .winners-wrapper h3  {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 500;
	font-size: 36px;
	line-height: 1.3;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #04324B;
	margin-top:  31px;
}
.rs-winners .winners-wrapper .nomination  {
	padding: 37px 55px 37px 37px;
	background-color: #EBF7FE;
	border-radius: 34px;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: 0.03em;
	color: #04324B;
	margin-bottom: 13px;
}
.rs-winners .winners-wrapper:nth-child(2n) .nomination  {
	background-color: #fff;
}
.rs-winners .winners-wrapper .nomination p  {	
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: 0.03em;
	color: #04324B;
}
.rs-winners .winners-wrapper  p  {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 150%;
	color: #6C787E;
}

@media (max-width: 767.98px) {
    .rs-winners .winners-wrapper h3  {
		font-size: 25px;
	}
}