/* =========================
   Section Title Decoration
   ========================= */
.section-title {
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 24px;
}

.section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(
    to right,
    #22c55e 0%,
    #22c55e 90%,
    transparent 100%
  );
}

.section-title::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  width: 32px;
  height: 32px;

  background: url("/images/leaf-icon.png") no-repeat center;
  background-size: contain;
}

}

.tech-figure{
  text-align:center;
  margin:2.5rem auto;
}
.tech-figure figcaption{
  margin-top:0.75rem;
  font-size:0.9rem;
  color:#9ca3af;
}

