#modalDescription * {
	color: #525252;
}
.modal-dark-background {
	border-radius: 16px 0 0 16px;
}

@media (max-width: 768px) {
	.modal-dark-background {
		border-radius: 16px 16px 0px 0px;
	}

	.modal-content {
		overflow: auto;
		height: 300px;
	}
}
