.footer {
    background: url(/img/footer-bg.webp) no-repeat center center;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer-grid {
    display: flex;
    grid-gap: 20px;
    flex-wrap: wrap;
    color: #FCFCFB;
}

.footer-address {
    flex: 1;
    min-width: 250px;
    display: grid;
    justify-items: center;
    font-size: 1.125rem;
    text-align: center;
}

.footer-address p{
    font-size: 1rem;
}

.footer-separate {
    margin-top: 10px;
}

.footer-phone {
    flex: 1;
    min-width: 250px;
    display: grid;
    justify-items: center;
    align-content: center;
    grid-gap: 10px;
    font-size: 1.125rem;
}

.footer-mail {
    flex: 1;
    min-width: 250px;
    display: grid;
    justify-items: center;
    align-content: center;
    grid-gap: 10px;
    font-size: 1.125rem;
}

.footer a:hover {
    color: #fcce01;
}

/*Copy*/

.copy-grid {
    padding-top: 10px;
    padding-bottom: 10px;
}

.copy-grid p {
    font-size: 1rem;
    color: #182c20;
    text-align: center;
}