.bg-dark2 {
	background-color: var(--dark-secondary) !important;
}

.mb-11 {
	margin-bottom: 11px;
}

.mb-22 {
	margin-bottom: 22px;
}

.mb-33 {
	margin-bottom: 33px;
}

.mb-44 {
	margin-bottom: 44px;
}

.brdrImg {
	border: solid 1px #e49141;
	padding: 11px;
}

.brdrImgPop {
	border: solid 1px #e49141;
}

.brdRadius {
	border-radius: 11px;
}

.gradient {
	background: linear-gradient(135deg, #111d32, #6c727f, #e49141);
}

