   .add-asterisk {
	 position:relative;
}
 .add-asterisk::after {
	 content:url(/renderfile/817753620a0a00840dccbc5037d4d099/template/t1/images/gold-asterisk.svg);
	 width: 30px;
	 height: 30px;
	 position: absolute;
	 left: -0.5rem;
	 top: -1.75rem;
	 display: block;
	 transform: rotate(20deg);
}
 .add-gold-star {
	 position:relative;
}
 .add-gold-star::after {
	 content: "";
	 background-image: url(/renderfile/817753620a0a00840dccbc5037d4d099/template/t1/images/gold-stars.svg);
	 background-repeat: no-repeat;
	 width: 4rem;
	 height: 4rem;
	 position: absolute;
	 top: -1rem;
	 right: 0;
	 display:block;
}
 .text-center {
	 text-align: left !important;
}

 @media(max-width:426.66px) {
	 .text-center {
		 text-align: center !important;
	}
	 .button {
		 display: block;
	}
}
 