/* Extracted from includes/_sharedhostingfeatures.php style block 1 */
.uhf-card {
  border-radius:20px;
  padding:36px 28px 30px;
  text-align:center;
  height:100%;
  transition:transform .25s,box-shadow .25s;
}
.uhf-card:hover { transform:translateY(-5px); }
.uhf-img-wrap {
  width:92px;height:92px;
  margin:0 auto 22px;
  display:flex;align-items:center;justify-content:center;
  border-radius:22px;
  padding:16px;
  flex-shrink:0;
}
.uhf-img-wrap img { max-width:100%;max-height:100%;object-fit:contain; }
@media(max-width:767px){ .uhf-col{margin-bottom:20px;} }

