/* Expertise */
.expertise-main {
  display: flex;
}

.expertise-sidebar {
  width: 20%;
  margin-left: 8em;
  margin-right: 3em;
  margin-top: 5em;
}

.expertise-sidebar p {
  margin-bottom: 1em;
  font-size: 14px;
  cursor: pointer;
  color: #9c9c9c;
}

.hidden {
  display: none;
}

.expertise-sidebar p:hover {
  color: #f2be00;
}

.expertise-sidebar ul {
  margin-left: 1em;
}

.expertise-sidebar ul li {
  margin-bottom: 1em;
  font-size: 14px;
}

#material-sidebar-content li a, p a {
  color: #9c9c9c !important;
}

#material-sidebar-content li a:hover,  p a:hover {
  color: #f2be00 !important;
}

.expertise-content {
  width: 65%;
  padding: 4em;
  margin-right: 5em;
  border-left: 0.75px solid #c5c5c5;
}

.expertise-content h2 {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 0.75em;
}

.expertise-content h2:first-of-type {
  margin-top: 0em;
}

.expertise-content h2 {
  margin-top: 2.5em;
  margin-bottom: 1em;
}

.expertise-content h3 {
  font-size: 16px;
  color: #da7239;
  margin: 2em 0;
  font-weight: 800;
}


.expertise-content p {
  font-size: 15px;
  opacity: 0.9;
  margin-bottom: 1em;
}

.expertise-content p span {
  color: #da7239;
  font-weight: 800;
}

.expertise-content ul li {
  font-size: 15px;
  opacity: 0.9;
  list-style: disc;
  margin-left: 2em;
}

ul, ol {
  margin-bottom: 1em;
}

.expertise-content ul li span, .expertise-content ol li span {
  font-weight: 800;
}
.expertise-content ol li {
  font-size: 15px;
  opacity: 0.9;
  list-style: decimal;
  margin-left: 2em;
}


.expertise-img {
  margin: 2em 0;
}

.expertise-contact {
  margin: 1em 0 !important;
}

.light {
  color: #da7239;
}

.expertise-contact {
  padding-top: 1em !important;
  border-top: 0.5px solid #9c9c9c !important;
}

