.contact{
    background-color: rgba(241, 241, 241, 0.575);
}

.google-map{
    padding: 20px;
}

.contact-title{
    color: rgb(97, 97, 97);
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Roboto';
    font-size: 20px;
    padding-top: 20px;
}

.contact-col i{
    padding: 15px 15px 15px 0px;
    color: rgb(182, 104, 104);
    font-size: 20px;
}

.contact-col span{
    color: grey;
    font-family: 'sans-serif';
    font-weight: 500;
    font-size: 20px;
    padding: 10px;
}