#ai-power-harness {
  background-color: #f1f2f2;
}
#ai-power-harness .image-box {
  background: url("assets/img/ai-power.svg") center center no-repeat;
  background-size: cover;
  min-height: 500px;
}
#ai-power-harness .ai-text {
  position: relative;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
}
#ai-power-harness .ai-text h3 {
  font-weight: 700;
  color: #1d354f;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#ai-power-harness .ai-text p {
  font-weight: 400;
  font-size: 30px;
  color: #1d354f;
  letter-spacing: 1px;
}
#ai-power-harness .ai-text a {
  white-space: nowrap;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  color: #f05633;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
#ai-power-harness .ai-text a:hover {
  color: #f89734;
}
#ai-power-harness .ai-text #triangle-bottomleft {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 100px solid #f89734;
  border-right: 100px solid transparent;
}

/*# sourceMappingURL=front-ai-power.css.map*/