.boxes-half-half-with-two-boxes .h2.header {
  font-weight: 600;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .boxes-half-half-with-two-boxes .h2.header {
    margin-bottom: 25px;
  }
}
.boxes-half-half-with-two-boxes .text-content {
  margin-bottom: 30px;
}
.boxes-half-half-with-two-boxes .rows-boxes-half {
  align-items: stretch;
}
.boxes-half-half-with-two-boxes .left {
  padding-right: 20px !important;
}
.boxes-half-half-with-two-boxes .right {
  margin-left: -25px;
}
@media (max-width: 991px) {
  .boxes-half-half-with-two-boxes .right {
    margin-left: 0;
  }
}
.boxes-half-half-with-two-boxes .right .tile-item {
  background-color: #f2f5f8;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 310px;
}
.boxes-half-half-with-two-boxes .right .tile-item h3 {
  margin: 0;
}
.boxes-half-half-with-two-boxes .right .tile-item img {
  width: 40px;
  height: 40px;
}
.boxes-half-half-with-two-boxes .right .tiles-row {
  gap: 15px;
}/*# sourceMappingURL=boxes-half-half-with-two-boxes.css.map */