.is-style-arrow-service--5 .wp-block-button__link {
  position: relative;
  width: 53px;
  height: 53px;
  font-size: 0;
  border-radius: 50%;
  background-color:#0054CC;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  /* transition: transform 0.3s ease;  */
}

/* .is-style-arrow-service .wp-block-button__link::after {
  content: "";
  position: absolute;
  inset: 2px;
  border: 1px dashed white;
  border-radius: 50%;
} */

/* .is-style-arrow-service .wp-block-button__link:hover {
  transform: scale(1.15); 
} */

.is-style-arrow-service--5 .wp-block-button__link img {
  width: 17px;
  height: 17px;
  object-fit: contain;
  pointer-events: none;
  margin-left:1px
}
