/*
Theme Name: Tuttivip
Theme URI: http://tagdiv.com
Template: Newspaper
Author: Child Theme Configurator
Version: 1.1583750663
Updated: 2020-03-09 11:44:23

*/

/* footer */
.row {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center; /* for centering 3 blocks in the center */
  /* justify-content: space-between; for space in between */ 
}
.block {
  width: 33%;
}

@media (max-width: 767px) {
    .block {width: 100%;}
    .row {display: block;}
    .block {padding: 12px 0px 12px 0px;float: none;}
    
}

