﻿.event-body {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.event-body-content {
    width: 100%;
    display: flex;
    flex-direction: column;
}

    .event-body p {
        line-height: 1.4;
        letter-spacing: 0.5px;
    }
.cbk_main-page-container {
    max-width: 100% !important
}
ins {
    max-height: 175px;
    cursor: pointer;
}
ins img {
    width: 100%;
    object-fit: cover
}

@media screen and (max-width: 1920px) {
    .event-body section, .event-header-wrapper {
        max-width: 1280px;
    }
}

@media screen and (max-width: 1300px) {
    .event-body section {
        max-width: 1000px;
    }
}




