.contact{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 0;
}
.contact h2{
    color:  #032973;
    margin: 20px;
}
.contact-block{
    display: flex;
    justify-content: center;
    width: 90%;
    height: 500px;
}
.contact-content{
    display: flex;
    flex-direction: column;
    width: 30%;
}
.contact-content div{
    margin: 0 0 10px 0;
}
.contact-content span{}
.contact-content img{
    width: 80px;
    height: 80px;
}
.contact-map{
    width: 70%;
    height: 100%;
}
.contact-map iframe{
    width: 100%;
    height: 100%;
}



@media (max-width: 600px) {
    .contact-block{
        height: initial;
    }
    .contact-block{
        flex-wrap: wrap;
    }
    .contact-content{
        width: 100%;
    }
    .contact-map{
        width: 100%;
        height: 100vw;
    }
}
@media (max-width: 400px) {}
