.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.centersb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.map {
  border-radius: 20px;
  height: 100%;
  overflow: hidden;
}

.map.is-full {
  height: 600px;
}

@media (max-width: 1439px) {
  .map {
    max-height: 530px;
  }

  .text-content__text .map {
    height: 530px;
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media (max-width: 833px) {
  .map {
    height: 680px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
@supports (appearance:none){

}

 @media (max-width: 1439px){

@supports (appearance:none){

}

}

 @media (max-width: 833px){

@supports (appearance:none){

}

}
