#pills--what-we-do>li.active, #pills--process>li.active {
  background-color: var(--main-accent-dark-color);
}

#pills--what-we-do>li:first-of-type, #pills--process>li:first-of-type {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}


#pills--what-we-do>li:last-of-type, #pills--process>li:last-of-type {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

#pills--what-we-do>li, #pills--process>li {
  float: none;
  display: inline-block;
  background-color: #fafafa;
  margin: 0;
  padding: 1rem 0;
  min-width: 140px;
  text-align: center;
}

.nav-link{
font-size: 20px;
font-weight: bold;
}


#pills--what-we-do>li.active a, #pills--process>li.active a {
  color: #333;
}

#pills--what-we-do>li a, #pills--what-we-do>li a:hover {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  background-color: transparent;
  padding: 0 2rem;
  margin: 0;
  opacity: 1;
}


.nav-pills>li>a {
  border-radius: 4px;
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}


.item--name {
  margin-bottom: 20px;
  width: 100%;
  padding: 20px 40px;
  border-radius: 5px;
  background-color: #fafafa;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
  line-height: 1.5;
}




.item--name:hover {
  background-color: var(--main-accent-dark-color);
}


.item--image {
  /*height: 50px;*/
}