

.nivel-escolar {
    display: flex;
    justify-content: space-around;  
}

.nivel-item {
    position: relative;
    display: flex;
    padding: 10px 0px;
    box-sizing: border-box;
    align-items: flex-end;
    justify-content: center;
}

.nivel-item a {
    background: hsla(0,0%,100%,.7);
    bottom: 21px;
    font-weight: 700;
    padding: 15px 10px;
    position: absolute;
    width: 95%;
    font-size: 26px;
}

@media (max-width:767px) {
  .nivel-escolar {
      display: block;
  }

  .nivel-escolar img {
      display: none;
  }

  .nivel-item a {
      display: block;
      position: relative;
      width: 100%;   
      margin-bottom: 5px;
     font-size: 24px;    
  }

  .span-8.cgrid-8 .span-6.item-grid:nth-child(1) {
      -webkit-order: 2;
      order: 2;    
  }
  
.span-8.cgrid-8 .span-6.item-grid:nth-child(2) {
      -webkit-order: 1;
        order: 1;  
  }
  
.span-8.cgrid-8 .span-6.item-grid:nth-child(3) {
      -webkit-order: 3;
      order: 3;  
  }
  
.span-8.cgrid-8 .span-6.item-grid:nth-child(4) {
      -webkit-order: 4;
      order: 4;  
  }
  
  .row-fluid-wrapper.row-depth-1.row-number-7.dnd_area-row-3-background-image.dnd-section.dnd_area-row-3-padding {
      max-width: 95%;
      margin: auto;
  }  
  

}
  
  

}