.writing {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.writing-text {
    width: 65%;
}


