.card-d.card-d-custom{
	margin-bottom: 20px;
}


.info-box .mb-box h3 {
	margin-bottom: 1.5rem;
}

@media (max-width: 799px){
	.info-box .status{
		margin-bottom: 5px;
		border-radius: 100px;
		background: #d9211e;
		font-size: 95%;
		letter-spacing: 0.5px;
		text-transform: uppercase;
		animation: popout 2s ease forwards infinite;
	}
	
	.info-box .mb-box h3 {
		margin-bottom: 1rem;
	}
}
