/* Box section wrappers — modifiers from original Codenexa theme */
.box-white-top {
	border-radius: 40px 40px 0 0 !important;
}

.box-white-bottom {
	border-radius: 0 0 40px 40px !important;
}

.box-white-none {
	border-radius: 0 !important;
}

@media (max-width: 767px) {
	.box-white-top {
		border-radius: 24px 24px 0 0 !important;
	}

	.box-white-bottom {
		border-radius: 0 0 24px 24px !important;
	}
}
