.collection-card {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.section-divider-bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}
.section-divider-top{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}
.section-divider-top svg
{
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 126px;
    transform: rotateY(180deg);
}
.section-divider-bottom svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 90px;
}
.section-divider-top .shape-fill,
.section-divider-bottom .shape-fill {
    fill: #FFFFFF;
}
.breadcrumbs {
    position: relative;
    padding: 50px 0;
    background: #ebecf8;
    margin-bottom: 30px;
}
.page-header {
    margin-bottom: 38px;
}


.pagination .page-numbers {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: 500;
    margin: 0 3px;
    background: #fff;
    border: 1px solid #c8d7e1;
    color: #000;
    text-decoration: none;
    border-radius: 6px;
    margin: 16px 2px;
}

.pagination .next,
.pagination .prev {
    float: left;
    text-align: left;
    padding: 0 1.5em;
    width: auto;
    height: auto;
    line-height: revert
}

.pagination .prev {
    float: right;
    text-align: right
}

.pagination .current,
.pagination .page-numbers:hover {
    color: #fff;
    background: #494e91;
}

.not-found-page h1 {
    font-size: 103px;
    color: #246fb8;
}

.not-found-page {
    padding: 20px 0 180px 0;
}