html {
  font: 400 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  background: #fff;
  color: #444;
}

* {
  font-family: "Verdana";
}

.breadcrumb-introduction {
  padding: 0;
  background-color: unset;
}

.link-item-introduction {
  text-decoration: none;
}

.link-item-introduction:hover {
  text-decoration: none;
}

.card.card-introduction {
  border-color: #fff;
}

.card-introduction .card-body {
  margin-top : 10px;
  padding: 5px 0 25px;
}

.card-introduction .card-date{
  margin-bottom: 15px;
    font-size: 12px
}

.card-introduction .card-title {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #6378b7;
}

.link-item-introduction:hover .card-introduction .card-text {
 color: #059;
}

.card-introduction .card-text {
  font-size: 12px;
  color: #444;
}

.post-title h3, .right-sidebar-tittle h3 {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 20px;
  color: #6378b7;
  line-height: 30px;
  padding-bottom: 10px;
  border-bottom: 3px solid #6378b7;
  text-transform: uppercase;
}

.post-content {
  line-height: 25px;
}

.post-content pre {
  padding: 10px;
  background: #f5f5f5;
  font: 12px/18px Consolas,monospace,serif;
  color: #444;
  -moz-tab-size: 4;
  tab-size: 4;
  overflow: auto;
}

.post-content p {
  font-size: 14px;
}

.h-divider {
  margin-top: 25px;
  margin-bottom: 25px;
  border-top: 1px solid #ddd;
}

.right-sidebar {
  border-left: 1px solid #ddd;
}

@media (max-width: 991.5px) {
  .right-sidebar {
    border-left: none;
  }
}

.right-sidebar-content .card-content img.img-thumbnail {
  float: left;
  margin-right: 10px;
}

.img-medium{
  width: 300px;
  height: 200px;
}

.img-small{
  width: 140px;
  height: 90px;
}

.right-sidebar-content .card-content {
  display: block;
  margin-bottom: 30px;
}

.right-sidebar-content .card-content .title {
  display: block;
  font-weight: bold;
  color: #6378b7;
  margin-bottom: 10px;
  font-size: 14px;
}

.right-sidebar-content .card-content .description {
  display: block;
  color: #444;
  font-size: 12px;
}
