/* Mobile responsive for essay-section */
@media (max-width: 768px) {
    .essay-section {
        padding: 0 !important;
        margin: 0 !important;
        width: 100vw;
    }
}