section.footer {
    background-color: #633B61;
    color: #fff;
    font-size: 18px;
    line-height: 19px;
    padding: 15px 0;
    text-transform: uppercase;
}

section.footer .footer-content {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

span.email {
    text-transform: lowercase;
}

section.footer .lrp-contact, section.footer .social {
    display: inline-block;
}

section.footer .lrp-contact {
    padding-right: 25px;
}

section.footer .social {
    border-left: 3px solid #c6b8c2;
    padding-left: 25px;
    vertical-align: top;
    margin-top: 21px;
    min-height: 75px;
}

section.footer .social a {
    text-decoration: none;
    vertical-align: middle;
    height: 40px;
    display: inline-block;
}

section.footer .social h4 {
    line-height: 24px;
    font-weight: 400;
}

section.footer .lrp-contact h4 {
    letter-spacing: 5px;
}

section.footer .lrp-contact h4 img {
    width: 444px;
}
section.footer h4 {
    font-size: 24px;
    margin: 0;
    padding: 15px 0 0 0;
}

section.footer h4 .inc {
    font-size: 21px;
}

section.footer h5 {
    padding: 5px 0 0 0;
    margin: 0;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
}
@media all and (max-width : 1024px) {
    section.footer .footer-content {
        margin: 0 5px 0 5px;
        display: block;
        text-align: center;
    }

    section.footer .lrp-contact {
        padding-right: 0;
    }

    .mobile-wrap {
        display: block;
    }

    section.footer .lrp-contact h4 {
        line-height: 30px;
    }

    section.footer .social {
        border-left: none;
    }
    section.footer .lrp-contact h4 img {
        width: 350px;
    }
    .hide-mobile {
        display: none;
    }
    section.footer .lrp-contact a {
        color: #fff !important;
        text-decoration: none !important;
    }
}
