.bpb{background-color:#f3e9d5;padding:4.6rem 2.4rem}
.bpb-wrapper{margin:0 auto;max-width:63rem;display:flex;justify-content:center;align-items:center;flex-direction:column}
.bpb-wrapper-heading{max-width:56rem;margin:0 auto;margin-bottom:3rem;text-align:center;font-weight:600}
@media screen and (max-width:990px){
.bpb-wrapper-heading{font-size:2.2rem;line-height:2.8rem;margin-bottom:1.6rem}
}
.bpb-wrapper-text p{text-align:center;font-size:2.2rem;line-height:3.2rem;color:#3e3e3e}
@media screen and (max-width:990px){
.bpb-wrapper-text p{font-size:1.8rem;line-height:2.2rem}
}
.bpb-wrapper-text p a{color:#35a106;pointer-events:none;font-weight:600}
.bpb-wrapper-buttons{display:flex;gap:2rem}
@media screen and (max-width:990px){
.bpb-wrapper-buttons{gap:1.6rem;flex-direction:column;width:100%}
}
.bpb-wrapper-buttons-button{margin-top:3rem}
@media screen and (max-width:990px){
.bpb-wrapper-buttons-button{margin-top:2.4rem;width:100%}
.bpb-wrapper-buttons-button:last-child{margin-top:0}
}
.bpb-wrapper-buttons-button.button--primary--outline{padding:1.2rem 1.6rem!important}