

/* CSS from section stylesheet tags */
.a{
    justify-content: left;
  }
@media(width<720px){
        .a{
    justify-content: center;
  }
}