.background-text-section{
    margin: 0;
    padding: 0;
    height: 13.28vw;
    width: 100%;
    overflow: hidden;
    position: absolute!important;
    pointer-events: none;
    z-index: 0!important;
}
.background-text-section svg text{
    fill: var(--grey-1);
    font-family: "Tungsten", sans-serif;
    text-transform: uppercase;
    font-size: 19vw;
    font-weight: 700;
    width: 100%;
}


.acf-block-preview.wp-block-acf-background-text{
    z-index: -1;
    position: relative;
}


@media (max-width:1575px){
}
@media (max-width:1024px){
}
@media (max-width:768px){
}