.single-tribe_events {

  /* Remove underline from anchors used as buttons */
  .events-main-text-block a.btn-block::after {
    height: 0 ;
  } 

  /* Re-add underline to anchors that are lacking ::after elems */
  .events-main-text-block a {
    text-decoration: none;
    position: relative;
    color: black;
  }
  .events-main-text-block a::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000000;
    transition: all 0.35s ease-in-out;
  }
  .events-main-text-block a:hover,
  .events-main-text-block a:visited {
    color: black;
  }
  .events-main-text-block a:hover::after {
    width: 0;
  }

  @media (max-width: 767px) {
    .block-slider-painting.Container .swiper-slide {
      height: auto;
    }
    .block-slider-painting.Container .swiper-slide .item-text, .block-slider-painting.Keep-Exploring-Events-Carousel .swiper-slide .item-text {
      display: flex;
      flex-direction: column-reverse;
      position: static;
      padding: 0;
    }
  }
}