#contact h3{
    margin-bottom: 10px;
}

#contact a{
    transition: all 0.3s ease-in-out;
}
#contact .text-grey, .text-color-grey{
    color: #5e5e5e !important;
}
#contact .fa-line{
    color: #fff;
}
body{
    overflow-x: hidden;
}
iframe{
    width: 600px;
    height: 400px;
}
h5.font-weight-light{
    font-size: 1rem;
    letter-spacing: 0.5px;
}
#contact .fa-solid, #contact .fas ,#contact .fa-brands{
    width: 20px;
    margin-right: 10px;
}
@media (max-width: 768px){
    iframe{
        width: 520px;
        height: 350px;
    }
}
@media (max-width: 576px){
    iframe{
        width: 380px;
        height: 300px;
    }
}
@media (max-width: 400px){
    iframe{
        width: 350px;
        height: 300px;
    }
}