.scroll {
    writing-mode: vertical-rl;
}
/*The page-wrapper is initially hidden*/
@media only screen and (max-width: 768px) {
    .page-wrapper {
        display: none;
    }
}
.pract-heading {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.summary {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.title-head {
    display: -webkit-box;
    -webkit-box-orient: flex;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.article-sumamry {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
img {
    height: auto;
    max-height: 100%;
}
p > a {
    color: #296fac;
    font-weight: 700;
    text-decoration: none;
}
