/* Presentation */
.presentation .title {
    font-family:var(--ff-poppins);
    font-weight: 500;
    display: inline-block;
    color: var(--text-color2);
    border-bottom: 2px solid;
    border-color: var(--border-color1);
  }
  .presentation .content p {
    font-family: var(--ff-signika);
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    color: var(--presentation-content-text-color) !important;
  }
  /* #Presentation */