.map-area {
  margin-bottom: 15px;
  position: relative;
}
.map-area p {
  position: absolute;
  bottom: 10px;
  right: 10px;
  border: 2px solid #c7161d;
  background-color: #fff;
  font-size: 0.9em;
  padding: 0.3rem 1rem 0.2rem;
  font-weight: bold;
  color: #222222;
  margin-left: 10px;
  line-height: 1.4;
}
@media screen and (max-width: 991px) {
  .map-area p {
    font-size: 0.7em;
  }
}
@media screen and (max-width: 767px) {
  .map-area p {
    font-size: 0.9em;
    position: static;
    margin: 1.8rem 0 0;
  }
}