.page-content-inner {
    padding: 15px;
    border-radius: 15px;
/*    width: 48%;*/
height: 355px;
    margin: auto;
/*    margin-top: 5em;*/
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(
    120deg, rgb(255 255 255) 0%, rgb(134 217 255) 100%);
    box-shadow: 0 0 9px 0 rgb(0 0 0 / 20%), 0 10px 30px 0 rgb(0 0 0 / 20%);
}
