.info-box .offers{
	border-top: 3px dashed #ffeb3b;
    border-bottom: 3px dashed #ffeb3b;
}
.info-box .status {
	background:#368BBA;
	width: 100%;
	max-width: 100%;
	box-shadow: none;
	border-radius: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.info-box .mb-box{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}