

@media only screen and (max-width: 426px) and (min-width: 320px) {
  .fs-34 {
    font-size: 34px;
  }

  .fs-50 {
    font-size: 40px;
  }

  .border-map {
    border-radius: 0px 0px 20px 20px;
  }

  .fs-14 {
    font-size: 11px;
  }



  .fs-icon {
    font-size: 25px;
  }

}

@media only screen and (min-width: 426px) and (max-width: 768px) {

  .border-map {
    border-radius: 0px 0px 20px 20px;
    
  }

}
