.brp-header,
.brp-recommened {
  font-size: 15px;
  font-family: "Open Sans";
  line-height: 1.5;
  font-weight: 300;
}

.brp-recommened {
  padding: 20px;
}

.brp-btn {
  padding-left: 40px;
  padding-right: 40px;
  clear: left;
  display: inline-block;
  margin: 0 auto;
  background-image: url(../png/buttonbg.png);
  height: 50px;
  color: white !important;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
  font-family: "Open Sans",sans-serif;
  text-decoration: none !important;
  font-weight: 600;
  box-shadow: 0px 4px 4px rgba(0,0,0,0.2);
  margin-top: 30px;
}
.brp-btn:hover {
  color: #fff;
  text-decoration: none;
  background: #fec756;
}

.brp-container {
  max-width: 870px;
  margin: auto;
  overflow: hidden;
}

.brp-container .checklist,
.brp-container .checklist--green {
  margin: 0;
  list-style: none;
  padding: 0;
}

.brp-container .checklist__item {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
}

.brp-container .checklist__item:last-child {
  margin-bottom: 0;
}

.brp-container .checklist__item:before {
  content: "";
  background: url(../png/icon-check-green.png) center no-repeat;
  background-size: contain;
  position: absolute;
  height: 15px;
  width: 15px;
  left: 0;
  top: 4px;
}

.brp-header {
  background: url(../jpg/bg-blue-blur.jpg) center no-repeat;
  background-size: cover;
  color: #ffb44b;
  padding: 40px 10px;
  text-align: center;
}

.brp-header h1 {
  text-transform: initial;
  margin: auto;
  font-size: 36px;
  line-height: 1.3;
}

.brp-list {
  list-style: none;
  margin: auto;
  padding: 0;
  line-height: 1.75em;
}

.brp-item {
  padding: 60px 0;
  border-bottom: 1px solid #ccc;
}

.brp-item:last-child {
  border-bottom: 0;
}

.brp-item-hr {
  max-width: 200px;
  margin-left: 0;
  border-color: #ddd;
}

.brp-item__row:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.brp-item__img {
  width: 30%;
  float: left;
}

.brp-item__img img {
  max-width: 100%;
}

.brp-item__title {
  color: #1d3d5c;
  font-size: 20px;
  text-transform: initial;
  margin: 0 auto;
  margin-bottom: 10px;
}

.brp-item__subtitle {
  text-transform: initial;
  color: #929496;
  font-weight: 300;
  margin-top: 0;
}

.brp-item__details {
  width: 65%;
  margin-left: 5%;
  float: left;
}

.brp-item__blurb {
  color: #fff;
  background: #1d3d5c;
  clear: both;
  padding: 30px 80px;
  margin-top: 40px;
  position: relative;
}

.brp-item__blurb:before {
  content: "";
  border: 15px solid transparent;
  border-bottom-color: #1d3d5c;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  width: 0;
  margin: auto;
}

.brp-item__blurb h3 {
  color: #ffb44b;
  text-transform: initial;
  text-align: center;
  font-size: 28px;
  margin: 0;
  margin-bottom: 20px;
}

.brp-item__blurb p {
  position: relative;
}

.brp-item__blurb p:before,
.brp-item__blurb p:after {
  content: "";
  height: 10px;
  width: 12px;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
}

.brp-item__blurb p:before {
  background-image: url(../png/icon-quotes-left.png);
  margin-left: -1.6em;
}

.brp-item__blurb p:after {
  background-image: url(../png/icon-quotes-right.png);
  margin-left: 1em;
}

@media (max-width: 678px) {
  .brp-recommened {
    padding: 1em;
  }
  .brp-btn {
    display: block;
  }
  .brp-item-hr {
    margin: 40px auto;
  }
  .brp-item__img,
  .brp-item__details {
    width: 100%;
    margin: auto;
  }
  .brp-item__title,
  .brp-item__subtitle {
    text-align: center;
  }
  .brp-item__img {
    margin-bottom: 20px;
  }
}

