

.industryServiceSection{
    background: white;
}

/* .container-fluid{
    padding-right: 50px !important;
    padding-left: 130px !important;
} */

article {
  /* max-width: 50em; */
  background: white;
  padding: 2em;
  margin: 1em 40px;
}

.table-of-contents {
  float: right;
  width: 100%;
  background: #eee;
  font-size: 0.8em;
  padding: 1em 2em;
  margin: 0 0 0.5em 0.5em;
}
.table-of-contents ul {
  padding: 0;
}
.table-of-contents li {
  margin: 0 0 0.25em 0;
}
.table-of-contents a {
  text-decoration: none;
}
.table-of-contents a:hover,
.table-of-contents a:active {
  text-decoration: underline;
}

h3:target {
  animation: highlight 1s ease;
}

@keyframes highlight {
  from { background: yellow; }
  to { background: white; }
}

ol li {
    list-style-type: decimal;
    font-weight: bold;
    margin-left: 30px;
}

ol li span {
            font-weight: normal;
          }

ul li a .subPoints{
    margin-left: 15px !important;
}

blockquote{
    font-family: inherit;
    font-size: 30px;
    color: #007bff;
}
.planningBtn{
    background-color: orange;
    border-color: orange;
    padding: 0 5px;
}
.alertPrimaryContent
{    position: absolute;
    top: 15px;
    left: 50px;
}
.nestedList{
    list-style: disc;
    padding-left: 60px;;
}
figcaption{
    color: #666;
    font-size: 14px;
    margin-top: 5px;
}