.swiper-container .btn:not(:disabled):not(.disabled) {
    pointer-events: all;
}

.nav-pills {
    justify-content: flex-start;
    font-size: 1.111rem; /* 20px */
}

.full-width-light-section .nav-pills a {
    color: var(--heptacom-primary);
    font-weight: normal;
    margin-right: 3rem;
}

.nav-pills .active {
    border-bottom: 2px solid var(--heptacom-primary);
}

.swiper-slide {
    background: #fff;
}

.swiper-container {
    width: 100%;
    height: auto;
}

.swiper-slide-container {
    color: var(--heptacom-primary);
    text-align: left;
    width: 100%;
    height: 100%;
}

.swiper-slide-container h3 {
    color: var(--heptacom-primary);
    font-size: 27px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}

.image-container {
    margin: 0 auto;
    width: auto;
}

.image-container img {
    width: 100%;
}
