.centerCol img {
  max-width: 100%;
  height: auto;
}
.centerCol h3,h2 {
  padding: 8px 0px 5px 0px;
  font-size: 20px;
  text-align: left;
  font-weight: normal;
}
.centerCol h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
  	font-weight: bold;
	padding: 0px 0px 20px 0px;
}
.centerCol p {
  padding: 5px 0px;
  text-align: justify;
  line-height: 18px;
}
.centerCol .centerTitleBox p {
  margin-top: 0px;
  font-size: 1rem;
}
.img_list_left {
  position: relative;
  float: left;
  padding: 13px 15px 5px 0px;
}
/* Переключатель для страниц
================================== */
.wp-pagenavi-1 {
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 20px;
}
.wp-pagenavi-1 span {
  padding: 2px 4px 2px 4px;
  margin: 2px;
  border: 1px solid #DFDFDF;
  color: black;
  font-weight: normal;
}
.wp-pagenavi-1 span.current {
  font-weight: bold;
  border: 1px solid #FB1515;
  color: white;
  background-color: #E81D1D;
  cursor: default;
}
.centerCol .wp-pagenavi-1 a, .centerCol .wp-pagenavi-1 a:link, .centerCol .wp-pagenavi-1 a:visited {
  padding: 2px 4px 2px 4px;
  margin: 2px;
  text-decoration: none;
  border: 1px solid #DFDFDF;
  color: black;
  background-color: white;
}
.centerCol .wp-pagenavi-1 a:active, .centerCol .wp-pagenavi-1 a:hover {
  text-decoration: none;
  color: white;
  font-weight: bold;
  border: 1px solid #FB1515;
  background-color: #FB1515;
}

/* Галерея
================================== */
.galBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
  margin: 20px 0px 0px 0px;
}
.galItem {
  text-align: center;
  width: 24%;
  background-color: #E8E8E8;
  margin-bottom: 10px;
  padding-top: 10px;
}
.galText {
  text-align: center;
  padding: 5px 0px 10px 0px;
  font-size: 0.85rem;
  width: 98%;
}

@media screen and (max-width: 520px) {
  .galItem {
    width: 32%;
  }
  .galText {
    font-size: 0.65rem;
  }
}