.circle-label {
	font-family: "F37Ginger-Light";
	font-size: 24px;
	/*line-height: 27px;*/
	height: 72px;
	width: 72px;
	border-radius: 36px;
	color: #FFFAEC;
	background-color: #10B193;
	padding-top: 17px;
	padding-left: 10px;
	padding-right: 10px;
	/*text-transform: uppercase;*/
}
.main-label {
	font-family: "F37Ginger-Regular";
	font-size: 12px;
	line-height: 27px;
	height: 24px;
	border-radius: 27px;
	color: #FFFAEC;
	background-color: #10B193;
	padding-left: 20px;
	padding-right: 20px;
	text-transform: uppercase;
}
.main-label-white {
	font-family: "F37Ginger-Regular";
	font-size: 12px;
	line-height: 27px;
	height: 24px;
	border-radius: 27px;
	background-color: white;
	color: #10B193;
	padding-left: 20px;
	padding-right: 20px;
	text-transform: uppercase;
}
.small-label {
	font-family: "F37Ginger-Regular";
	font-size: 12px;
	line-height: 27px;
	height: 24px;
	border-radius: 27px;
	color: #FFFAEC;
	background-color: #10B193;
	padding-left: 15px;
	padding-right: 15px;
}
.label-row-padding-top {
	padding-top: 5%;
}
.label-row-padding-bottom {
	padding-bottom: 5%;
}
.label-padding-bottom {
	padding-bottom: 2.5%;
}
@media (min-width: 375px){
	/*.main-label {
		font-size: 12px;
		line-height: 27px;
		height: 24px;
		border-radius: 27px;

	}*/
}
@media (min-width: 425px){
	
}
/*Tablet*/
@media (min-width: 768px){
	
}
/*Laptop*/
@media (min-width: 1024px){
	
}
@media (min-width: 1440px){
	.main-label {
		font-size: 14px;
		line-height: 27px;
		/*EDIT - 21 October - removed height*/
		/*height: 27px;*/
		border-radius: 27px
	}
	.main-label-white {
		font-size: 14px;
		line-height: 27px;
		/*EDIT - 21 October - removed height*/
		/*height: 27px;*/
		border-radius: 27px
	}
	.small-label {
		font-size: 14px;
		line-height: 27px;
		/*EDIT - 21 October - removed height*/
		/*height: 27px;*/
		border-radius: 27px
	}
}