.home-custom-columns .custom-link p::after {
  position: absolute;
  bottom: 0;
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url('/wp-content/uploads/2025/06/arrow-right-btn.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 0.5em;
}

.home-custom-columns .custom-link p {
  line-height: 22px !important;
}


.home-custom-columns a:not(:last-child)::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 80%;
  bottom: 0;
  background: #FFAA00;
}

@media (min-width: 786px) {
  .home-custom-columns a:not(:last-child)::after {
    position: absolute;
    content: "";
    height: 80%;
    width: 1px;
    top: 50%;
    right: 0;
    background: #FFAA00;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 870px) and (min-width: 822px) {
  .home-custom-columns a:nth-child(2) .custom-link p::after {
    margin-left: 3px;
  }
}