.footer-wrapper{
    background-color: #3a606e;
    color: white;
    font-family: Din-Display-Light;
    padding: 4rem 0 0 0;
}
.footer-logo img{
    width: 100%;
}
.footer-wrapper span img{
    /* height: 20px; */
    max-width: 20px;
    max-height: 20px;
}
.footer-title h1{
    text-transform: uppercase;
    font-family: Din-Display-Medium;
    font-size: 1.5rem;
}
.footer-wrapper span a{
    text-decoration: none;
    color: white;
}
.social{
    position: relative;
}
#facebook-icon{
    position: absolute;
    bottom: 40px;
    right: 60px;
}
#instagram-icon{
    position: absolute;
    bottom: 40px;
    right: 20px;
}
.social img{
    max-width: 20px;
    max-height: 20px;
    float: right;
}
.contact-info-wrapper{
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}
.contact-info{
    display: flex;
    flex-direction: column;
    gap: .2rem;
}
.map{
    margin-bottom: 1rem;
}
.footer-text{
    text-align: center;
}
@media(max-width: 770px){
    .social{
        position: static;
    }
    .pos-relative{
        position: relative;
    }
    #facebook-icon{
        top: 140px;
        left: 15px;
        right: unset;
        bottom: unset;
    }
    #instagram-icon{
        bottom: unset;
        right: unset;
        top: 140px;
        left: 40px;
    }
}