.generic-section {
  padding: 4.75rem 0;
  background-image: url(/staticfiles/images/locations-background-img.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.terms-and-condition p {
  /* color: ; */
  margin-bottom: unset;
  font-size: 1rem;
  line-height: 1.5;
}
.terms-and-condition-main {
  text-align: unset;
  display: unset;
}
.terms-and-condition-main h1 {
  font-size: 3.125rem;
  color: #652e5a;
  font-weight: 400;
  line-height: 3.5625rem;
  margin-bottom: 1.45rem;
}
.services-main h2 {
  font-size: 2.05rem;
  line-height: 2.5rem;
  margin: 0.95rem 0;
  font-weight: 300;
  color: #3c3c3c;
}
.services-main h4 {
  color: #652e5a;
  font-size: 1.4rem;
  line-height: 2rem;
  margin-bottom: 0.65rem;
  font-weight: 300;
}
.terms-and-condition-main span strong {
  color: rgb(229 82 151);
  margin-bottom: 1rem;
  display: inline-block;
  font-size: 1.2rem;
}
.services-main {
  margin-bottom: 1.1rem;
}
.services-main ul li {
  margin-bottom: 1.25rem;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.64rem;
  color: #474747;
  letter-spacing: 0.0063rem;
  text-transform: unset;
}
.services-main ul li:last-child {
  margin-bottom: 0.75rem;
}
.services-main a {
  color: #77496d;
  text-decoration: underline;
}
.services-main strong {
  color: #77496d;
  font-weight: 600;
  text-decoration: none;
}
.services-main p {
  margin-bottom: 0.95rem;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.9rem;
  color: #474747;
  letter-spacing: 0.0063rem;
  text-transform: unset;
}
.services-main h3 {
  font-size: 1.2625rem;
  margin-bottom: 0.5rem;
}

.services-main ul {
  padding-left: 1.3rem;
  margin: 0;
  list-style: disc;
}
.generic-section.careers-section {
  padding: 12.5rem 0;
}
.terms-and-condition .careers-main {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.terms-and-condition .careers-main h1 {
  font-size: 5.125rem;
  color: #652e5a;
}
@media (max-width: 420px) {
.terms-and-condition .careers-main h1 {
  font-size: 1.5rem;
}
}