.PointOfSale {
    height: auto;
    width: 1170px;
    margin: 20px auto 0;
}
.PointOfSale .Title {
  text-align: center;
  text-transform: uppercase;
  margin: 20px;
  font-weight:bold;
  font-size: 20px;
  color: #1f7ed0;
  border-bottom: 2px solid #ed2b23;
}
.PointOfSale a {    
  color: #1f7ed0;
  /*font-family: Roboto, 'Open Sans', Arial;*/
  font-family: 'Segoe UI';
  text-decoration: underline;
}

