.ph:before :not(header .buttons .ph:before) {
    font-size: var(--gapX5);
}

.size-s.ph:before{
    font-size: 28px;
}
.size-m.ph:before{
    font-size: 40px; 
}
.size-l.ph:before{
    font-size: 60px;
}

@media (max-width: 991px){
    .size-s.ph:before{
        font-size: 24px;
    }
    .size-m.ph:before{
        font-size: 36px;
    }
    .size-l.ph:before {
        font-size: 48px;
    }
}