.main-element-div {
    width: 373px;
    height: 460px;
    margin-bottom: 30px;
    left: 0%;
    top: 0px;
    border-width: 1px 1px 1px 1px;
    padding: 10px 10px 15px 10px;
    border-color: #B28B15;
    border-style: solid;
    margin-left: 30px;
    border-radius: 0px 0px 0px 0px;
    /*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);*/
}

.fist-div {
    opacity: 1;
    top: 0px;
    transform: scale(1);
    transition: 0.3s ease-in 0.1s;
    position: relative;
    box-sizing: inherit;
}

.div-picture {
    cursor: pointer;
    position: relative;
    object-fit: cover;
    max-height: 240px;
    width: 100%;
    display: block;
}

.textbox_div {
    border-style: none;
    color: #333333;
    border-color: #E8E8E8;
    transition-duration: 0.2s;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 22px;
}

.gold {
    color: #B28B15 !important;
}

.content-div {
    display: grid;
}

.content-div-title {
    text-align: left;
    font-family: 'Brygada 1918', serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 23px;
    margin: 0;
}

.content-div-event-date {
    font-weight: 600;
    float: left;
    color: #B28B15;
}

.content-div-text {
    text-align: left;
    word-wrap: break-word;
    font-size: 14px;
    display: block;
    /*min-height: 300px;*/
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 7.6em;
    line-height: 1.8em;
}

.content-div-text-editor {
    text-align: left;
    word-wrap: break-word;
    font-size: 14px;
    display: block;
    /*min-height: 300px;*/
    text-overflow: ellipsis;
    line-height: 1.8em;
}

.picture-config {
    min-height: 150px;
    max-height: 240px;
    width: 100%;
    object-fit: inherit;
}