.mck-elementor {

	.card--large {

		@media (width >= 600px) {
			width: min(450px, 100%);

			.card__body {

				p, ul, ol {
					&:not(:last-child) {
						margin-bottom: 18px;
					}
				}
			}
		}
	}
}