.footer-notes{
    padding: 20px 43px;
    background: #f8f7f4;
    border-bottom-right-radius: 35px;
}
.footer-notes .footer-notes__container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-notes .footer-parg{
    font-size: 18px;
    margin: 0;
}
.footer-notes__container p{
    margin: 0;
}
.footer-notes .cta a{
    background: #955f3a;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 7px 20px;
    border-radius: 50px;
}