.blocks p a {
  color: inherit;
  text-decoration: underline;
  padding-bottom: .03rem;
  border-bottom: solid 1px transparent;
  -webkit-transition: border-bottom-color 1s ease-out;
  -moz-transition: border-bottom-color 1s ease-out;
  -ms-transition: border-bottom-color 1s ease-out;
  -o-transition: border-bottom-color 1s ease-out;
  transition: border-bottom-color 1s ease-out;

  &:hover,
  &:focus {
    border-bottom: solid 2px currentColor;
    text-underline-offset: 0.55rem;
  }
}

.btn a {
      color: inherit;
  text-decoration: none;
  font-style: normal;
  padding-bottom: none;


}