.hp-hero.banner {
  text-align: left;
  padding: 75px;
}
.hp-hero.no-bg {
  background: #fff;
  background-image: url(https://f.hubspotusercontent10.net/hubfs/3444764/SBM-Icons/union-md.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  color: #333;
}
.hp-hero.banner.large-padding {
  padding: 125px 75px;
}
.hp-hero.banner .banner-content > .row-fluid-wrapper > .row-fluid {
  display: flex; 
  align-items: center;
}

.hp-hero.banner h1,
.hp-hero.banner h2 {
  margin: 0 0 2rem;
}

.hp-hero.no-bg h1,
.hp-hero.no-bg h2,
.hp-hero.no-bg h3 {
  color: #333;
}
.hp-hero .button,
.hp-hero .hs-button {
  display: inline-block;
  width: auto;
  text-transform: none;
}

.hp-hero .button i.fa {
  padding-left: 0.25rem;
}
.banner:not(.no-bg) h3 a {
  color: #fff;
}

.hp-hero__image {
  -webkit-clip-path: url(#octagon);
  clip-path: url(#octagon);
  aspect-ratio: 1/1;
  max-height: unset;
  object-fit: cover;
}

@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */ 
  .hp-hero__image {
    width: 300px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}


@media not all and (min-resolution: 0.001dpcm) {
 .hp-hero__image {
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%); 
  }
}

.hp-hero ul { 
  list-style: none;
}

.hp-hero li {
  position: relative;
}

.hp-hero li:before {
  content: '';
  display: block;
  position: absolute;
  width: 1rem;
  height: 1rem;
  background: url(https://f.hubspotusercontent10.net/hubfs/3444764/SBM-Icons/diamond-color.svg) no-repeat;
  background-size: contain;
  left: 0;
  top: 17px;
  transform: translate(-150%, -50%);
}

@media(max-width: 980px) {
  .hp-hero.banner {
    padding: 2rem 0 !important;
  }
  .hp-hero.banner .span6:first-of-type {
    margin-bottom: 40px;
  } 
  .hp-hero.banner .banner-content > .row-fluid-wrapper > .row-fluid {
    flex-flow: column;
  }
  
  .hp-hero.banner .banner-content > .row-fluid-wrapper > .row-fluid .span6 {
    width: 100%;
  }
}
