.content-page .section-content{
    display: flex;
    column-gap: 30px;
    row-gap: 40px;
}

.section-content.image-right img {
    order: 2;
}

div[id="information-information"] div[id="content"] .content-page ul li::marker {
    content: initial;
}

.jewellery-care .section-content img{
    position: absolute;
    top: 0;
    height: auto;
    object-fit: cover;
    object-position: center;
}
.jewellery-care .section-content.image-left img{
    right: 67.7%;
}
.jewellery-care .section-content.image-right img{
    left: 67.7%;
    top: auto;
    bottom: -6px;
}
.jewellery-care .section-content.image-left .content-text{
    width: 67.7%;
    padding-left: 106px;
}
.jewellery-care .section-content.image-left .content-text {
    min-width: 67.7%;
}
.jewellery-care .section-content:first-child img {
    position: relative;
    right: 0;
}
.jewellery-care .section-content.image-right .content-text{
    width: 67.7%;
    padding-right: 106px;
}
.jewellery-care .section-content.image-left{
    justify-content: flex-end;
    align-items: flex-start;
}
.jewellery-care .section-content p{
    margin-bottom: 22px;
}
.jewellery-care .section-content h5 {
    margin: 34px 0 23px;
}
.jewellery-care .section-content h4 {
    margin: 0;
    text-transform: uppercase;
}
.jewellery-care {
    margin-top: 57px;
    margin-bottom: 56px;
}
.jewellery-care .section-content{
    display: flex;
    position: relative;
}
.jewellery-care .section-content:not(:first-child) {
    padding-top: 80px;
}
div[id="information-information"] div[id="content"] .jewellery-care ul {
    margin: 0;
}
div[id="information-information"] div[id="content"] .jewellery-care  ul li{
    margin-bottom: 0;
}
div[id="information-information"] div[id="content"] .jewellery-care ol li{
    margin-bottom: 0;
}
div[id="information-information"] div[id="content"] .jewellery-care ol li::marker {
    letter-spacing: 0px;
    word-spacing: -3px;
}
.image-animation.right-to-left{
    transform: translateX(100%);
}
.image-animation.left-to-right{
    transform: translateX(-100%);
}
.image-animation{
    opacity: 0;
    transition: transform 1.2s ease-in-out, opacity 1.2s ease-in-out;
}
.image-animation.animation-run{
    opacity: 1;
    transform: translateX(0);
    transition: transform 1.2s ease-in-out, opacity 1.2s ease-in-out;
}
body.template-cms {
    overflow-x: hidden;
}
body.template-cms main{
    overflow: hidden;
}

@media(max-width: 1399px){
    .jewellery-care .section-content.image-left .content-text{
        padding-left: 40px;
    }
    .jewellery-care .section-content.image-right .content-text{
        padding-right: 40px;
    }
    .jewellery-care .section-content.image-left img{
        width: calc(32.3% + 20px) !important;
        right: auto;
        left: -20px;
    }
    .jewellery-care .section-content.image-right img{
        width: calc(32.3% + 20px) !important;
        left: auto;
        right: -20px;
    }
}
@media(max-width: 991px){
    .jewellery-care .section-content.image-left .content-text{
        padding-left: 30px;
    }
    .jewellery-care .section-content.image-right .content-text{
        padding-right: 30px;
    }
    .jewellery-care .section-content.image-left img{
        width: calc(35% + 20px) !important;
    }
    .jewellery-care .section-content.image-right img{
        width: calc(35% + 20px) !important;
    }
    .jewellery-care .section-content.image-right .content-text{
        width: 65%;
    }
    .jewellery-care .section-content.image-left .content-text {
        min-width: 65%;
        width: 65%;
    }
}
@media(max-width: 767.98px){
    .jewellery-care .section-content.image-left .content-text{
        width: 100%;
        padding-left: 0;
    }
    .jewellery-care .section-content.image-right .content-text{
        padding-right: 0;
        width: 100%;
    }
    /* .jewellery-care .section-content:first-child img{
        position: absolute;
        right: -20px;
        left: auto;
        z-index: -1;
        top: -2px;
        width: calc(39.715% + 20px) !important;
    } */
    .jewellery-care .section-content:first-child img{
        position: fixed;
        right: 0;
        left: auto;
        z-index: -1;
        top: 19.3vh;
        width: 40.77% !important;
    }
    .jewellery-care .section-content img{
        transform: translateX(0);
        transition: none;
    }
    .jewellery-care .section-content.image-right img{
        position: fixed;
        right: auto;
        left: 0;
        bottom: 0;
        top: auto;
        z-index: -1;
        width: 40.77% !important;
    }
    /* .jewellery-care .section-content.image-right img{
        right: auto;
        left: -20px;
        bottom: auto;
        top: 0;
        z-index: -1;
        width: calc(39.715% + 20px) !important;
    } */
    .jewellery-care .section-content:not(:first-child) {
        padding-top: 0;
        margin-top: 32px;
    }
    .image-animation.left-to-right {
        transform: translateX(100%);
    }
    .image-animation.right-to-left {
        transform: translateX(-100%);
    }
    .image-animation.left-to-right.animation-run,
    .image-animation.right-to-left.animation-run{
        transform: translateX(0);
        opacity: 0.3;
    }
    body.template-cms main{
        padding-top: calc(var(--header-height) + 32px);
    }
    .template-cms div[id="content"] h1 {
        margin-bottom: 35px;
    }
    .jewellery-care {
        margin-top: 35px;
        margin-bottom: 10px;
    }
    .jewellery-care .section-content h5 {
        margin: 26px 0 19px;
        font-size: 14px;
    }
    div[id="information-information"] div[id="content"] .jewellery-care ul{
        padding-left: 21px;
    }
    .jewellery-care .section-content p {
        margin-bottom: 17px;
    }
    .jewellery-care .section-content:not(:first-child){
        margin-top: 17px;
    }
}