.blinds-title-div {
  color: #000;
}

.blinds-discription-div {
  color: #000;
}

.blinds-box-div {
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 10px;
  padding-bottom: 10px;
  min-height: 537px;
}

.blinds-image-element {
  width: 100%;
}

.know-more-btn-cls {
  text-align: center;
  margin: auto;
  padding: 10px 30px;
  position: relative;
  border: 1px solid #ccc;
  background-color: #fff;
  display: table;
  color: #000;
  text-transform: uppercase;
}

.know-more-btn-cls:hover {
  background-color: #ea0560;
  color: #fff;
  border-color: #fff;
}

.type-post {
    min-height: 388px;
}
.entry-cover{
    padding:0;
}
.entry-cover img {
  width: 100%;
}