footer{
    width: 100%;
    padding: 60px 0px 30px 0px;
    background-color: #222831;
    margin-top: auto;
    z-index: 10;
    color: #ffffff;
}

footer .map iframe{
    width: 100%;
}

footer .title{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 1rem;
}

footer .contact{
    width: 100%;
}
footer .contact p{
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
    transition: .3s;
}
footer .contact p:hover{
    color: #f2f1f2;
}
