.wrapper {
	display: flex;
       justify-content: center;
}

@media (max-width: 850px) {
  .wrapper {
    flex-wrap: wrap;
  }
#pageWidgetId-2210, #pageWidgetId-2209, #pageWidgetId-2224{
	margin-top: 4rem;
}
}

.how-to-participate .payoff__icon img {
      width: 40% !important;
      margin-bottom: 2rem;
}

.how-to-participate .container {
	width: 100% !important;

}

#footer-v3 div:first-child {
    background-color: #003b5c !important;
}

#footer-v3 {
    margin-top: 3rem;
}

.payoff {
    padding-bottom: 1rem;
}

.prize-card h4 {
	font-size: 1rem;
}

.prize-card__text .h3, .prize-card__text h3 {
    margin-bottom: 0rem;
}

.prize-type-description {
        margin-top: 1rem;
        color: #003b5c !important;
}

.showcase__subtitle {
    margin-bottom: 2rem;
}

#pointsBalanceV1 h5 strong {
	border: 4px solid #009739;
	background-color: #fff;
	padding: 10px 25px;
	border-radius: 90px;
	color: #003b5c;
}

@media screen and (min-width: 768px) {
	#pointsBalanceV1 h5 strong {
		padding: 20px 30px;
	}
}

#pointsBalanceV1 h5 {
	margin-top: 3rem !important;
}