#finance-reno .content {
    max-width: 530px;
    width: 100%;
    margin-bottom: 3rem;
}
.LPButton {
    background-color: #09263F;
    color: #fff;
    min-width: 243px;
    padding: 1rem;
    border-radius: 15px;
    font-size: 1.5rem;
    font-family: 'interface';
    font-weight: 700;
    transition: 0.3s;
}
.LPButton:hover {
    background-color: #061929;
    color: #fff;
}
@media screen and (max-width: 991px) {
    .LPButton {
       width: 100%;
   }
}