.footer-container{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 4.6875rem 0;
    background: #f7f5f4;
}
.footer-content{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.footer-content-header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.footer-content-header-contact-method{
    text-decoration: none;
    color: #000000;
    font-size: 0.9375rem;
    font-weight: 400;
}
.footer-content-header-contact-method:hover{
    color: #87272a;
}
.footer-content-header-social-media-list{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.footer-content-header-social-media{
    text-decoration: none;
    color: #000000;
    font-size: 0.9375rem;
    font-weight: 400;
    margin-right: 1.25rem;
}
.footer-content-header-social-media:hover{
    color: #87272a;
}
.footer-content-header-social-media:last-of-type{
    margin-right: 0;
}
.footer-content-body{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 2.5rem;
    padding-bottom: 5.625rem;
}
.footer-content-body-brand-logo{
    width: 2.875rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.footer-content-body-brand-logo-img{
    width: 2.875rem;
    object-fit: contain;
}
.footer-content-body-contact-address{
    width: 100%;
    padding-top: 3.75rem;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 400;
    color: #000000;
}
.footer-content-footer{
    width: 100%;
    border-top: #dbdbdb solid 1px;
    padding-top: 2.5rem;
    /*padding-bottom: 2.5rem;*/
    /*padding-bottom: 10rem;*/
}
.footer-content-footer-content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.footer-content-footer-copyright, .footer-content-footer-copyright a{
    font-size: 1rem;
    font-weight: 400;
    color: #000000;
    text-decoration: none;
}
.footer-content-footer-copyright a:hover{
    color: #87272a;
}
.footer-content-footer-quick-links{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.footer-content-footer-quick-link{
    font-size: 1rem;
    font-weight: 400;
    color: #000000;
    text-decoration: none;
    margin-right: 1.125rem;
}
.footer-content-footer-quick-link:last-of-type{
    margin-right: 0;
}
.footer-content-footer-quick-link:hover{
    color: #87272a;
}