.bst_fileListHeading {
    padding-bottom: 10px;
}

.bst_download_all.button-green-arrow{
    display: flex;
    justify-content: center;
}

.bst_download_all.button-green-arrow::after{
    background-image: url(/wp-content/uploads/2021/11/Group-243-1.svg);
    background-repeat: no-repeat;
    background-size: 2vw;
    content: "";
    width: 2vw;
    height: 1.5vw;
    display: inline-block;
    margin-left: 1vw;
    margin-top: 0;
}

@media(max-width:1200px){
    .bst_download_all.button-green-arrow::after{

        background-image: url(/wp-content/uploads/2021/11/Group-243-1.svg);
        background-repeat: no-repeat;
        background-size: 25px;
        content: "";
        width: 28px;
        height: 20px;
        display: inline-block;
        margin-left: 15px;
        margin-top: 0;
    
    }
}