.p2-block-top-post {
  background: #ffffff;
  border-radius: 6px;
  overflow: hidden;
}

.p2-block-top-post a {
  display: block;
}

.p2-block-top-post .p2-block-thumbnail {
  display: block;
  position: relative;
}

.p2-block-top-post .p2-block-thumbnail img {
  display: block;
  width: 100%;
}

.p2-block-top-post .p2-block-more-information {
  background: #f58f2a;
  border-radius: 3px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  padding: 17px 20px;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  line-height: 25px;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  width: 240px;
}

.p2-block-top-post a:hover .p2-block-more-information {
  background: #333333;
}

.p2-block-top-post .p2-block-title {
  color: #000000;
  display: block;
  font-weight: 600;
  padding: 20px 20px 10px;
}

.p2-block-top-post .p2-block-subtitle {
  color: #000000;
  display: block;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.5;
  padding: 0 20px 20px;
}


