#service-title {
  font-size: 4.5em;
  font-family: 'KASparkled';
}

#service-hr {
  width: 70%;
}

#service-container {
  gap: 2em;
  width: 90%;
  margin-top: 3em;
  align-items: flex-start;
}

#space-between-services {
  margin-top: 5em;
}

.service-flex {
  flex-direction: column;
  display: flex;
  width: 100%;
}

.service-photo-direct {
  background-image: url('assets/SLP\ Stock\ Photo\ 84A.jpg');
  height: 40em;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#assessment {
  background-image: url('assets/SLP\ Stock\ Photo\ 50a.jpg');
  background-position: 50% 70%;
}

#coaching {
  background-image: url('assets/SLP\ Stock\ Photo\ 31a.jpg');
  background-position: 50% 70%;
}

#training {
  background-image: url('assets/bespoke\ training\ options.jpg');
}
.service-fee-icon {
  height: 8em;
  width: 8em;

  margin: 0 auto;
}

.service-title-fees {
  margin: 0.1em auto;
  font-family: 'KAIslandSand';
  font-size: 4em;
  text-align: center;
}

.service-fees-text {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 1.1em;
  margin-top: 1em;
}

#service-enquire {
  width: 50%;
}

.terms {
  margin-top: 3rem;
}
@media (max-width: 1300px) {
  #service-container {
    flex-direction: column;
  }

  #service-enquire {
    width: 100%;
    margin-top: 1em;
  }

  .service-title-fees {
    font-size: 2em;
  }

  #therapy,
  #training {
    display: none;
  }
}
