@media(max-width: 600px) {

  .logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .publi-pic img {
    height:300px;
    width: 200px;
  }

  .publi-t p,
  .publi-t li {
    font-size: 0.7em;
    line-height:140%;
  }

  

  
}

