/* Enter Your Custom CSS Here */

.dp-two {
  width: 100%;
  text-align: center;
  font-size: 2em;
  line-height: 1.25;
}
.dp-two .listing-item {
  width: 44%;
  float: left;
  padding: 1.5em 3%;
}

.dp-two img {
  width: 100%;
  height: auto;
}

.dp-two .title {
  position: relative;
  top: -200px;
  color: #fff;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
  font-weight: bold;
}

.dp-two .title:hover {
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
}

.dp-sidebar .listing-item {
  width: 90%;
  float: left;
  padding: 0.5em 5%;
}

.dp-sidebar .image  {
  width: 25%;
  float: left;
  padding-right: 10%;
  border-radius: 12%;
}

.dp-sidebar .title {
  width: 65%;
  float: right;
  font-weight: bold;
}
  
