.legal-info-section {
  padding: 5rem 0;
  background-color: #fffdf8;
}
.terms-and-condition-main p {
  margin-bottom: 0.4rem;
  font-weight: 400;
  font-size: 1.025rem;
  line-height: 1.5rem;
  letter-spacing: 0%;
  color: #706b62;
}
.terms-and-condition-main {
  text-align: unset;
  display: unset;
}
.terms-and-condition-main h2 {
  margin-bottom: 1.75rem;
  color: #181714;
  font-size: 2.2rem;
  line-height: 100%;
  letter-spacing: 0%;
  font-weight: 400;
}
.terms-and-condition-main span {
  color: #706b62;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  display: inline-block;
}
.services-main {
  margin-bottom: 1.55rem;
}
.services-main ul li {
  list-style-type: disc;
  margin-bottom: 0.5rem;
  font-weight: 400;
  font-size: 1.025rem;
  line-height: 1.325rem;
  letter-spacing: 0%;
  color: #706b62;
}
.services-main ul li:last-child {
  margin-bottom: unset;
}
.services-main h3 {
  margin-bottom: 0.85rem;
  color: #181714;
  font-size: 1.5rem;
  line-height: 100%;
  letter-spacing: 0%;
  font-weight: 400;
}
.services-main h4 {
  font-size: 1.275rem;
  margin: 0.5rem 0 0.2rem;
  font-weight: 400;
}
.services-main ul {
  padding: 0.3rem 0 0.3rem 1.3rem;
  margin: 0;
}
.services-main a {
  font-size: 1rem;
  color: #f0441e;
}
.services-main a:hover {
  color: #fc8267;
  transition: 0.3s ease-in-out;
}
