/* Fix sous-titre des service points (ex: "Post security, near gate C12") */
/* Fix sous-titre des service points (ex: "Post security, near gate C12") */
.location-service-points-card-text h3 + p{
  color:#001A33 !important;
  font-size:16px !important;
  line-height:1.4 !important;
  font-weight:400 !important;
}
/* =========================
   Buttons (Find an airport, Find by state, See service points)
   ========================= */

button,
.button,
a.button,
a.btn,
.btn,
input[type="submit"],
input[type="button"] {
  background: #00A3D9 !important;
  border-color: #00A3D9 !important;
  color: #FFFFFF !important;
}

