@charset "utf-8";
#style1 {
}
   h4 {  color:#4e5e6f;
            display: flex; 
            flex-direction: row; 
        } 
          
        h4:before, 
        h4:after { 
            content: ""; 
            flex: 1 1; 
            border-bottom: 2px solid #4e5e6f; 
            margin: auto;
			padding:3px; 
        } 
          
        img { 
            height: 100px; 
            width: 100px; 
            border-radius: 50%; 
        } 