

#map {
  height: 500px;
  width: 100%;

  top: 75px;
  margin-right: 150px;
}

.row {
  display: flex;
  /* flex-direction: column; */
  width: 100%;
  height: 100%;
}
.container {
  margin-top: 20px;

}
.row:first-child {

  width: 100%;
}

html,
body {

  height: 100vh;
}
#title{
  width: 100%;
  height: 100%;
color:white;

top:200px;
text-align-last:center;
}

body {
  background: rgb(81, 81, 81);
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;

}

.swiper {
  width: 100%;
  height: 300px;
  
  padding-top: 50px;
  padding-bottom: 50px; 
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 300px;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-next {
  color: rgb(255, 0, 0);
}
.swiper-button-prev {
  color: rgb(255, 1, 1);
}

