.container-map{
   margin-top: 100px;
}
.map{
    display: flex;
    justify-content: center;   
}

.container-map h1{
  font-size: 40px!important;
  background: #202020;
  text-align: center;
  padding: 30px;
  color: #fff;
    margin-bottom: 50px;
}

.map iframe{
    width: 90%;
}