@media (min-width:992px) {
  .p-lg-5 {
    padding: 15px!important;
  }
}

.font-weight-bold {
  font-weight: 700!important;
}

.i {
  margin-bottom: 5px;
  font-size: 13px;
  padding-left: 10px;
  line-height: 18px;
  margin-top: 10px;
}

.i2 {
  padding-left: 22px;
  font-size: 11px;
  margin-top: -6px;
}

div#cover-library-img {
  height: 100vh;
  background-image: url('../../assets/img/library.jpg');
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  vertical-align: middle;
  position: relative;
  background-attachment: fixed;
}

