/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 18 2026 | 04:58:56 */
/* Location/service page reusable block */

.sw-location-services .section-heading {
  color: #572d77;
}

.sw-location-services .cta-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.sw-location-services .cta-btn {
  display: inline-block;
  flex: 0 0 auto;
  width: auto;
  padding: 12px 24px;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  background-color: #572d77;
  color: #ffffff;
  border-radius: 50px;
}