.h1 {
 width: 70%;
 margin:  50px;
 }


.h1 img {
 	display: flex;
    align-items: left; /* если текст в несколько строк */
    gap: 12px;
    margin-bottom: 16px;

}

.collum-h1 {
	flex-direction: row;
	display: flex;
	align-items: center;
	width: 100%;
    gap: 5px;
}


.collum-h1  h1 {
 font-size: 20px;
 font-weight: 300;

}	

.collum-h1 img {
	display: flex-start;
	height: 6vh;
	width: 6vh;
}

.main-h1{
	font-size: 40px;
	width: 700;
	display: flex;
	flex-direction: row;
	align-items: left;
}
.seccond-h1 {
font-size: 25px;
font-weight: 300;
margin-bottom: 50px;
}