#brx-footer {}

#brx-footer a:hover {
    text-decoration: underline;
}

.footer-main {
    font-size: 14px;
    line-height: 190%;
}

.footer-cta,
.footer-main,
.footer-copy {
    width: 100%;
}

.footer-cta {
    padding-top: 90px;
    padding-bottom: 140px;
    border-radius: 30px 30px 0 0
}

.footer-main {
    border-radius: 30px 30px 0 0;
    margin-top: -30px;
    padding: 90px 0 80px
}

.footer-copy {
    background-color: #000;
    color: #707773;
    padding: 10px 0
}

.footer-copy a {
    color: #707773;
    transition: all 0.3s;
}

.footer-copy a:hover {
    color: #fff
}

.footer-logo {
    width: 215px;
}

.footer-right-content>div {
    flex-direction: column;
    gap: 20px
}

.footer-phone a {
    display: inline-block;
    font-weight: 600;
    background: url(../../img/ico-phone.svg) no-repeat center left;
    padding: 3px 0 3px 32px
}

.footer-cta-wrapper {
    padding-bottom: 165px
}