.inner-banner {
  position: relative;
  height: 400px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.inner-banner .presentation {
  position: absolute;
  top: 50%;
  left: calc(50% - 1345px / 2);
  transform: translate(10px, -50%);
  max-width: 50%;
}
.inner-banner .caption-lg:after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  margin: 10px 0 15px 0;
  background: #012b7e;
}
.section-body {
  margin-top: 40px;
  padding-bottom: 20px;
}
.section-body .caption-md {
  text-transform: capitalize;
}
.section-body .meta {
  padding: 16px 0;
  color: #999;
  border-bottom: 1px solid #e1e1e1;
  font-size: 14px;
}
.section-body .author {
  margin-right: 10px;
}
.section-body .author:before {
  content: "\e92c";
  margin-right: 3px;
}
.section-body .date:before {
  content: "\e92b";
  margin-right: 3px;
}
.section-body .entry-content {
  margin-top: 30px;
}
.section-body .foot {
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
  place-items: baseline;
  margin-top: 20px;
}
.section-body .tags {
  width: calc(100% - 220px);
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
}
.section-body .tags a {
  display: inline-block;
  padding: 8px 16px;
  margin-right: 20px;
  background: #f6f6f6;
}
.section-body .tags a:hover {
  color: #fff;
  background: #012b7f;
}
.section-body .comments {
}
.footer {
  margin-top: 10px;
}

/* responsive */
@media (max-width: 1345px) {
  .inner-banner .presentation {
    left: 15px;
    right: 15px;
    transform: translateY(-50%);
    width: calc(100% - 30px);
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .inner-banner {
    height: 300px;
  }
}
@media (max-width: 780px) {
  .inner-banner {
    height: 200px;
  }
}
