.mb-0 {
  margin-bottom: 0;
}

.mb-5 {
  margin-bottom: 20px;
}

h1.header {
  font-size: 35px;
  margin-top: 1.4em;
  line-height: 1.3em;
}
h4 {
  font-size: 20px;
  line-height: 1.5em;
}

@media all and (max-width: 767px) {
  h1.header {
    font-size: 28px;
    margin-top: 0.4em;
    line-height: 1.3em;
  }
}
@media only screen and (min-width: 768px){
  .alig-items-center{
    align-items: center;
  }
  .d-flex{
    display: flex;
  }
}
.card-shadow{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 50px 0 rgba(0, 0, 0, 0.1)!important;
}
.card .card-body {
  padding: 2.5rem;
}
.d-flex{
  display: flex;
}
.mb-20px{
  margin-bottom: 20px!important;
}
.mx-auto{
  margin: 0 auto;
}
ul.bullet-orange {
  list-style: none;
  margin: 0;
  padding-left: 2rem !important;
}

ul.bullet-orange li {
  padding-left: 0.75em;
  text-indent: -.7em;
  position: relative;
  font-weight: bold;
}

ul.bullet-orange li::before {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  background-color: #ff7900;
  position: absolute;
  left: -14px;
  top: 8px;
}