.prev-btn-test {
        content: '';
        width: 55px;
        height: 55px;
        dispay: inline-block;
        margin: auto;
        -webkit-mask: url(https://static.tildacdn.com/tild3936-3361-4534-b662-636663376465/chevron-left-solid.svg) no-repeat 50% 50%;
        mask: url(https://static.tildacdn.com/tild3936-3361-4534-b662-636663376465/chevron-left-solid.svg) no-repeat 50% 50%;
        -webkit-mask-size: cover;
        mask-size: cover;
        background-color: #faf5ee;
    }
    .prev-btn-test:hover {
        background-color: #303030;
    }
    .next-btn-test {
        content: url('https://static.tildacdn.com/tild3264-3865-4237-b233-386464623266/chevron-right-solid.svg');
    }
    .prev-btn > a, .next-btn > a {
        font-family: FontAwesome !important;
    }
    @font-face {
        font-family: FontAwesome;
        src: url('https://static.tildacdn.com/tild6461-3263-4564-b337-383863303937/fa-regular-400.woff2');
        font-weight: regular;
    }
    @font-face {
        font-family: FontAwesome;
        src: url('https://static.tildacdn.com/tild3434-3665-4534-b864-306166353030/fa-solid-900.woff2');
        font-weight: bold;
    }