.intro-title {
  color: #212121;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

.pb-winner{
	padding-bottom: 5rem;
}


.btn-winner{
	position: absolute;
	bottom:20px;
}
.winner-title p {
  text-align: center;
  font-weight: 400;
  line-height: 26px;
  padding-bottom: 15px;
}

.winner h3{
	font-size: 20px;

    font-weight: 400;
    color: #212121;
	padding-bottom:20px;
}
.winner h4{
	font-size: 16px;

    font-weight: 400;
    color: #212121;
	        
	
}


.winner a {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    color: #bfa267 !important;
	text-decoration: underline; 
}
a.lewagon{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 20px !important;
	color: #bfa267 !important;
	text-decoration: none; 
}

.embed-responsive-16by9::before {
    padding-top: 40%;
}



@media (max-width: 992px){
	.btn-winner{
	position: relative;
	bottom:0px;
}
	
}
