.home-list-container {
  max-width: 1600px;
  margin: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
}

.home-list {
    flex:1;
    margin-right: 10%;
}

.home-title {
  font-size: 2.4em !important;
  font-weight: bolder;
  color: #0d6efd;
  text-transform: uppercase;
}

.fireserviceinstallations .home-title {
  color: rgba(212, 111, 54);
}

.hvacinstallations .home-title {
  color: rgb(140, 81, 50);
}

.liftandescalatorinstallations .home-title {
  color: rgb(75, 111, 62);
}

.gasutilisationfacilities .home-title {
  color: rgb(6, 167, 219);
}

.solarwaterheatingsystems .home-title {
  color: #ffaa00;
}

.solarphotovoltaicsystems .home-title {
  color: #00186e;
}

.vehiclefuelsystem .home-title {
  color: #52b788;
}

.home-title-divider {
  background-color: #0d6efd;
  width: 100%;
  height: 1px;
  margin: 30px 0 50px 0;
  border: none;
}

.fireserviceinstallations .home-title-divider {
  background-color: rgba(212, 111, 54);
}

.hvacinstallations .home-title-divider {
  background-color: rgb(140, 81, 50);
}

.liftandescalatorinstallations .home-title-divider {
  background-color: rgb(75, 111, 62);
}

.gasutilisationfacilities .home-title-divider {
  background-color: rgb(6, 167, 219);
}

.solarwaterheatingsystems .home-title-divider {
  background-color: #ffaa00;
}

.solarphotovoltaicsystems .home-title-divider {
  background-color: #00186e;
}

.vehiclefuelsystem .home-title-divider {
  background-color: #52b788;
}

.home-title-list {
  margin: 30px;
  font-size: 1.5em;
  font-weight: 600;
}

.home-title-list li {
  margin: 30px 0;
}

.home-title-list li:hover {
    opacity: 0.5;
}

.home-toc-list {
    height: 40px;
    display: flex;
    align-items: center;
    width: max-content;
}

.home-toc-list span {
    color:black;
    margin-left: 10px;
}

.home-toc {
    margin-top: 50px;
    display: flex;
    flex:1;
    align-items: center;
}

.home-toc-list-container {
    list-style: none;
    background-color: rgb(240, 240, 240);
    padding: 20px 40px;
    border-radius: 10px;
    width: 80%;
}

.home-toc-list-container a{
    padding: 20px;
}

.home-toc-list-container a::after{
    content: "";
    display: block;
    margin: 15px auto 0 auto;
    background-color: rgb(255, 255, 255);
    width:82%;
    height:1px;
}
