.box-bg-gr{
	border-radius: 20px;
}
@media only screen and (min-width: 768px) {
	.allergy-block .col-1 .col-1-box img{
		border-radius: 24px;
	}
	.allergy-block .col-1 .col-1-box {
		width: 50%;
	}
}

@media only screen and (max-width:767.98px) {
	.allergy-block .col-1 .col-1-box img{
		border-radius: 16px;
	}
}