.Why-To-Exhibit {
    padding-block: 5%;
    overflow: hidden;

    ul {
        list-style: disc;
        padding-left: 30px;

        li {
            color: #000000;
            font-family:
                Lato;
            font-size: 18px;
            line-height: 30.75px;
            margin-bottom: 5px;
        }
    }

    .col-md-6:has(.mySwiper) {
        place-content: center;
    }

    .swiper {
        width: 100%;
        margin-block: auto;
    }

    .swiper-slide {
        text-align: center;
        font-size: 18px;

        display: flex;
        justify-content: center;
        align-items: center;
        padding-inline: 10%;
    }

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        display: none;

    }

    .swiper-button-next,
    .swiper-button-prev {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 25px;
        width: 25px;
        background: #00391d;
        color: #fff;
        border-radius: 50%;
        padding: 3px;


        svg {
            font-size: 16px;
        }

    }
}