body{
	font-family: "Open Sans", sans-serif;
}
.page-banner{
	position: relative;
	margin: 2em 0;
}
.page-banner img{
	width: 100%;
}
.banner-text{
	position: absolute;
	top: 50%;
  	left: 0;
  	transform: translateY(-50%);
  	padding: 10px 40px;
}
.banner-text h2{
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	margin: 0;
}
.page-info{
	padding: 2em 2.5em;	
}
.page-info h4,
.nominee-type-box h4,
.nominee-details h4{
	font-size: 20px;
	font-weight: 700;
	color: rgba(37, 55, 113, 1);
	margin-bottom: 1em;
}
.page-info p,
.nominee-type-box p,
.nominee-details p{
	font-size: 14px;
  	line-height: 1.6;
	margin-bottom: 1.5em;
}

.nominee-type{
	padding: 3em 0 2em;
}
.nominee-type-box{
	background-color: rgba(236, 236, 236, 1);
	padding: 20px;
	border-radius: 20px;
}
.box-top {
  position: relative;
  padding: 30px 260px 0 0;
  margin-bottom: 20px;
}
.nominee-icon {
  position: absolute;
  bottom: 0;
  right: 20px;
  max-width: 220px;
  height: 160px;
  display: flex;
  align-items: flex-end;
}
.nominee-icon img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.nominee-details{
	padding: 2em 2em;
}
.nominee-details ul{
	list-style: none;
	padding-left: 0;
}
.nominee-details ul li{
	position: relative;
	padding: 0 0 10px 25px;
}
.nominee-details ul li::before{
	content: "";
	width: 10px;
  	height: 10px;
	border-radius: 6px;
	background-color: #ce171f;
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
}

@media screen and (max-width: 1200px){
	.banner-text h2{
		font-size: 30px;
	}
	.box-top {	  
	  padding: 10px 200px 0 0;	  
	}
	.nominee-icon {	  
	  max-width: 180px;
	  height: 120px;	  
	}
}
@media screen and (max-width: 991px){
	.banner-text{
		padding: 10px 20px;
	}
	.banner-text h2{
		font-size: 26px;
	}
	.nominee-type,
	.nominee-details {
	  padding: 0 0 2em;
	}
	.nominee-type-box{
		margin-top: 5em;
	}
	.box-top {	  
	  padding: 10px 150px 0 0;	  
	}
	.nominee-icon {	  
	  max-width: 140px;
	  height: 120px;
	  right: 10px;	  
	}
}
@media screen and (max-width: 500px){
	.page-banner{
		height: 150px;	
		border-radius: 20px;
		overflow: hidden;
		margin: 2em 0 0em;	
	}
	.page-banner img {
	  	width: 100%;
	  	height: 100%;
	  	object-fit: cover;
	  	object-position: 70%;
	}
	.banner-text{
		padding: 10px 10px;
	}
	.banner-text h2{
		font-size: 18px;
	}
	.page-info{
		padding: 2em 0;	
	}
	.page-info h4,
	.nominee-type-box h4,
	.nominee-details h4{
		font-size: 15px;
    	line-height: 1.3;
	}
	.nominee-type-box {
    	margin-top: 3em;
  	}
}