footer{
    width: 98%;
    height: 65vh;
    background: #333;
    color: #efefef;
    display: grid;
    grid-template-columns: 1fr 1fr 30%;
    padding: 5% 1%;
}
.footerListContent {
    height: 99%;
}
.footerListContent strong {
    display: block;
    margin-bottom: 7%;
}
.footerListContent p {
    display: block;
    margin: 6% 0;
    color: white;
    text-decoration: none;
    
}
.map{
    width: 90%;
    height: 51%;
    overflow: hidden;
}
.numberContent{
    display: flex;
    align-items: center;
}

@media(max-width: 800px){
    footer {
        height: auto; 
        grid-template-columns: 1fr;
    }
}