.clean-bid-item {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .075);
  border-top: 2px solid #5ea4f3;
  padding: 30px;
  overflow: hidden;
  position: relative;
}

.clean-bid-item .heading {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.clean-bid-item p {
  text-align: center;
  margin-top: 20px;
  opacity: .7;
}

.clean-bid-item .features .feature {
  font-weight: 600;
}

.clean-bid-item .features h4,
.clean-bid-item .features .h4 {
  text-align: center;
  font-size: 18px;
  padding: 5px;
}

.clean-bid-item .bid-stage h4,
.clean-bid-item .bid-stage .h4 {
  margin: 15px 0;
  font-size: 45px;
  text-align: center;
  color: #2288f9;
}

.clean-bid-item button {
  font-weight: 600;
}
