.footer {
  background: #dbdbdb 0% 0% no-repeat padding-box;
  text-align: left;
  font: normal normal normal 15px/19px Montserrat;
  letter-spacing: 0.3px;
  color: #484848;
  margin-top: auto;
}

.jumbotron.banner {
  height: 200px;
  background: url("style_images/baner 2.b5ae8a6fa53f.png") no-repeat right;
  background-size: cover;
}

.hero {
  font: normal normal bold 40px/60px Montserrat;
  letter-spacing: 0.8px;
  color: white;
}

.subhero {
  font: normal normal bold 18px/22px Montserrat;
  letter-spacing: 0.36px;
  color: white;
}

.last-added {
  border: 1px solid #dddddd;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.last-added-mobile {
  display: None;
  border: 1px solid #dddddd;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.item-icon {
  display: inline-block;
  transform: translate(0%, -5%);
}

.last-added ul,
ol {
  display: inline-block;
  padding: 0.5em;
  padding-left: 2em;
  margin: 0.5em;
}

.last-added ul.custom-bullet,
ol.custom-bullet {
  list-style: none;
}
.last-added ul.custom-bullet > li,
ol.custom-bullet > li {
  clear: left;
}

.last-added ul.custom-bullet > .doc li:before,
.doc li:before {
  content: "";
  height: 1em;
  width: 1em;
  display: block;
  float: left;
  background-repeat: no-repeat;
  background-size: 100%;
}

.last-added ul.custom-bullet.doc > li:before {
  background-image: url("style_images/file_icon.f5759f1a1a39.svg") !important;
  transform: translate(-50%, 15%);
}

.last-added li:not(:last-child) {
  margin-bottom: 15px;
}

.last-added-mobile ul,
ol {
  display: inline-block;
  padding: 0.5em;
  padding-left: 2em;
  margin: 0.5em;
}

.last-added-mobile ul.custom-bullet,
ol.custom-bullet {
  list-style: none;
}
.last-added-mobile ul.custom-bullet > li,
ol.custom-bullet > li {
  clear: left;
}

.last-added-mobile ul.custom-bullet > .doc li:before,
.doc li:before {
  content: "";
  height: 1em;
  width: 1em;
  display: block;
  float: left;
  background-repeat: no-repeat;
  background-size: 100%;
}

.last-added-mobile ul.custom-bullet.doc > li:before {
  background-image: url("style_images/file_icon.f5759f1a1a39.svg") !important;
  transform: translate(-50%, 15%);
}

.last-added-mobile li:not(:last-child) {
  margin-bottom: 15px;
}

@media only screen and (max-width: 960px) {
  .jumbotron.banner {
    height: 180px;
  }

  .hero {
    font: normal normal bold 25px/34px Montserrat;
    letter-spacing: 0.5px;
  }

  .sidebar {
    display: None;
  }

  .signature {
    display: flex;
    justify-content: center;
  }

  .mobile-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 800px) {
  .jumbotron.banner {
    height: 170px;
    margin-right: -200px;
  }

  .hero {
    font: normal normal bold 25px/34px Montserrat;
    letter-spacing: 0.5px;
  }

  .subhero {
    text-align: left;
    font: normal normal bold 12px/15px Montserrat;
    letter-spacing: 0.24px;
    color: #a2a2a2;
  }

  .last-added-mobile {
    display: block;
  }

  .last-added {
    display: None;
  }
}
