/*=================================================================
  Portfolio page
==================================================================*/

.list-project {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
    margin-top: 50px;
}
.list-project .prev {
    text-decoration: none !important;
    color: #f3620f !important;
    background: #FE8E4F33;
    text-align: center !important;
    padding: 5px 7px;
    line-height: 1.1;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.list-project .next {
    text-decoration: none !important;
    color: #f3620f !important;
    background: #FE8E4F33;
    text-align: center !important;
    padding: 5px 7px;
    line-height: 1.1;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.page-numbers {
    color: #fff;
    margin: 0px 10px;
    text-align: center;
    font-size: 22px;
}

.page-numbers.current {
    color: #f3620f;
}

.details-page .post-block {
    box-shadow: 0px 0px 30px rgb(0 0 0 / 10%);
}

.details-page .not-found-content {
    text-align: center;
    color: #18606d;
    font-family: "Montserrat-Bold";
    padding: 155px 20px;
}

.details-page .not-found-content {
    font-size: 18px;
}

.not-found-content .page-header {
    border: none;
}


.back-button {
    margin-left: 0;
}

@media only screen and (max-width: 1100px) {
    .list-project {
        margin: 2px auto 2px;
    }

    .details-page {
        margin-top: 130px;
    }
}