/* ==================== news style ============================== */
.news .content .items {
  background-color: #f5f5f5;
  padding: 15px;
  margin-top: 30px;
}

.news .content .items img {
  height: 200px;
  width: 100%;
  margin-bottom: 15px;
}
.news .content .items .info h5 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.6;
  color: #555;
}

.news .content .items .info p {
  color: #888;
  text-transform: uppercase;
  font-size: 13px;
}

.news .content .items .info p i {
  font-size: 12px;
  margin-right: 5px;
}
/* ==================== responsive style ============================== */

@media screen and (max-width: 991px) {
  .packages .items {
    width: 48%;
  }
}

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

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

/* ======= */

@media screen and (max-width: 480px) {
  .packages .items {
    width: 98%;
  }
}
