/* Styling */
.wpbfu-wrap {
    margin-bottom: 0 !important
}

a.wpbfu-title::before {
    position: absolute;
    right: 0;
    content: "\2913";
    margin-right: 10px;
    margin-top: 2px;
    font-weight: 600
    
}

a.wpbfu-title {
    display: block;
    color: #0A6D6C;
    font-size: 20px;
    font-style: normal;
    padding: 20px 0;
    text-transform: none;
    border-bottom: 1px solid #dbdbdb;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

a.wpbfu-title:hover {
    color: #19171a
}
