.bphcp {
  background-color: #EBF1DD;
  padding:45px 0;
  left: 50%;
  display: flex;
  text-align: center;
  margin: 0;
  justify-content: center;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
  right: 50%;
  width: 100vw;
  min-width: 100vw;
  flex-wrap: nowrap;
}
.bphcp > div > h1 {display:inline-block;font-size:24px;line-height:24px;font-weight:900;margin: 0 0 45px 0}
.bphcp .row {margin:0 5px;}
.bphcp .row > div {margin-bottom: 40px;}
.bphcp a {position: relative;display: inline-block;}
.bphcp a img {
  border-radius:5px;
  max-width: 100%;
  height: auto;
}
.bphcp .chtr {
  background-color: #0006;
  bottom: 0px;
  border-top: 1px solid #fff3;
  color: #fff;
  height: 100px;
  position: absolute;
  width: 100%;
  text-align: left;
}
.bphcp a:hover {
  opacity: 0.55;
}
.bphcp .chtr > span {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 42px;
  border: 1px solid #fff4;
  padding: 7px 30px;
  border-radius: 5px;
  background-color: #0006;
  margin: 0 0 0 24px;
}
.bphcp a p {
  font-size: 16px;
  font-weight: 700;
  padding: 5px 0 0;
  margin: 0 0 5px 5px;
  text-align: left;
  height: 50px;
}
@media (min-width:992px) {
  .bphcp {padding:100px 0}
  .bphcp > div > h1 {font-size:40px;line-height:40px}
  .bphcp .chtr {
    height: 139px;
  }
  .bphcp a p {
    font-size: 24px;
    padding: 15px 0 0;
    margin-left: 25px;
    margin-bottom: 35px;
  }
}
