div[data-service] .cll .c-l-b,
div[data-service] .cll .c-la-b {
  color: #113845;
  background-color: #eca617;
  background-image: linear-gradient(320deg,#ecdb17,#eca617);
  border-radius: 500px;
}

div[data-service] .cll .c-l-b:hover,
div[data-service] .cll .c-la-b:hover,
div[data-service] .cll .c-l-b:focus,
div[data-service] .cll .c-la-b:focus {
  background: rgba(219, 167, 30,1);
}

div[data-service] .cll .c-la-b {
  background: rgba(219, 167, 30,.9);
}

div[data-service] .cll .c-n-t a {
  color: #d4a513;
  text-decoration: none;
  border-bottom: 0 none;
}

div[data-service] .cll .c-n-t a:hover,
div[data-service] .cll .c-n-t a:focus {
  color: #e9c203;
}

div[data-service="flourish"] {
  width: 100%;
  height: 600px;
}

div[data-service="flourish"]::before {
  display: none !important;
  padding-top: 0 !important;
}
