[href='#back'] {
    display:flex !important;
    justify-content: center;
    align-items:center;
    gap: 10px;
    height: 30px;
    white-space: nowrap;

}
[href='#back']:before {
    content:''; 
    display: inline-block;
    width: 9px;
    height: 9px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(https://static.tildacdn.com/tild3932-3362-4866-b462-333238666561/Vector.svg);
    transform: rotate(225deg);
}
