.category-thumbnail {
    text-align: center;
    order: 1;
    margin-bottom: 10px;
}

.category-thumbnail img {
    max-width: 100%;
    height: auto;
}
.term-description{
color: #281a39;
font-size: 16px;
line-height: 24px;
font-weight: 700;
max-height: 675px;
margin-bottom: 30px;
order: 3;
}
.term-description p{
    display: inline;
}
.term-description a{
    color: #281a39;  
    text-decoration: underline;
    font-weight: 700;
}