.image-field {
    width: 100%;
}

.description-field {
    float: left;
    margin-top: -20px;
    width: 100%;

    overflow: hidden;
}

.description-field span {
    width: 100%;
}

.description-field p {
    width: 100%;
    height: 6rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.full-description-field {
    margin-top: -20px;
    width: 100%;
}

.link {
    font-size: 1em;
    word-wrap: break-word;
    color:#333333;
    text-decoration-color: rgb(220, 8, 8);
}

.link:hover {
    color:#333333;
    text-decoration-color: rgb(220, 8, 8);
}

.page-flow {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.page {
    color: white;
    border-radius: 5px;
    background-color: rgb(220, 8, 8);
    
    text-align: center;
    font-weight: 700;
    font-size: 1.2em;
    padding: 5px 20px;
}

.page-click:hover {
    color: #BBBBBB;
    background-color: rgb(170, 0, 0);
}

.page-link:hover {
    text-decoration: none;
}