.bg165-facevalue-image-wrap{
  margin:32px 0 70px !important;
}
.bg165-facevalue-image-link{
  display:block !important;
  text-decoration:none !important;
}
.bg165-facevalue-image-link img{
  display:block !important;
  width:100% !important;
  height:auto !important;
  border-radius:30px !important;
  box-shadow:0 24px 52px rgba(143,0,105,.10) !important;
}
@media (max-width: 760px){
  .bg165-facevalue-image-wrap{
    margin-top:26px !important;
  }
  .bg165-facevalue-image-link img{
    border-radius:22px !important;
  }
}

/* v167: keep the existing type sizes, just let the editor note panel fit */
.hero-grid > .bg164-editor-note{
  height:auto !important;
  min-height:0 !important;
  overflow:visible !important;
  padding-bottom:40px !important;
}
.bg164-editor-title strong{
  margin-bottom:18px !important;
}
.bg164-editor-list li{
  margin-bottom:14px !important;
}
.bg164-editor-list li:last-child{
  margin-bottom:0 !important;
}
@media (min-width: 761px){
  .hero-grid > .bg164-editor-note{
    align-self:start !important;
  }
}
