.news_form {
	display: flex;
	flex-direction: column;
	margin-top: 60px;
}

	.pg_subtitle {
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 1px;
		color: var(--second_color);
		margin-top: 60px;
	}

	.news_form div {
		width: 100%;
	}

		#div_field5 .news_message {
			height: 200px;
			padding: 20px;
		}

		#div_file1 {
			margin-bottom: 30px;
		}