#comments {
	&.commentSection {
		display: inline-block;
		width: 100%;
	}
	h2 {
		font-size: rem-calc(18);
	}
	#respond {
		h2 {
			text-align: center;
		}
		form {
			.comment-form-comment {
				textarea {
					width: 100%;
				}
			}
		}
	}
}
