.services {
  padding: 30px 50px;
  max-width: 900px;
  margin: auto;
}

.heading,
h1,
h2{
  line-height: 1.2;
  position: relative;
  margin-bottom: 30px;
  /* font-family: var(--secondary-font); */
  text-align: left;
  font-size: 31px;
  margin-top: 50px;
  font-weight: 600;
  color: #3a3939;
  padding-bottom: 4px;
}

.heading::before,
h1::before,
h2::before {
  content: "";
  width: 145px;
  height: 3px;
  border-radius: 6px;
  bottom: -10px;
  /* left: 12%; */
  background: #b2a188;
  left:10px;
  /* left: 12%; */
  /* transform: translateX(-16%); */
  position: absolute;
}

h3{
  font-weight:500;
}

.services p {
  font-size: 15px;
  line-height: 1.8;
  color: #262626;
}

.services li::before {
          font-family: "FontAwesome";
    content: "\f061";
    top: 4px;
    font-weight: 400;
    color: #333;
    margin-right: 7px;
    font-size: 17px;
    color: #a79475;
}

.services li {
  font-weight: 500;
  margin-bottom: 11px;
  font-size: 18px;
  font-weight: 600;
}

.services ol + p{
  margin-left: 23px;
}

@media (max-width: 600px) {
  .services {
    padding: 20px 30px;
  }
}

@media (max-width: 600px) {
  .services {
    padding: 20px 30px;
  }
}
