  #page_dossier {
  max-width: 100%;
}
#bpl-tf2-RDC-LOVE-PRICE {
  width: 100%;
  background-color: #82C7D3;
  color: #fff;
  position: relative;
  padding: 50px 20px 50px;
  margin-bottom: 30px;
  text-align: center;
}
#bpl-tf2-RDC-LOVE-PRICE h4{
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#bpl-tf2-RDC-LOVE-PRICE .txt-1{
  font-size: 40px;
  line-height:45px;
  font-weight: 300;
}
@media only screen and (max-width: 1500px) {
#bpl-tf2-RDC-LOVE-PRICE h4{
  font-size: 50px;
  line-height: 50px;
}
#bpl-tf2-RDC-LOVE-PRICE .txt-1{
  font-size: 30px;
  line-height:35px;
}
}
@media only screen and (max-width: 1024px) {
  #bpl-tf2-RDC-LOVE-PRICE h4{
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 15px;
  }
  #bpl-tf2-RDC-LOVE-PRICE .txt-1{
    font-size: 28px;
    line-height:34px;
  }
}
@media only screen and (max-width: 767px) {
  #bpl-tf2-RDC-LOVE-PRICE h4{
    font-size: 35px;
    line-height: 35px;
  }
  #bpl-tf2-RDC-LOVE-PRICE .txt-1{
    font-size: 20px;
    line-height:25px;
  }
}
@media only screen and (max-width: 480px) {
  #bpl-tf2-RDC-LOVE-PRICE {
    padding: 15px 20px 15px;
  }
  #bpl-tf2-RDC-LOVE-PRICE h4{
    font-size: 20px;
    line-height:20px;
    margin-bottom:5px;
  }
  #bpl-tf2-RDC-LOVE-PRICE .txt-1{
    font-size: 12px;
    line-height:15px;
  }
}