.single-left-box {
    background: var(--color-white);
    padding: 20px;
    border-radius: 5px;
}

/* BREADCRUMBS */
.header-global ul.breadcrumbs {
    margin: 0px 0 30px 0;
}

.header-global ul.breadcrumbs li {
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    font-style: normal;
    font-size: 13px;
    line-height: 20px;
}

.header-global ul.breadcrumbs li a {
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    line-height: 20px;
    color: #242477;
    padding-bottom: 2px;
    text-decoration: none;
}

.header-global ul.breadcrumbs li::after {
    display: inherit;
    content: "";
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg version='1.1' viewBox='0 0 6 10' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EBreadcrumb%3C/title%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-254 -142)' fill='%23242477'%3E%3Cg transform='translate(146 136)'%3E%3Cpolygon transform='translate(111 11) rotate(-90) translate(-111 -11)' points='106 9.0769 107.05 8 110.99 11.89 114.93 8 116 9.0549 110.99 14'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    width: 6px;
    height: 10px;
    background-size: contain;
    margin: 0 16px;
}

.header-global ul.breadcrumbs li:last-child a {
    border-bottom: 2px solid #fc5f00;
}

.header-global ul.breadcrumbs li:last-child::after {
    display: none;
}

.header-global h1 {
    font-family: 'Gilroy-ExtraBold', 'Helvetica', 'Arial', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
    line-height: 48px;
    color: #242477;
}

.header-global p {
    font-size: 20px;
    line-height: 32px;
    margin: 10px 0 20px 0;
    color: #5f5f61;
    font-weight: 300;
    font-style: normal;
}

.wrap-page picture {
    display: block;
    margin-top: 0px;
}

.wrap-page picture img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.wrap-page picture figcaption,
.featured-image picture figcaption {
    margin: 0px;
    padding: 20px;
    font-style: italic;
    font-size: 12px;
    line-height: 18px;
    background: #f3f6f7;
}

.justify-content {
    text-align: justify;
    /* Justify text */
}

/* Add some margin for better readability */
.justify-content p {
    margin-bottom: 1em;
    /* Space between paragraphs */
}

article {
    background: #f3f6f7;
    padding: 20px;
}

article p {
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 20px;
    color: #47484a;
}

article h2 {
    font-weight: bold;
    font-style: normal;
    font-size: 18px;
    line-height: 20px;
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 20px;
    color: #242477;
    padding: 16px 0 16px 0;
}

article a {
    text-decoration: none;
    border-bottom: 1px solid #141c24;
    color: #141c24;
}

article .button {
    font-family: "Montserrat", sans-serif;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    display: inline-block;
    font-weight: 700;
    font-style: normal;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #141c24;
    color: #242477;
    padding: 0 16px;
}

article .button-ticket {
    background: #242477;
    color: #fff;
    width: auto;
    padding: 0 16px;
}

.related-post {
    border: none;
    background: url('https://consequence.net/wp-content/themes/cosv2/cosv3/images/ombre-bg.webp') top center no-repeat;
    background-size: cover;
    padding: 25px 0;
    margin-top: 60px;
}