.box-white {
	box-shadow: 0px 5px 10px rgba(45, 18, 65, 0.15);
}

.box-white::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 10px;
	width: 100%;
	background: linear-gradient(270deg, #ED1E79 0%, #451287 100%);
}

@media (min-width: 576px){

}
@media (min-width: 768px){

}
@media (min-width: 992px) {
	.box-white::before {
		height: 5px;
	}
}
@media (min-width: 1200px) {

}

.bg-solitude {
	background-color: #EFF1F3 !important;
}