@import url("bootstrap-grid.min.css");
@import url("bootstrap-utilities.min.css");

section.light { background-color: #e4e4e4; }

section { padding: 30px 0 60px 0; }

#cluster-clip-img {
  -webkit-clip-path: polygon(0 0, 100% 0, 79% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 79% 100%, 0% 100%);
}

a.buttonLink.orange { text-decoration: none !important; }

hr.light { height: 2px; border-top: 2px solid #e4e4e4; max-width: 960px; margin: 40px auto; }