/*   Small Projects Bureau Development  */
/*   GirlTREK   */
/*   Martin Fuks   */


/*************************************************
/*		              HERO                      */
/************************************************/
.hero-underline {
    position: relative;
}

.hero-underline::after {
    content: '';
    position: absolute;
    display: block;
    width: 254px;
    height: 12.5px;
    background: url('/wp-content/uploads/2025/10/hero-underline.png') no-repeat;
    background-size: cover;
    bottom: -5px;
    left: 0;
}

/*************************************************
/*		             BLUEPRINT                  */
/************************************************/
.blueprint-underline {
    position: relative;
}

.blueprint-underline::after {
    content: '';
    position: absolute;
    display: block;
    width: 708px;
    height: 16px;
    background: url('/wp-content/uploads/2025/10/blueprint-underline.png') no-repeat;
    background-size: cover;
    bottom: -5px;
    left: 0;
}

.blueprint-tape::before {
    content: '';
    position: absolute;
    display: block;
    width: 708px;
    height: 16px;
    background: url('/wp-content/uploads/2025/10/blueprint-underline.png') no-repeat;
    background-size: cover;
    bottom: -5px;
    left: 0;
}





/*************************************************

/*		           RESPONSIVE                   */

/************************************************/

@media screen and (min-width: 1600px) {

}



@media screen and (max-width: 1200px) {
    /************/
    /*	LOGOS   */
    /************/
    #logos-section .logos-wrapper {
        flex-wrap: wrap;
        column-gap: 0;
        row-gap: 25px;
    }

    #logos-section .logos-wrapper .elementor-widget-image {
        width: 33%;
    }

    #logos-section .logos-wrapper .elementor-widget-image .elementor-widget-container {
        display: flex;
        justify-content: center;
    }
}



@media screen and (max-width: 810px) {
    #logos-section .logos-wrapper .elementor-widget-image {
        width: 50%;
    }
}



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

}