.dpflex{
	display:flex;
}
.dpgap-30{
	gap: 30px;
}
.dpwhite{
	color: #fff !important;
}
.dptext-justify{
	text-align: justify;
}
.dpflex-1{
	flex: 1;
}
.dpmargin-top-50{
	margin-top: 50px !important;
	margin-bottom: 50px !important;
}
.dplineheight-30{
	line-height: 30px !important;
}
.dplineheight-12{
	line-height: 12px !important;
}
.dplineheight-10{
	line-height: 10px !important;
}
.dpmargin-bottom-50{
	margin-bottom: 50px !important;
}
