#our-services {
  padding: 32px;
  text-align: center;
}

#our-services {
  h2 {
    color: #000;
    font-size: 2rem;
    position: relative;
    &::after {
      content: "";
      display: block;
      width: 160px;
      height: 3px;
      background: gold;
      margin: 10px auto 0;
    }
  }

  i {
    font-size: 2.2rem;
  }

  h3 {
    background-color: #ffffff;
    color: #ffc107;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 8px;
    font-size: 1.5rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
    text-align: center;
  }
}
