.container{
    width: var(--base-width);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 3.177083rem 0 1.979167rem;
}

.container .flex-item{
    width: 30%;
    display: flex;
    padding-bottom: 2.395833rem;
}

.flex-item .imgBox img{
    width: 10.052083rem;
    height: 15.104167rem;
    margin-bottom: .9375rem;
}

.flex-item .imgBox{
    width: 10.052083rem;
    display: flex;
    text-align: center;
    flex-direction: column;
    font-size: .833333rem;
}
.pages{
    justify-content: center;
    margin-bottom: 5.46875rem;
}