/*
Theme Name:     Divi Child Theme
Theme URI:      https://www.elegantthemes.com/gallery/divi/
Description:    Customization
Author:         Ivan Neri
Author URI:     https://neri.ch
Template:       Divi
Version:        23.06
*/

/* Theme customization starts here */



p a {
  color: rgba(0, 85, 112, 0.8);
  font-weight: 700;
  text-decoration: underline 0.2em rgba(0, 85, 112, 0.2);
  transition: text-decoration-color 300ms;
}
p a:hover {
  text-decoration: underline 0.2em rgba(0, 85, 112, 1);
}

.ppo-bounce:hover {
  animation-name: ppo-bounce;
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@keyframes ppo-bounce {
  16.65% {
    transform: translateY(4px);
  }
  33.3% {
    transform: translateY(-3px);
  }
  49.95% {
    transform: translateY(2px);
  }
  66.6% {
    transform: translateY(-1px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}

.et_pb_text_inner ul {
  list-style: none !important;
}
.et_pb_text_inner ul li::before {
  content: "\2022";
  color: #a3b9d1;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

@media screen and ( max-width: 980px ) {
    .ppo-column-reverse {
        display: flex;
        flex-direction: column-reverse;
    }
}
