.modellist a.content-h4-wrap,
.modellist a.content-h4-wrap:hover,
.modellist a.content-h4-wrap:visited {
  text-decoration: none;
  color: #2b1c10;
  }
.modellist .row {
  margin-right: -5px;
  margin-left: -5px;
}
.modellist [class*='col-'] {
  padding: 0 5px;
}
.modellist .modellist-wrap {
  margin-bottom: 20px;
}
.modellist .page-title {
  height: 30px;
  line-height: 30px;
  border-left: 5px solid #0C5460;
  font-size: 18px;
  font-weight: bold;
  padding-left: 10px;
  margin: 0 0 20px;
}
.modellist .page-lead {
  background: #FFF4CD;
  border-radius: 6px;
  color: #856404;
  font-size: 14px;
  margin: 0 0 20px;
  padding: 15px 20px;
}
.modellist .inner {
  border: 1px solid #DEE2E6;
  margin: 0 0 20px;
  padding: 0 0 15px;
  width: 100%;
}
.modellist .content-title {
  background: #F8F9FA;
  min-height: 50px;
  padding: 10px 0 0 15px;
  position: relative;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 15px;
}
.modellist .content-title::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  width: 5px;
  height: 40px;
  background: #0C5460;
}
.modellist .inner img {
  max-width: 90%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 575.98px) {
  .modellist .content-title {
    padding: 12px 0 0 15px;
    font-size: 11px;
  }
}
