.prize-box-row {
	position: relative;
	border: 2px solid #333333;
	border-radius: 15px;
	color: #000000;
	min-height: 150px;
}
.prize-box-row .legend-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
}

.prize-box-row table tr:not( .prize-box-row table tr:last-child ) {
	border-bottom: 2px solid #f8f8f8;
}


@media (max-width: 1199px) {
	.prize-box-container {
		padding-left: 14px;
		padding-right: 14px;
	}
	.prize-box-row {
		padding-top: 45px;
		padding-bottom: 31px;
		padding-left: 19px;
		padding-right: 19px;
		margin-bottom: 40px;
		margin-top: 20px;
		
	}	

	.prize-box-row .legend-wrap {
		margin-top: -11px;
	}	
	
	.prize-box-row .legend {
		margin-top: 0px;
		margin-bottom: 0px;
		background-color: #ffffff;
		padding-left: 15px;
		padding-right: 15px;

		/*font-family: 'Noto Sans HK';*/
		font-style: normal;
		font-weight: 700;
		font-size: 22px;
		line-height: 22px;
		/* identical to box height, or 255% */

		text-align: center;
		letter-spacing: 2px;
	}

	.prize-box-img {
		position: relative;
		width: 80px;
		height: 80px;
	}	


	.prize-box-row h1
	, .prize-box-row h2
	, .prize-box-row h3
	{
		text-align: center;
	}	

	
	.prize-box-row h2 {
		font-family: 'Noto Sans HK';
		font-style: normal;
		font-weight: 700;
		font-size: 18px;
		line-height: 56px;
		/* identical to box height, or 311% */

		text-align: center;

		/* deep-grey-2 */

		color: #373737;
		
		margin-top: 0px;
		margin-bottom: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.prize-box-row h2 b, .prize-box-row h2 strong {
		/*font-family: 'Noto Sans HK';*/
		font-style: normal;
		font-weight: 900;
		font-size: 28px;
		line-height: 56px;
		/* identical to box height, or 175% */

		letter-spacing: 2px;

		/* deep-grey */

		color: #1C1C1E;
	}

	.prize-box-text {
	/*font-family: 'Noto Sans HK';*/
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	/* or 143% */

	text-align: justify;
	letter-spacing: 2px;

	/* black */

	color: #000000;

	}

	.prize-box-text p {
		padding-top: 0px;
		padding-bottom: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.prize-box-text table {
		margin-top: 0px;
	}

	.prize-box-row table th
	{
		padding-top: 43.5px;
		padding-bottom: 23.5px;
	}

	.prize-box-row table td
	{
		/*font-family: 'Noto Sans HK';*/
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 20px;
		text-align: center;

		/* grey-dark */

		color: #373737;
		padding-top: 0px;
		padding-bottom: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
	}	

	.prize-box-text table th h5 {
		/*font-family: 'Noto Sans HK';*/
		font-style: normal;
		font-weight: 700;
		font-size: 12px;
		line-height: 17px;
		text-align: center;

		/* grey-dark */

		color: #373737;

		padding-top: 0px;
		padding-bottom: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.prize-box-text table th h6 {
		/*font-family: 'Noto Sans HK';*/
		font-style: normal;
		font-weight: 400;
		font-size: 10px;
		line-height: 14px;
		text-align: center;

		/* grey-dark */

		color: #373737;
		padding-top: 0px;
		padding-bottom: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.prize-box-text table td h3 
	, .prize-box-text table td h4
	, .prize-box-text table td h5 
	, .prize-box-text table td h6 
	{
		padding-top: 0px;
		padding-bottom: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.prize-box-text table td h3 
	{
		/*font-family: 'Noto Sans HK';*/
		font-style: normal;
		font-weight: 400;
		font-size: 22px;
		line-height: 32px;
		text-align: center;
		/* grey-dark */

		color: #373737;
	}
	.prize-box-text table td h4 
	{
		/*font-family: 'Noto Sans HK';*/
		font-style: normal;
		font-weight: 500;
		font-size: 22px;
		line-height: 32px;
		text-align: center;
		/* grey-dark */

		color: #373737;
	}
	.prize-box-text table td h5 
	{
		/*font-family: 'Noto Sans HK';*/
		font-style: normal;
		font-weight: 500;
		font-size: 22px;
		line-height: 32px;
		text-align: center;
		/* grey-dark */

		color: #373737;
	}
	.prize-box-text table td h6
	{
		/*font-family: 'Noto Sans HK';*/
		font-style: normal;
		font-weight: 400;
		font-size: 22px;
		line-height: 32px;
		text-align: center;

		/* deep-grey-2 */

		color: #373737;
	}

}

@media (min-width: 1200px) {
	.prize-box-container {
		width: 768px;
		margin-left: auto;
		margin-right: auto;
	}
	.prize-box-row {
		padding-top: 36px;
		padding-bottom: 31px;
		padding-left: 168px;
		padding-right: 40px;
		margin-bottom: 50px;
		margin-top: 20px;
		
	}	
	
	.prize-box-row .legend-wrap {
		margin-top: -14px;
	}	
		
	.prize-box-row .legend {
		margin-top: 0px;
		margin-bottom: 0px;
		background-color: #ffffff;
		padding-left: 15px;
		padding-right: 15px;

		/*font-family: 'Noto Sans HK';*/
		font-style: normal;
		font-weight: 700;
		font-size: 28px;
		line-height: 28px;
		/* identical to box height, or 200% */

		text-align: center;
		letter-spacing: 2px;

		/* deep-grey */

		color: #1C1C1E;
	}
	
	.prize-box-img {
		position: absolute;
		left: 45px;
		top: 53px;
		width: 80px;
		height: 80px;
	}	
	

	.prize-box-row h1
	, .prize-box-row h2
	, .prize-box-row h3
	{
		text-align: left;
	}	

		
	.prize-box-row h2 {
		/*font-family: 'Noto Sans HK';*/
		font-style: normal;
		font-weight: 700;
		font-size: 22px;
		line-height: 56px;
		/* identical to box height, or 255% */

		letter-spacing: 2px;

		/* deep-grey */
		color: #1C1C1E;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.prize-box-row h2 b, .prize-box-row h2 strong {
		/*font-family: 'Noto Sans HK';*/
		font-style: normal;
		font-weight: 900;
		font-size: 32px;
		line-height: 56px;
		/* identical to box height, or 175% */

		letter-spacing: 2px;

		/* deep-grey */

		color: #1C1C1E;
	}
	
	.prize-box-text {
		/*font-family: 'Noto Sans HK';*/
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		/* or 125% */

		text-align: justify;
		letter-spacing: 2px;

		/* deep-grey-2 */

		color: #373737;
	}

	.prize-box-text p {
		padding-top: 0px;
		padding-bottom: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	.prize-box-text table {
		margin-top: 8px;
	}
	
	.prize-box-row table th
	{
		padding-top: 43.5px;
		padding-bottom: 23.5px;
	}
	
	.prize-box-row table td
	{
		/*font-family: 'Noto Sans HK';*/
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 20px;
		text-align: center;

		/* grey-dark */
		color: #373737;
		padding-top: 0px;
		padding-bottom: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
	}	

	.prize-box-text table th h5 {
		/*font-family: 'Noto Sans HK';*/
		font-style: normal;
		font-weight: 700;
		font-size: 14px;
		line-height: 20px;
		text-align: center;

		/* grey-dark */

		color: #373737;
	
		padding-top: 0px;
		padding-bottom: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.prize-box-text table th h6 {
		/*font-family: 'Noto Sans HK';*/
		font-style: normal;
		font-weight: 400;
		font-size: 10px;
		line-height: 14px;
		text-align: center;

		/* grey-dark */

		color: #373737;	
		padding-top: 0px;
		padding-bottom: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	.prize-box-text table td h3 
	, .prize-box-text table td h4
	, .prize-box-text table td h5 
	, .prize-box-text table td h6 
	{
		padding-top: 0px;
		padding-bottom: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.prize-box-text table td h3 
	{
		/*font-family: 'Noto Sans HK';*/
		font-style: normal;
		font-weight: 900;
		font-size: 24px;
		line-height: 35px;
		text-align: center;
		/* grey-dark */

		color: #373737;
	}
	.prize-box-text table td h4 
	{
		/*font-family: 'Noto Sans HK';*/
		font-style: normal;
		font-weight: 700;
		font-size: 24px;
		line-height: 35px;
		text-align: center;
		/* grey-dark */

		color: #373737;
	}
	.prize-box-text table td h5 
	{
		/*font-family: 'Noto Sans HK';*/
		font-style: normal;
		font-weight: 500;
		font-size: 24px;
		line-height: 35px;
		text-align: center;
		/* grey-dark */

		color: #373737;
	}
	.prize-box-text table td h6
	{
		/*font-family: 'Noto Sans HK';*/
		font-style: normal;
		font-weight: 400;
		font-size: 24px;
		line-height: 35px;
		text-align: center;
		/* grey-dark */

		color: #373737;
	}

	
}