footer{
    background-color: #3f3b3b;
    color: white;
    padding: 20px 27px;
    font-size: 0.9em;
  font-family: 'Lato', sans-serif;
}

.contentWrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.title{
    font-size: 1.5em;
    font-weight: bold;
    margin: 10px 0px;
}

.vr1{
    background-color: white !important;
    opacity: 100 !important;
    height: 200px;
}
.quickLinksWrapper{
    width: 20%;
    text-align: start;
}
li > a{
    text-decoration: none;
    color: white;
}
.reachUs-body > address > a{
    color: white;
}
.socialIcons{
    display: flex;
    flex-direction: row;
    width: 50%;
}
.icon{
    font-size: 25px;
    /* margin: 20px; */
}
.icon > a{
    text-decoration: none;
    color: white !important;
}

@media screen and (max-width: 950px) {
    footer{
        font-size: 0.9em;
    }

    .title{
        font-size: large;
    }
}

@media screen and (max-width: 650px) {
    .vr1{
        display: none !important;
    }

    .vr2{
        background-color: white !important;
        opacity: 100 !important;
        height: 230px;
        display:flex !important;
    }
    .contentWrapper{
        display: flex;
        flex-direction: row;
    }

    .contentInnerWrapper{
        width: auto;
    }
    .quickLinksWrapper{
        width: auto;
    }
}