.content-title {
    font-size: 40px;
    text-transform: uppercase;
    margin: 0 0 0 0;
    font-weight: 500;
    font-family: var(--secondary-font-family);
}

.highlight-golden {
    color: #c4a154;
}

.two-column-section .grid {
    display: flex;
    align-items: center;
    gap: 2em;
    flex-direction: row;
}

.two-column-section .col-right {
    width: 50%!important;
}

.two-column-section {
    padding: 1em 2em;
} 

.content-description {
    line-height: 1.5;
}


.two-column-section-secondary .col-right {
    width: 70%!important;
}
.two-column-section-secondary .col-left {
    width: 30%!important;
}

.two-column-section-secondary-swiper {
    margin: 0!important;
}

.barcode-wrapper {
    display: flex;
    max-width: 720px;
    margin: 2em auto;
    justify-content: center;
    align-items: center;
    gap: 1em;
    padding: 1em;
    border: 1px solid #fbf1dc;
    /* background: #ffe9ba; */
    border-radius: 6px;
    width: fit-content;
    flex-direction: column-reverse;
    justify-content: center;
    text-align: center;
    
}

.barcode-info-item-name {
    font-size: 16px;
    margin: 6px 0%;
}

.barcode-info-item-text {
    margin: 0%;
    padding: 3px 0;
    font-size: 14px;
}

.barcode-wrapper img {
    max-width: 200px;
}

.text-content-title {
    font-size: 22px;
    margin: 0%;
}

.text-content-text {
    margin: 0%;
    padding: 3px 0;
}

.text-content-wrapper {
    text-align: center;
    max-width: 580px;
    margin: auto;
}

.text-content-text {
    max-width: 500px;
    margin: 6px auto;
}


footer {
    margin-top: 2em;
}

.our-initiatives-list {
    margin: 0%;
    padding: 0%;
    /* list-style: none; */
    /* display: flex; */
    gap: 1em;
    width: fit-content;
    margin: auto;
    flex-wrap: wrap;
    margin-top: 1em;
    /* justify-content: center; */
}

.our-initiatives-section {
    padding: 1em 2em;
    text-align: center;
}

.our-initiatives-list-item {
    color: black;
    opacity: 70%;
    padding: 3px 0;
}

@media (max-width: 900px) {
    .two-column-section .grid {
        flex-direction: column;
        gap: 1em;
    }

    .two-column-section .col-right {
        width: 100%!important;
    }

    .two-column-section .col-right .swiper {
        margin: 0%!important;
    } 

    .two-column-section {
        padding: 1em;
    }

    .two-column-section-secondary .col-left {
        width: 100%!important;
    }

    .text-content-section {
        padding: 1em ;
    }

    h1 {
        font-size: 24px!important;
    }

}