.hot-deals {
  background: #212121 url("../images/banner_symbol_left.png") no-repeat scroll 0 0;
  background-size: cover;
  color: #fff;
  /* padding-top: 5vh; */
  min-height: 400px;
}

.hot-deals ul {
  width: 100%;
}

.hot-deals ul li {
  line-height: 20px;
  font-size: 14px !important;
  text-transform: none;
  border-bottom: none;
}

@media (max-width: 767px) {
  .hot-deals p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .hot-deals p b {
    font-size: 15px;
  }
}
