Lorem ipsum dolor sit amet consectetur

Congue mauris rhoncus aenean vel elit scelerisque mauris pellentesque pulvinar. Aliquam faucibus purus in massa tempor nec feugiat nisl. Facilisi morbi tempus iaculis urna id volutpat lacus laoreet. Mattis enim ut tellus elementum sagittis vitae et.

/* -- The root styles must go in the element of the structure with the name "Social Proof". --*/
  
.homepage-hero__social-proof {
  /* Styles applied to all elements except the first one */
  .homepage-hero__avatar-wrapper:not(:first-child) {
    margin-left: -1rem;
  }
  
  /* Hover styles */
  &:hover{
    .homepage-hero__avatar-wrapper:not(:first-child){
      margin-left: -0.7rem;
    }
  }
}