/* SERVICES STYLES */

.headerlink, .currentlink {
  border-bottom-color: #C7625E !important;
}

#expertisetitle {
  padding-top: 0 !important;
}

#expertisecontainer {
  width: 100%;
  height: max-content;
  padding-bottom: 75px;
}

#specialitylist, #approacheslist, #workroleslist {
  margin-top: 40px;
}

.specialitybox, .approachbox {
  width: max-content;
  font-weight: 600;
  font-size: 12pt;
}

.col-xs {
  background-color: white;
  box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.2);
  padding: 20px;
  margin: 15px;
}

#adjustmentbox {
  margin-right: 75px;
}

#griefbox {
  margin-right: 85px;
}

#approachescontainer {
  width: 100%;
  height: max-content;
  background-color: rgba(225, 217, 213, 0.8);
  padding-bottom: 75px;
}

#approachesdescription {
  text-align: center;
  margin-top: 50px;
}

#othercontainer {
  width: 100%;
  height: max-content;
  padding-bottom: 50px;
}

.workrolebox {
  width: 95%;
  background-color: white;
  box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.2);
  padding: 20px;
  margin-bottom: 30px;
}

.workroletitle {
  font-size: 18pt;
  font-weight: 700;
  margin-bottom: 10px;
}

.workroledescription {
  text-align: justify;
  line-height: 2;
}

@media only screen and (max-width: 850px) {

  .pagecontent {
    width: 90vw !important;
  }

  .specialitybox, .approachbox {
    width: 83vw;
    text-align: center;
  }

  #adjustmentbox, #griefbox {
    margin-right: 0;
  }

  .workrolebox {
    width: 85vw;
  }

  .workroletitle {
    text-align: center;
  }

}

@media only screen and (max-width: 600px) {

  .workrolebox {
    width: 84vw;
  }

}

@media only screen and (max-width: 520px) {

  .workrolebox {
    width: 80vw;
  }

}

@media only screen and (max-width: 350px) {

  .specialitybox, .approachbox {
    width: 80vw;
  }

  .workrolebox {
    width: 78vw;
  }

}
