section .generalpagecontent >h2 {
  font-size: 25px;
  color: var(--delightgreen);
  text-align: center;
  line-height: 40px;
  font-weight: bold;
}
section .generalpagecontent .more {
  padding: 5px 20px;
  background-color: var(--delightgreen);
  color: white;
  border-radius: 5px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
}
.corplist .corpitem figure {
  overflow: hidden;
}
.corplist .corpitem figure figcaption {
  margin-bottom: 0;
  padding: 5px 3mm;
  font-size: 14pt;
  font-weight: bold;
  position: relative;
}
.corplist .corpitem figure >img {
  transition: all 0.25s;
}
.corplist .corpitem:hover figure >img {
  transform: scale(1.05);
}
.loadmoreform button.more {
  background-color: #4D892C;
  padding: 5px 20px;
  color: white;
  border-radius: 5px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
}
#block_of_page203 .corplist .corpitem figure figcaption {
  background-color: #4D892C;
}
