.bonus-container {
	margin: 3rem auto 4rem auto;
}

.single-bonus {
	justify-content: space-evenly!important;
}

.blog-bonus-title {
	font-size: 1.1em;
	line-height: 1.1;
	color:#37AA83;
	font-family: custom_font_523;
	margin-bottom: 1rem!important;
}

.checkmarks-notice-cont li {
  font-size: 0.9em!important;
}

@media only screen and (max-width: 992px) {
.checkmarks-notice-cont {
    width: 60%;
    padding: 0 1rem 0 4rem;
	max-width: 40rem;
	}
	.bonuses-button {
		width: 25%;
	}
}

@media only screen and (max-width: 766px) {
.bonus-image, .checkmarks-notice-cont, .bonuses-button {
    width: 100%!important;
	max-width: 50rem!important;
	}
}