#billfish-service-list{--pin-color:#F5C623;--text-color:#111;display:flex;align-items:center}#billfish-service-list .ba-grid{display:grid;grid-template-columns:repeat(3,1fr);row-gap:30px;column-gap:40px;width:100%;margin:0 auto}.ba-item{display:flex;align-items:center;gap:8px;font-size:19px;font-weight:500;color:var(--text-color)}.ba-item .pin{width:16px;height:16px;display:inline-block;background:var(--pin-color);-webkit-mask:url(https://img.icons8.com/ios-filled/50/marker.png) no-repeat center;mask:url(https://img.icons8.com/ios-filled/50/marker.png) no-repeat center;mask-size:contain;-webkit-mask-size:contain}@media (max-width:768px){#billfish-service-list{height:auto;padding:20px 0}#billfish-service-list .ba-grid{grid-template-columns:repeat(2,1fr);row-gap:16px;column-gap:22px}}