.short-essay{
    padding: 0 20px 20px 20px;
    margin-bottom: 20px;
}
.short-essay .essay-content{
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
        display: flex;
    flex-direction: column;
    justify-content: space-around;
    min-height: 184px;
}

@media (max-width: 768px) {
.short-essay{
    padding: 0 10px 20px 10px;
}
}