.precious-lp-experience {
    align-items: center;
    justify-content: center;
    max-width: 1170px;
    margin: 0 auto;
}


.precious-lp-experience .precious-lp-title {
    text-align: center;
    justify-content: center;
}

.precious-lp-experience__slide {
    display: flex !important;
    justify-content: center;
    flex-direction: row;
    padding: 50px var(--PADDING-CONTENT);
}


.precious-lp-experience__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-basis: 50%;
    padding-left: 100px;
    box-sizing: border-box;
    text-align: left;
}

.precious-lp-experience__content .precious-lp-text {
    margin-bottom: 16px;
}

.precious-lp-experience__content .precious-lp-cta {
    min-width: 190px;
    margin-top: 16px;
}

.precious-lp-experience__slide picture {
    flex-basis: 50%;
}

.precious-lp-experience .slick-slide img {
    display: block;
    width: 100%;
    height: auto;
}

.precious-lp-experience .slick-arrow {
    background-image: url(../images/arrow.svg);
    font-size: 0;
    width: 40px;
    height: 70px;
    background-color: transparent;
    background-size: 40% auto;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    top: calc(50% - 35px);
    position: absolute;
    z-index: 2;
    border: 0px solid;
    outline: 0;
    transform: none !important;
}

.precious-lp-experience .slick-arrow:focus,
.precious-lp-experience .slick-arrow:active {
    border: 0px solid !important;
    outline: 0px !important;
}

.precious-lp-experience .slick-prev {
    left: 0px;
    transform: scaleX(-1) !important;
}

.precious-lp-experience .slick-next {
    right: 0px;

}

.precious-lp-experience .slick-disabled {
    opacity: 0.2;
    pointer-events: none;
}

@media(max-width:1023px) {
    .precious-lp-experience__content {
        padding-left: var(--PADDING-CONTENT);
    }
}



@media(max-width:761px) {
    .precious-lp-experience__slide {
        display: block !important;

    }


    .precious-lp-experience .slick-track {
        display: flex;
    }

    .precious-lp-experience__slide {
        flex-direction: column;
        justify-content: space-between;
        padding: 0;
        height: auto;
    }

    .precious-lp-experience__content {
        padding: var(--PADDING-CONTENT);
        align-items: center;
        text-align: center;
    }

    /*
    .precious-lp-experience__slide .precious-lp-text {
        flex: 1;
    }*/

    .precious-lp-experience {
        margin-bottom: -20vw;
    }
}

p.precious-lp-text.precious-custom-li {
    font-size: 10px;
    line-height: 1.5em;
}
p.precious-lp-text.precious-custom-li {
    font-size: 11.5px;
    line-height: 1.5em;
    max-width: 700px;
}
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    p.precious-lp-text.precious-custom-li {
        font-size: 8.7px;
    }
    p.precious-lp-text.precious-custom-li a{
        color: #fff;
    }
}
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    p.precious-lp-text.precious-custom-li a{
        color: #fff;
    }
}
@media (max-width: 480px) {
    p.precious-lp-text.precious-custom-li {
        font-size: 9px;
    }
    p.precious-lp-text.precious-custom-li a{
        color: #fff;
    }
}