.section_fields {
	display: flex;
	margin-bottom: 20px;
	width: 100%;

}
.elements_list {
	display: flex;
	flex-wrap: wrap;

}
.section_fields_picture {
	overflow: hidden;
	border-radius: 20px;
}
.video_element {
	width: 30%;
	margin-bottom: 20px;
	margin-right: 3%;
}
.video_element iframe {
	width: 100%;
	
}
.video_element_text {
	margin-top: 10px;

}
.section_fields_name {
	margin-left: 40px;
	font-size: 25px;
	margin-top: 10px;
	min-height: 50px;
	margin-bottom: 10px;
}
@media(max-width: 768px ){
	.video_element {
		max-width: 400px;
		width: 100%;
		margin-rigth: auto;
	}
}