@media only screen and (max-width:1024px) {
	form#commentform {
		justify-content: space-between;
	}

	form#commentform > p:not(.comment-form-comment) {
		width: calc(50% - 10px);
		margin-right: 0;
	}

	form#commentform > p.form-submit {
		width: 100%;
		margin-top: 15px;
	}
}