/* ==================== specail offers style ============================== */
.offers .items {
  margin: 5px;
}

.offers .items .img {
  position: relative;
  overflow: hidden;
}

.offers .items .img img {
  width: 100%;
  height: 170px;
}

.offers .items h5 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.offers .items h5 a {
  color: #fff;
}

.offers .items .butn {
  position: absolute;
  left: 30px;
  bottom: -1px;
  text-transform: uppercase;
  padding: 10px 35px;
  font-weight: bold;
}

.offers .items .info small {
  margin-top: 15px;
  font-size: 13px;
  display: inline-block;
  color: #444;
}

.offers .items .info p {
  color: #888;
  font-style: italic;
  margin-top: 25px;
  font-size: 13px;
  padding: 0 10px;
  margin-bottom: 40px;
}

.offers .items .info p a {
  font-style: normal;
  float: right;
  margin-right: 10px;
}
/* ==================== responsive style ============================== */

@media screen and (max-width: 991px) {
}

/* ======== */

@media screen and (max-width: 787px) {
}

/* ======= */

@media screen and (max-width: 480px) {
}
