.footer-columns {
    height: 373px;
    width: 100%;
    background: #1F2022;
    margin-top: 5em;
}

.footer-row {
    max-width: 1613px;
    margin: 0 auto;
    display: block;
    width: 100%;
}

.footer-column {
    float: left;
    width: 24%;
    padding: 10px;
    height: 300px;
}

img.footer-logo {
    width: 213px;
    height: 213px;
    margin-top: 50px;
}

h2.footer-title {
    color: #fff;
    margin: 2em 0 -10px 0;
    font-size: 1.2rem;
    font-weight: 500;
}

.footer-link-a p {
    color: #fff;
    font-size: 16px;
    line-height: 0;
    font-family: var(--font-poppins);
}

a.footer-link-a {
  text-decoration: none;
}

.footer-link {
    padding-top: 20px;
}

.footer-copyright {
    background: #DA251C;
    height: auto;
    width: 100%;
    text-align: center;
}

.footer-copyright p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0!important;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.footer-copyright a {
    color: #fff !important;
    font-size: 18px;
    text-decoration: none;
}

img.icon-call-footer {
    width: 38px;
    height: 38px;
    display: block;
    margin: 2em auto 1em;
}

.p-express {
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
    font-family: var(--font-poppins);
    text-align: center;
    width: 42%;
    font-weight: 600;
    margin: 0 auto;
}

a.btn-express {
    display: block;
    text-align: center;
    height: 35px;
    padding: 4px;
    background: #fff;
    width: 140px;
    margin: 18px auto;
    color: #222222 !important;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
}
