/*   Small Projects Bureau Development  */
/*   Harlan Ellison   */
/*   Martin Fuks   */


/*************************************************
/*		            HERO                   */
/************************************************/


.text-back-box span {
    display: inline-block;
    width: auto;
    padding: 0 0.2em;
    margin-bottom: 0;
    position: relative;
    z-index: 9999;     
}

.text-back-box span::before {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 35px;
    z-index: -1;
    background-image: url(/wp-content/uploads/2025/06/span-background-white.svg);
    background-size: 100%;
    display: flex;
}


/*************************************************
/*		            SECTION 2                   */
/************************************************/


svg text {
    fill: #000 !important
}


/*************************************************
/*		            SECTION 3                   */
/************************************************/


/************    Section Styles    **************/

/************    Section Styles    **************/

/************    Section Styles    **************/


/*************************************************
/*		           RESPONSIVE                   */
/************************************************/
@media screen and (min-width: 1600px) {
}

@media screen and (max-width: 1100px) {
}

@media screen and (max-width: 810px) {
}

@media screen and (max-width: 520px) {
}