#homepage_belownav_slideshowsection-container {
    display: flex;
    flex-direction: row;
    padding-top: 7px;
    padding-bottom: 7px;
    gap: 100px;
    justify-content: space-between;
}

#temptemptmeppppp {
    object-fit: fill;
    width: 700px;
    height: 300px;
}

#homepage_belownav_slideshowsection-current_slide_sidetext_container {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: stretch;
}

#homepage_belownav_slideshowsection-current_slide_sidetext_header {
    flex-shrink: 0;
    padding-bottom: 7px;
}

#homepage_belownav_slideshowsection-current_slide_sidetext_description {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    line-clamp: inherit;
    -webkit-box-orient: vertical;
    min-height: 0;
    overflow: hidden;
    font-size: 14px;
    word-spacing: 2px;
    line-height: 17px;
    white-space: pre-line;
}