.ml-650 {
  margin-left: 650px;
}
header {
  z-index: 50;
}
.contact{
  background: url(../assets/SVG/world-map.svg);
}

body{
  overflow-x: hidden;
}

.pic{
width: 100vw;
}

#map{
  height: 400px; 
  width:80%; 
}

.address{
  top: 160px;
  right: 270px;
  height: fit-content;
  width: 500px !important;
  z-index: 1;
  background-color: white;
}

@media screen and (max-width: 800px) {
.address {
  top: 480px;
  right: 30px;
  left: 30px;
  height: fit-content;
  width: fit-content !important;
  z-index: 1;
  background-color: white;
}
}

.image {
  position: relative;
  text-align: center;
  color: white;
  display: flex;
  object-fit: cover;
  width: 100%!important;
}


.font {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 59px;
}
@media screen and (max-width:800px) {
.footer{
  margin-top: 760px;
}
}

@media screen and (min-width:800px) {
.footer{
  margin-top: 400px;
}
}
