@media (min-width: 1024px) {

	.del-modal .part-title {
		font-size: 30px;

	}

	.del-modal .part-description {

		font-size: 14px;
		line-height: 20px;
		max-width: 300px;

	}
}

.del-modal .modal-body {

	padding: 0 15px 15px;
}

.del-modal .modal-footer {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 15px 45px;
}