.most-view .most-view-title {
  padding-top: 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  position: relative;
}
.most-view .most-view-title span {
  border-bottom: 3px solid #BE202F;
  border-radius: 2px;
  padding-bottom: 5px;
}
.most-view .most-view-title::after {
  content: "";
  border-bottom: 1px solid #ddd;
  width: 70%;
  position: absolute;
  bottom: -5px;
}
.most-view .form-group:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.most-view a h4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 48px;
}
@media (max-width: 768px) {
  .most-view a h4 {
    margin-top: 15px;
  }
}

/*# sourceMappingURL=newshot.css.map */
