.Why-To-Exhibit {
    padding-block: 5%;
    overflow: hidden;
    h3

{
    margin-bottom: 15px;
    font-size: clamp(1.375rem, 1.1932rem + 0.9091vw, 1.875rem);
    font-weight: 600;
}

p {
    margin-bottom: 50px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.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;
        aspect-ratio: 16/8;
    }

.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: #c18a54;
    color: #fff;
    border-radius: 50%;
    padding: 3px;
    svg

{
    font-size: 16px;
}

}
}

.Awesome-Paper-Boards-wrapper.Reasons-to-Exhibit {
    h3

{
    color: #14223B;
    margin: 0px 0px 9px 0px;
    font-family: "Lato", Sans-serif;
    font-size: 25px;
    font-weight: 900;
    line-height: 54px;
    text-align: center;
}

.why-attend-box {
    h4

{
    color: #1aac9a;
    font-size: clamp(1.125rem, 1.0795rem + 0.2273vw, 1.25rem);
    font-weight: 800;
    margin-bottom: 10px;
}

p {
    text-align: left;
    margin-bottom: 15px;
    &:last-of-type

{
    margin-bottom: 0;
}

}

ul {
    list-style: disc;
    padding-left: 30px;
    margin-bottom: 15px;
    li

{
    font-weight: 800;
    font-size: 16px;
}

}
}
}

.scrure-spot-wrapper {
    padding-block: clamp(1.875rem, 1.1932rem + 3.4091vw, 3.75rem);
    h2

{
    margin-bottom: 10px;
}

p {
    font-size: clamp(1rem, 0.8182rem + 0.9091vw, 1.5rem);
    text-align: center;
}

.view-more-btn {
    max-width: fit-content;
    height: auto;
    min-height: 48px;
}
}
