@charset "UTF-8";

#tree {
    position: relative;
    display: block;
    border: clamp( 16px, 2.08vw, 40px ) solid #FFF;
    padding: clamp( 70px, 7.29vw, 140px ) 0;
    background-image: url('/gatesville-tx/wp-content/uploads/sites/2/2025/05/news_block_icon_overlay.svg');
    background-repeat: no-repeat;
    background-position: 95% bottom;
}

#tree p {
    text-align: center;
}

@media ( max-width: 1024px ) {
    #tree {
        background-position: center bottom;
        background-size: 78vw;
    }
}