:root {
    --text-color: #000;
    --highlight-color: #f1b40c;
    --espresso: #572b17;
    --rust: #ac420f;
    --sundance: #cba45f;
}

h3{
    padding: 0;
    margin-bottom: 10px;
}

p{
    line-height: 1.7;
}

.js-slick-carousel{
    height: 40vh;
    overflow: hidden;
}


.about-us,
.approach,
.principle,
.vision,
.values,
.sustainability{
    padding: 20px 0;
}

.spacer{
    height: 40px;
}

section.vision .container{
    width: 90%;
    background-color:#572b17c9;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    min-height: 300px;
    padding: 50px 0;
}

section.vision h2{
    width: 100%;
    margin-bottom: 0 auto;
    color: #fff;
    text-align: center;
}

section.vision p{
    width: 70%;
    margin: 0 auto;
    font-size: 1.1rem;
    font-weight: 300;
    text-align: center;
    color: #fff;
}

@media (min-width:1200px) {
    
    section .container,
    section.vision .container{
        width: 60%;
    }

    section.vision .container{
        display: flex;
        flex-direction: column;
        align-items: center;
        row-gap: 40px;
        min-height: 300px;
        padding: 150px 25px;
        box-sizing: border-box;
    }

    section.vision h2{
        width: 100%;
        margin-bottom: 0 auto;
        color: #fff;
        text-align: center;
    }

    section.vision p{
        width: 70%;
        margin: 0 auto;
        font-size: 1.5rem;
        font-weight: 300;
        text-align: center;
        color: #fff;
    }

    .text-wrapper p{
        font-size: 1.rem;
    }

    .spacer{
        height: 80px;
    }

    
}