#sp-4 .col-md-6 {
  margin-bottom: 35px;
}

@media (min-width:673px) {
  #sp-4 .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

#sp-4 .post-sm {
  display: flex;
  position: relative;
  align-items: center;
  height: 81px;
  padding: 1px 4px;
}

#sp-4 .thumb-3 {
  width: 91px;
  padding: 1px;
  border-radius: 9px;
}

#sp-4 .thumb-3 > img {
  display: flex;
  width: 90px;
  height: 71px;
  object-fit: cover;
  border-radius: 9px;
}

#sp-4 .post-sm-info {
  width: calc(100% - 91px);
  padding: 1px 2px 1px 7px;
}

#sp-4 .post-sm-info > h2 {
  color: #747474;
  font-size: 15px;
  font-weight: bold;
}

#sp-4 .post-sm-info > ul {
  color: #777;
  font-size: 12px;
}

#sp-4 .rating-sm {
  font-size: 12px;
  color: #d27100;
}

#sp-4 {
  background-color: rgba(0,0,0,0.5);
}

.widg-tit.hlf {
  /*margin: auto;*/
}

