.bphpl {
  background-color: #EBF1DD;
  padding:45px 10px;
  left: 50%;
  display: block;
  text-align: left;
  margin: 0;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
  right: 50%;
  width: 100vw;
  min-width: 100vw;
  .container {
    display:block;
  }
  .slide {
    overflow: auto;
    flex-wrap: nowrap;
    display: flex;
    padding-bottom: 30px;
    .bphpl-item {
      width: 270px;
      + .bphpl-item {
        margin-left: 20px;
      }
    }
  }

}
.bphpl .row {margin:0 5px;}
.bphpl .row > div {margin-bottom: 40px;}
.bphpl h1 {display:inline-block;font-size:24px;line-height:24px;font-weight:900;margin: 0 0 45px 0;text-align: left;}
.bphpl a {position: relative;display: inline-block;}
.bphpl a img {
  border-radius:5px;
  height: auto;
  width: 220px;
}
.bphpl .chtr {
  background-color: #0006;
  bottom: 0px;
  border-top: 1px solid #fff3;
  color: #fff;
  height: 100px;
  position: absolute;
  width: 100%;
  text-align: left;
}
.bphpl .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;
}
.bphpl 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:768px) {
  .bphpl {padding:45px 0}
  .bphpl a img {
    width: 270px;
  }
}
@media (min-width:992px) {
  .bphpl {padding:100px 0}
  .bphpl h1 {font-size:40px;line-height:40px}
  .bphpl .chtr {
    height: 139px;
  }
  .bphpl a p {
    font-size: 24px;
    padding: 15px 0 0;
    margin-left: 25px;
    margin-bottom: 35px;
  }
}
