.entry-content h2 {
    line-height: normal;
}

.entry-content h3 {
    line-height: normal;
}

.entry-content h4 {
    line-height: normal;
}

.entry-content h5 {
    line-height: normal;
}


 * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.item {
  position: relative;
  
  border: none;
  margin: 0;
  overflow: hidden;
  width: 100%;
}
.item img {
  max-width: 100%;
  
  -moz-transition: all 1.0s;
  -webkit-transition: all 1.0s;
  transition: all 1.0s;
}
.item:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {

    vertical-align: middle;
}

@media (min-width: 768px) {
  .wp-polls-ul {
    display: grid;
    grid-template-columns: repeat(3, 180px);
    justify-content: center;
  }

  .wp-polls-ul li {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}