.homeblockarea { margin: 2rem 0; }
.homeblocks .column { margin-bottom: 1.5rem; }
.hb-content { position: relative; }
.hb-content a { text-decoration: none; }
.hb-content a, .hb-content img, .hb-title { position: relative; }
/* .hb-content a:hover .hb-title { background: #852628; color: #fefefe; } */
.hb-image { margin: 0 auto; overflow: hidden; width: calc(100% - 18px); }
.hb-content img { display: block; transition: all 1s; }
.hb-content:hover img { transform: scale(1.25); }
.hb-title, .hb-content { border-bottom: 0.25rem solid #852628; }
.hb-title { background: #fefefe; display: block; font-size: 1.5625rem; line-height: calc(27 / 25);
	padding: 0.625rem 0; text-align: center; z-index: 2; }
