span.vc_tta-title-text {
    font-family: "Libre Franklin", sans-serif;
    color: #567ebf;
}

.expandable.shrunk {
    height: 40px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.expandable.shrunk::after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(255,255,255,.9) 20%, rgba(255,255,255,.6));
    content: '';
}

.expandable.shrunk::before {content: '-- READ MORE --';position: absolute;z-index: 49;left: 50%;transform: translate(-50%);color: #567ebf;font-weight: 900;font-size: .9em;background: #ffffff;}
.blue-bgcolor{
    color:#567ec0;
}

.has-background-image {
  background: linear-gradient(to top, white 0%, transparent 60%), url('https://www.cleanairday.org/wp-content/uploads/2023/04/losangels_header-1-1.png') no-repeat !important;
  background-size: cover !important;
}