.item-1 {
    width: 78%;
    height: 100%;
    border: 1px solid #ececec;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 25px;
    top: 35px;
    overflow: auto;
}


.page-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    padding-bottom: 30px;
}