.c-insta-feed__cta {
  @apply transition-all duration-300 ease-in-out;

  svg {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    @apply transition-all duration-300 ease-in-out;
  }

  @screen md {
    &:hover {
      outline: 1px solid black;
      @apply bg-white;

      svg {
        @apply fill-black;
      }
    }
  }
}
