header ul{
    margin-bottom : 0 !important;
}

section h2{
    margin-bottom : 36px;
    padding-bottom : 17px;
    border-bottom : 3px solid #a05e00;
    /* display : inline-block; */
    margin-top:68px;
}

section .btn-wrap{
    text-align:right;
}

section .btn-wrap button.btn{
    background-color : #a05e00;
    border : 0;
    padding : 10px 20px;
    font-size : 1.2em;
    color : #fff;
    vertical-align : top;
    border-radius: 0;
}

section.list ul:not(.pagination){
    border-top : 2px solid #000;
    margin-bottom : 30px;
}

section.list li:not(.page-item){
    padding : 20px 0;
    border-bottom : 1px solid #ddd;
    display : flex;
}

section.list li > div:nth-child(1){
    flex : 1;
    text-align : center;
}

section.show ul{
    margin-bottom : 50px;
}

section.show ul > li{
    padding : 30px 10px;
}

section.show ul > li:first-child{
    border-bottom : 1px solid #ddd;
}

section.list .pagination{
    display : flex;
    justify-content: center;
    flex-wrap : wrap;
}

section.list .page-item{
    background : #a05e00;
    border-radius: 50%;
    color : #fff;
    width : 30px;
    height : 30px;
    display : flex;
    align-items: center;
    justify-content: center;
    font-weight : 700;
    font-size : 13px;
    margin : 0 10px;
    box-shadow: 2px 2px 2px grey;
}