.menu-item i._mi {
    font-size: 4.2em;
    width: 100%;
    margin-bottom: 5px;
}

.pagebottommenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
  
}
.pagebottommenu li {
    line-height: 150px;
    height: 150px;
    border: 3px solid green;
    text-align: center;
  } 
  /* If the text has multiple lines, add the following: */
  .pagebottommenu li a {
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
  }

.pagebottommenu li {
float:left;
width:33%;
text-align:center;
border:solid 10px #fff;
}
.pagebottommenu li { background: #64c095; }
.pagebottommenu li:nth-child(odd) { background: #0b5c8c; }

.pagebottommenu li a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px 40px;
    text-decoration: none;
	width:100%;
	overflow:hidden;
}

.pagebottommenu li a:hover:not(.active) {
    opacity:0.8
}

/* .pagebottommenu li a.active {
    background-color:#4CAF50;
} */

@media (max-width: 700px) {
    .pagebottommenu li {
        float:left;
        width:100%;
        text-align:center;
        border:solid 10px #fff;
        height:auto;
        min-height:auto;
        line-height:unset;
    }
    .pagebottommenu li a {
        padding-bottom:14px;
    }
}