.orr-dyk-wrap {
	position: relative;
	max-width: 1100px;
}

.orr-dyk-icon {
	position: absolute;
	z-index: 2;
	pointer-events: none;
}

.orr-dyk-box {
	border: 2.5px solid #1a1a1a;
	border-radius: 6px;
	background: #faf2e3;
	display: flex;
	overflow: hidden;
}

.orr-dyk-label {
	border-right: 2.5px solid #1a1a1a;
	display: flex;
	align-items: center;
}

.orr-dyk-label p,
.orr-dyk-fact p {
	margin: 0;
}

.orr-dyk-fact {
	flex: 1;
	min-width: 0;
	display: flex;
	align-items: center;
}

@media (max-width: 640px) {
	.orr-dyk-box {
		flex-direction: column;
	}

	.orr-dyk-label {
		border-right: none;
		border-bottom: 2.5px solid #1a1a1a;
		width: 100% !important;
		flex: 0 0 auto !important;
	}
}
