/* COLORS */
/* FONTS */
#intro_global {
  z-index: 1;
  background: url("/themes/custom/images/waves/hero_lightblue.svg") bottom center repeat-x transparent;
  background-size: cover;
  overflow: visible;
}
#boxes .section-content {
  width: 60%;
  margin-bottom: 50px;
}
#boxes .items {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#boxes .items .item {
  display: flex;
  flex-direction: column;
  flex: 1 0 32%;
  min-width: 260px;
  gap: 1rem;
  background: #fff;
  box-shadow: 0 16px 40px 0 rgba(112, 144, 176, 0.2);
  border-radius: 12px;
  padding: 30px;
  position: relative;
}
#boxes .items .item .h5 {
  font-size: 16px;
  line-height: 18px;
}
#boxes .items .item > div:first-child {
  width: 55px;
  height: 55px;
}
#boxes .items .item > div:first-child img {
  object-fit: contain;
}
/*# sourceMappingURL=boxes.css.map */