
  .imageye-selected {
    outline: 2px solid black !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) !important;
  }

  /* Fix for invisible text in about-four section */
  .about-four .split-child {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translate(0px, 0px) !important;
  }

  .about-four .split-parent {
    transform: translate(0%, 0%) !important;
  }

  .about-four .title-animation {
    opacity: 1 !important;
  }

  /* Fix spacing and font for about-four section */
  .about-four .split-child:empty {
    display: inline;
    margin-right: 0.25em;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .about-four h2.title-lg {
    font-family: 'Times New Roman', serif !important;
    font-weight: 400 !important;
    letter-spacing: -0.02em !important;
  }

  .about-four .txt-light {
    font-family: 'Times New Roman', serif !important;
    font-weight: 300 !important;
    letter-spacing: -0.01em !important;
    line-height: 1.6 !important;
  }
