* {
    box-sizing: border-box;
}



ul {
    list-style-type: square;
    list-style-position: inside;
    font-size: clamp(15pt, 17pt, 20pt);
    margin-top: 1vh;
    color: #3e5459;
    background-color: #f1ecec;
    /* background-image: url(./images/marble.png); */
    background-size:auto;
    background-repeat: no-repeat;
    background-position: top left;
    border-radius: 3px;
    padding: 20px;
    box-shadow:#979797 1px 1px 3px inset;
    font-weight:400 !important;
}

li {
    line-height: 1.3;
    margin-bottom: .25vh;
}

#servicesaboutkate li::marker,#servicesaboutpat li::marker {
    color: #a9b6bb;
}

li span {
    position: relative;
    left: -15px;


}

.full-page {
    display: flex;
    flex-direction: row-reverse;
    height: fit-content;
    width: auto;
}

.full-page:last-of-type {
    flex-direction: row;
}

.panel {
    flex: 1;
    display: flex;
    justify-content:flex-start;
    flex-direction: column;
}

img {
    width: 240px;
    height: 240px;
    margin: 0 auto;
}

.services {
    /* background-image: url(./images/marble.png); */
    background-repeat: no-repeat;
    background-position: top;
    background-color: #e6e6e6;
    color:#222222;
}

#servicesaboutkate .panel {
    background-position: center right;
}

#servicesaboutkate .panel {
    background-position: top left;
}


#servicesaboutkate li:nth-child(even), #contactform li:nth-child(even) {
    list-style: none;
    position:relative;
    left:28px;
    margin-bottom: 2vh;
}

#servicesaboutkate li:last-child, #servicesaboutpat li:last-child, #contactform li:last-child{
    margin-bottom: 0;
}

.about {
    /* background-image: url(./images/marble.png); */
    background-position: top left;
    background-repeat: no-repeat;
    background-color: #f1ecec;
    color:#222222;
}

.about p {
    line-height: 1.3;
    margin-left:3vw;
    margin-right:3vw;
    font-size: clamp(15pt, 17pt, 18pt);
    word-break:keep-all;
}

.profile {
    margin-top: 6vh;
    margin-bottom: 4vh;
}

.center {
    text-align: center;
}

section {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.innerContent {
    padding: 4vh 6vw;
}



.contentbreak {
    height: 3vh;
    width: 100%;
    background-color: #444242;
    background-image: url(./images/marble.png);
    background-position:top right;
    background-size: cover;
    box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.2);
}


@media screen and (max-width: 1400px) {
    .full-page {
        flex-direction: column-reverse;
        height: fit-content;
    }

    .full-page:last-of-type {
        flex-direction: column;
    }
    

    .innerContent {
    }

    h3 {
        text-align: center;
    }

    #servicesaboutkate li:nth-child(even),#contactform li:nth-child(even) {
        list-style: none;
        position:relative;
        left:0;
        margin-bottom:3vh;
        box-shadow:none;
    }

    #servicesaboutkate li:last-child,#contactform li:last-child {
        margin-bottom:0;
    }

    .contentbreak {
        display: none;
    }

    ul {
        padding:0;
        list-style-type: none;
        margin: 5px 0 0 0;
        box-shadow:none;
        background: none;
    }
    li {
        text-align: center;
        background-color: #ffffff;
        border-radius: 3px;
        padding:1.4vh 6vw;
    }
    li span {
        left:0;
        line-height: 1.1;
    }

    .services {
        background-position: center right;
    }

}