.agenda-wrapper {
    padding: 4%;
    background: #dfdfdf;
    border-radius: 15px;
    margin-bottom: 30px;

    p {
        margin-bottom: 1.75em;
        line-height: 48px;
        font-size: clamp(0.9375rem, 0.7102rem + 1.1364vw, 1.5625rem);
    }

    ul {
        list-style: disc;
        padding-left: 30px;
        margin-bottom: 1.75em;
        font-size: clamp(0.9375rem, 0.7102rem + 1.1364vw, 1.5625rem);
        line-height: 48px;
    }
}

.ProPaper-Awards-wrapper {
    h2 {
        font-size: clamp(1.625rem, 1.3977rem + 1.1364vw, 2.25rem);
        font-weight: 700;
        text-transform: uppercase;
        line-height: 48px;
        margin-block: 10px 20px;
        text-align: center;
        color: #c18a54;

        span {
            color: #4d4d4d;
        }
    }

    p {
        background-color: #DFDFDF2E;
        padding: 3% 3% 3% 3%;
        border-radius: 12px 12px 12px 12px;
    }

    .swiper {
        width: 100%;
        height: 100%;
        max-width: 768px;
        margin-block: 45px;
    }

    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 16px double #c18a54;
    }

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .swiper-button-prev,
    .swiper-rtl .swiper-button-next,
    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        background-color: rgba(255, 255, 255, .8);
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        color: #4d4d4d;

    }

    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        right: 24px;
        left: auto;
    }

    .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        left: 24px;
        right: auto;
    }
}

@media (max-width:767px) {
    .agenda-wrapper {


        p {
            margin-bottom: 1em;
            line-height: 28px;

        }

        ul {

            margin-bottom: 1em;
            line-height: 28px;
        }
    }
}