.full-slider-item img {
    width: 100%;
    max-height: 80vh;
    overflow: hidden;
}

.full-slider-item {
    position: relative;
}

.section-slider-full .slide-title {
    color: #1D264F;
    font-size: clamp(1rem, 2vw, 2.2rem);
    line-height: 3.63rem;
}

.section-slider-full .slide-subtitle {
    color: #1D264F;
    font-size: clamp(0.875rem, 2vw, 1.5rem);
    line-height: 3.63rem;
    margin-bottom: 1.5rem;
}

.section-slider-full .slide-desc {
    font-size: clamp(1rem, 2vw, 1.2rem);
    color: #1D264F;
    margin-bottom: 40px;
}

.section-slider-full .slider-full-content-bg {
    background-color: #ffffff;
    padding: 1rem;
    border-radius: 1rem;
    opacity: 0.8;
}

.section-slider-full * {
    box-sizing: border-box;
}

@media screen and (max-width:767.99px) {
    .section-slider-full .sw-navigation {
        position: absolute;
        top: calc(37% - 10px);
        z-index: 5;
        right: 0.5rem;
        justify-content: space-between;
        width: 98%;
    }

    .section-slider-full .slider-full-content-bg {
        text-align: center;
        border: 1px solid var(--color2);
        margin-top: 1rem;
    }

    .section-slider-full .slide-subtitle {
        margin-bottom: 0;
    }
}

@media screen and (min-width:768px) {
    .section-slider-full .sw-navigation {
        position: absolute;
        bottom: 2rem;
        z-index: 2;
        left: auto;
        right: 50%;
        transform: translateX(50%);
    }

    .section-slider-full .slide-content {
        position: absolute;
        inset: 0;
        margin: auto;
        justify-content: center;
        display: flex;
        align-items: center;
    }

    .section-slider-full .sw-navigation {
        bottom: 1rem;
    }
}

@media screen and (max-width: 992px) {
    .section-slider-full .slide-title {
        margin-bottom: 1rem;
        line-height: 1rem;
    }

    .section-slider-full .slide-desc p {
        display: none;
    }

    .section-slider-full .slide-subtitle {
        line-height: 3;
    }
}