.homeblockarea { background: #fefefe; margin: 0 auto; max-width: 75rem; padding: 0 27px 36px; }
.homeblocks .column { margin-bottom: 1.5rem; }
.hb-content { border: 6.82px solid #005cb9; border-bottom-left-radius: 15px; border-top-right-radius: 15px;
  overflow: hidden; position: relative; }
.hb-content a { color: #fff; display: block; overflow: inherit; text-decoration: none; }
.hb-content img { display: block; margin: 0 auto 0; transition: all 1s; width: 100%; }
.hb-content:hover img { transform: scale(1.25); }
.hb-title { background: rgba(0,92,185,0.8); border: 0; bottom: 0; color: #fefefe; display: block; font-size: 1.5rem;
  font-weight: normal; line-height: calc(26 / 24); margin: 0 auto; padding: 0.875rem; position: absolute; text-align: center; text-transform: capitalize; width: 100%; z-index: 2; }
.hb-content a:hover .hb-title { background: rgba(137,185,64,0.8); }

