.to-service-lp {
  margin-top: 8px;
}

.to-service-lp a {
  font-size: 10px;
  color: #1d2087;
  background-color: white;
  padding: 4px 4px;
  border-radius: 10px;
  border: 1px solid white;
}

@media screen and (max-width: 768px) {
  .to-service-lp a {
    font-size: 10px;
  }
}

.to-service-lp a:hover {
  color: white;
  background-color: #1d2087;
  transition: ease-in-out 0.3s;
}
