.lp-boxes #boxes {
  width: 100%;
  background-color: #F6F6F6;
}
.lp-boxes #boxes .container-boxes {
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.lp-boxes .box {
  position: relative;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.lp-boxes .box:hover {
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.2));
}
.lp-boxes .highlight-red {
  color: #d50032;
  font-weight: 500;
}/*# sourceMappingURL=style.css.map */