.wp-block-cnb-blocklink {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #7161EF;
  padding-right: 57px;
}
.wp-block-cnb-blocklink a {
  text-decoration: none;
}
.wp-block-cnb-blocklink a:hover {
  text-decoration: underline;
}
.wp-block-cnb-blocklink::before {
  content: url('img/arrow.svg');
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
}
