.seccion-ubicaciones {
  display: flex !important;
  justify-content: space-around !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  background-color: #fff !important;
  padding: 3% 0;
}
.seccion-ubicaciones p {
  cursor: pointer;
}
.seccion-ubicaciones p a {
  text-align: center;
  color: #000;
  font-weight: bold;
  border: solid 2px #000;
  width: 40%;
  padding: 5px 10px;
  cursor: pointer;
}
