.home-header-me {
  display: flex;
  grid-column-gap: 2rem;
  justify-content: center;
  align-items: center;
 }

 .home-header-me img {
   width: 150px; 
   border-radius: 50%;
 }

 .home-header-me blockquote {
   margin: 0;
 }
