.paper-tissue-wrapper {
    background: url(../images/exhibitors/market-info/bg13.jpg) no-repeat center / cover;
    padding: 50px;

    h3 {
        color: #1b1b1b;
        font-size: 24px;
        font-weight: 800;
        line-height: 31.2px;
    }

    h2 {
        color: #c18a54;
        font-size: 34px;
        font-weight: 600;
        line-height: 44.2px;
        margin-block: 20px;
    }

    p {
        color: #1b1b1b;
        font-family: Lato;
        font-size: 18px;
        line-height: 24.75px;
        margin: 0px 0px 31.5px;
        text-align: justify;
    }
}

.glimps-list-wrapper {
    background-color: #1b1b1b;
    padding: 5%;

    .list-two-columns {
        list-style: disc;
        color: #7a7a7a;
        column-count: 2;
        column-gap: 40px;

    }

    .list-two-columns li {
        display: flex;
        align-items: center;
        /* Vertically center content */
        margin-bottom: 20px;
        font-family: "Lato", Sans-serif;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        list-style: none;
        /* Remove default bullet */
        position: relative;
    }

    .list-two-columns li::before {
        content: "•";
        /* Custom bullet */
        font-size: 26px;
        color: #fff;
        margin-right: 10px;
        line-height: 1;
    }

}

/* Medium screens (tablets) */
@media (max-width: 992px) {
    .list-two-columns {
        column-count: 2;
    }
}

/* Small screens (mobile) */
@media (max-width: 576px) {
    .list-two-columns {
        column-count: 1;
    }
}

.papper-heading {
    text-align: center;
    margin-block: 50px 30px;

    h2 {

        font-size: clamp(1.375rem, 1.0568rem + 1.5909vw, 2.25rem);
        text-transform: uppercase;
        line-height: 48px;
        margin: 10px 0;
        color: #C18A54;
        font-weight: 600;

        span {
            color: #9d7249;

        }
    }

    p {
        color: #4d4d4d;
        line-height: 2.1em;
        margin-top: 15px;
    }

    .flex-center-center {
        span {
            display: inline-block;
            width: 100%;
            max-width: 165px;
            height: 5px;
            background: #C18A54;

            &:last-child {
                background: #9d7249;
            }
        }

        svg {
            font-size: clamp(1.375rem, 1.0568rem + 1.5909vw, 2.25rem);
            text-transform: uppercase;
            line-height: 48px;
            color: #C18A54;
        }
    }
}

.SUSTAINABILITY {
    margin-bottom: 8%;

    h3 {
        font-family: "Montserrat", Sans-serif;
        font-size: clamp(1.5rem, 1.0909rem + 2.0455vw, 2.625rem);
        line-height: 1.2em;
        font-weight: 600;
        color: #1b1b1b;
        margin-block: 20px;
    }

    p {
        color: #7a7a7a;
        font-family: "Poppins", Sans-serif;
        line-height: 1.5em;
        font-style: 14px;
    }

    img {
        border-radius: 35px;
    }
}

.regions-wrapper {
    background: #f6f6f6;
    padding: 3% 5%;

    .region-box {
        display: flex;
        align-items: start;
        justify-content: start;
        gap: 10px;

        span {
            height: 39px;
            width: 39px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 32px;
            flex-shrink: 0;
            color: #FD7F4F;
            border: 1px solid #FD7F4F;
            border-radius: 50%;

            svg {
                font-size: 20px;
                font-weight: 400;

            }
        }

        &:hover {
            span {

                color: #fff;
                background: #9d7249;
                border: 1px solid #9d7249;


                svg {
                    font-size: 20px;
                    font-weight: 400;

                }
            }
        }
    }
}

@media (max-width: 767px) {
    .regions-wrapper {
        background: #f6f6f6;
        padding: 6% 5%;

        .region-box {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            gap: 10px;
            text-align: center;
            margin-bottom: 20px;
        }
    }
}

.key-market-segment-wrapper {

    margin-top: 8%;

    h3 {
        font-family: "Montserrat", Sans-serif;
        font-size: clamp(1.5rem, 1.0909rem + 2.0455vw, 2.625rem);
        line-height: 1.2em;
        font-weight: 600;
        color: #1b1b1b;
        margin-bottom: 20px;
    }

    p {

        font-family: "Poppins", Sans-serif;
        line-height: 1.5em;
        font-style: 14px;
        margin-bottom: 20px;
    }

    img {
        border-radius: 35px;
        display: block;
        margin-top: auto;
    }

    .col-md-6 {
        place-content: center;
    }
}