.header-clone, #masthead, #colophon {
  display: none;
}

.panel-grid-cell {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #c3c3c3;
    padding: 20px !important;
    border-radius: 20px;
    box-shadow: 0px 4px 6px #ddd;
  background: white;
}

h2 {
  font-size: 27px;
font-weight: 300;
line-height: 1.2em;
text-align: center;
color: #2c2c2c;
}

#pgc-5-0-0 h2 {
  background: #ffe7bd;
}

#pgc-5-0-1 h2 {
  background: #f5b42f;
}

#pgc-5-0-2 h2 {
  background: #bddeff;
}

h3 {
    font-size: 19px;
    font-weight: 400;
    line-height: 1.4em;
    text-align: justify;
}


p {
    margin-bottom: 0;
    line-height: 1.3em;
    font-size: 17px;
}