.ws-inner-hero{
    background-image:var(--hero-bg);
    background-size:cover;
    background-position: top; /*center*/
    background-repeat:no-repeat;
    min-height:var(--hero-height);
    color:var(--hero-color);
    display:flex;
    align-items:center;
    text-align:center;
    justify-content:center;
    padding: 40px 0 0 10px;
}

.ws-inner-hero .container{
    display:flex;
    justify-content:center;
    width:100%;
}

.ws-inner-hero__content{
    max-width:var(--hero-width);
    margin:auto;
}
.ws-inner-hero-title {
    display:inline-flex;
    align-items:flex-start;    
    gap: 30px;
}
.ws-inner-heart {
    width: 35px;
    height: auto;
    margin-top: 0px;
    flex-shrink: 0;
}
.ws-inner-hero h2{
    /*margin:0 0 15px;*/
}

.ws-inner-hero h3{
    margin:0 0 25px;
}

.ws-inner-hero p{
    margin-bottom:35px;
}

.ws-about-author{
    display:grid;
    grid-template-columns:450px 1fr;
    align-items:center;
    gap:50px;
    padding:40px 0;
}

.ws-about-author__flower img{
    width:100%;
    display:block;
}

.ws-about-author__content{
    background-repeat:no-repeat;
    background-position:right center;
    /*background-size:contain;*/
}
.ws-about-author__content p{
    margin-bottom: 10px;
}

.ws-about-author__title{
    display:flex;
    align-items:center;
    gap:16px;
    margin-bottom:10px;
    font-family: 'Caveat', cursive;
    font-size: 40px;
    color: #582d87;
    line-height: 1;

}

.ws-about-author__heart{
    width:35px;
    height:auto;
}

.ws-about-author-text{
    max-width: 580px;
    /*font-family: sans-serif;*/
    font-size: .85rem;
    font-weight: 600;
    margin-bottom: 10px;
    /*margin: 0 auto 30px;*/
}

.ws-about-author h3{
    font-family: 'Caveat',cursive;
    font-size: 1.6rem;
    font-weight: 500;
    /*letter-spacing: .18em;*/
    color: var(--dark-cyan);
    margin-bottom: 10px;
    max-width: 580px;
}

.ws-about-author__link{
    display:inline-flex;
    align-items:center;
    margin-top:30px;
    font-weight:600;
    text-decoration:none;
    color:var(--ws-primary);
}

.ws-about-author__link:hover{
    text-decoration:underline;
}

/*
|--------------------------------------------------------------------------
| About Story
|--------------------------------------------------------------------------
*/

.ws-about-story{

    display:grid;

    grid-template-columns:5fr 6fr;

    align-items:center;

    gap:40px;

    padding:10px 0;

}

.ws-about-story__content{

    max-width:600px;

}

.ws-about-story__title{
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 10px;
    margin-right: 30px;
    font-family: 'Caveat', cursive;
    font-size: 40px;
    color: #582d87;
    line-height: 1;
    justify-content: flex-end;    
}

.ws-about-story__heart{
    width:30px;
    height:auto;
    flex-shrink:0;
}

.ws-about-story__subtitle{
    font-family: 'Caveat',cursive;
    font-size: 2.0rem;
    font-weight: 500;
    color: var(--dark-cyan);
    margin-bottom:28px;
    text-align: right;
    margin-right: 10px;
}

.ws-about-story__description{
    font-size: .85rem;
    font-weight: 400;
    /*margin-bottom:35px;*/
}

.ws-about-story__description p{
    margin:0 0 1.8rem;
    line-height:1.9;
    text-align: center
}


/*
|--------------------------------------------------------------------------
| Alternate paragraph offset
|--------------------------------------------------------------------------
*/

.ws-about-story__description p:first-child{
    margin-left:100px;
}
.ws-about-story__description p:not(:first-child){
    margin-left:80px;
    max-width: 65%;
}

.ws-about-story__description p:last-child{
    margin-bottom:0;
}

.ws-about-story__subtitle-bottom{
    font-family: 'Caveat',cursive;
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--dark-cyan);
    /*margin-bottom:28px;*/
    text-align: center;
    max-width: 70%;
    margin: 0 auto;
}

.ws-about-story__image {
    background-size:cover;
    background-position: center;
    background-repeat:no-repeat;
}
.ws-about-story__image img{
    background-size:cover;
    background-position: top; /*center*/
    background-repeat:no-repeat;

    display:block;

    width:100%;

    height:auto;

}

/*
|--------------------------------------------------------------------------
| About Belief
|--------------------------------------------------------------------------
*/

.ws-about-belief{
    padding:20px 0;
}

.ws-about-belief__heading{
    text-align:center;
    margin-bottom:20px;
}

.ws-about-belief__title{
    font-family: 'Caveat', cursive;
    font-size: 40px;
    color: #582d87;
    display:inline-flex;
    align-items:center;
    gap:18px;
}

.ws-about-belief__heart{
    width:35px;
    height:auto;
}

.ws-about-belief__cards{
    display:grid;
    grid-template-columns:repeat(4,1fr);

}

.ws-about-belief__card{
    padding:0px 35px;
    text-align:center;
    /*min-height: 300px;*/
    display:flex;
    flex-direction:column;
    align-items:center;  
}

.ws-about-belief__card:not(:last-child){
    border-right:1px solid #e6e6e6;
}

.ws-about-belief__image{
    margin-bottom:15px;
}

.ws-about-belief__image img{
    display:block;
    margin:auto;
    max-width:120px;
    width:100%;
    height:auto;

}

.ws-about-belief__card-title{
    font-family: 'Caveat',cursive;
    font-size: 1.7rem;
    font-weight: 500;
    color: var(--dark-cyan);
    margin-bottom:5px;
}

.ws-about-belief__description p{
    font-size: .97rem;
    font-weight: 500;
    margin:0;
    line-height:1.5;
}


.ws-about-belief__description{
    /*margin-top:auto;*/
}

/*
|--------------------------------------------------------------------------
| About Quote
|--------------------------------------------------------------------------
*/

.ws-about-quote{
    position:relative;
    padding:10px 0;
}
.ws-about-quote1{
    background-repeat:no-repeat;
    background-size:cover;
    background-position:top left;
    

    /*display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 20px;
    padding: 0px 0;*/height: 190px;
}


.ws-about-quote__content{
    max-width:850px;
    margin:auto;
    padding: 40px 0;
}

.ws-about-quote__title{
    font-family: 'Caveat', cursive;
    font-size: 40px;
    color: #582d87;
    line-height: 1;
    margin-bottom:0px;
}

.ws-about-quote__subtitle{
    margin:0;
    font-size: .97rem;
    font-weight: 500;
    line-height: 1.5;
}

.ws-about-quote__dandelion{
    position:absolute;
    right:0;
    bottom:10px;
    width:auto;
    max-width:50vw;

}

/*
|--------------------------------------------------------------------------
| About Resources
|--------------------------------------------------------------------------
*/

.ws-about-resources{

    padding:20px 0 0;

}

.ws-about-resources__heading{

    /*text-align:left;*/

    margin-bottom:0px;

}

.ws-about-resources__title{
    font-family: 'Caveat', cursive;
    font-size: 40px;
    color: #582d87;
    line-height: 1;
    /*margin-right: 30px;*/
}

.ws-about-resources__title img{

    width:35px;

}

.ws-about-resources__row{
    display:grid;
    grid-template-columns:4fr 6fr;
    gap:20px;
    align-items:start;
}

.ws-about-resources__list ul{
    list-style:none;
    margin:10px 0 0;
    padding:0;
}

.ws-about-resources__list li{
    display:flex;
    align-items:flex-start;
    gap:12px;
    margin-bottom:10px;
    font-size: 14px;
}

.ws-about-resources__list li i{
    color:#2b878d;
    font-size:14px;
    margin-top:6px;
    flex-shrink:0;
}

.ws-about-resources__list li span{
    flex:1;
}

/*.ws-about-resources__gallery{

    display:flex;

    gap:18px;

    flex-wrap:wrap;

}*/

/*.ws-about-resources__gallery img{

    flex:1;

    min-width:170px;

    aspect-ratio:3/4;

    object-fit:cover;

    border-radius:8px;

}*/
/*.ws-about-resources__gallery{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;

}*/
/*.ws-about-resources__gallery img{
    width:100%;
    aspect-ratio:3/4;
    object-fit:cover;
    display:block;
    border-radius:10px;
    box-shadow:0 8px 6px rgba(0,0,0,.25);
    transition:.3s ease;
}

.ws-about-resources__gallery img:hover{
    transform:translateY(-5px);
}*/

.ws-about-resources__gallery{

    display:grid;

    gap:20px;

}

.ws-gallery-1{
    grid-template-columns:1fr;
}

.ws-gallery-2{
    grid-template-columns:repeat(2,1fr);
}

.ws-gallery-3{
    grid-template-columns:repeat(3,1fr);
}

.ws-gallery-4{
    grid-template-columns:repeat(4,1fr);
}

.ws-about-resources__gallery img{
    width:100%;
    /*max-width: 170px;*/
    aspect-ratio:3 / 4;
    object-fit:cover;
    display:block;
    border-radius:10px;
}

.ws-about-resources__bottom{
    margin-top:30px;
    margin-bottom: 20px;
    text-align: center;
}

.ws-about-resources__bottom h4{
    color: #582d87;
    margin-bottom:10px;
}

.ws-about-resources__bottom h4:first-child{
    font-weight: 800;
    margin-bottom:0;
}

.ws-about-resources__bottom h4:last-child{
    margin-bottom:0;
    /*margin-right: 30px;*/
}

















/*
|--------------------------------------------------------------------------
| Tablet
|--------------------------------------------------------------------------
*/
@media (max-width:991px){
    .ws-inner-hero{
        height:auto;
        padding:40px 0;
    }

    .ws-inner-hero-title {
        align-items: top;
        gap: 20px;
    }

    .ws-inner-heart {
        width: 35px;

    }

    .ws-about-author{
        grid-template-columns: .75fr 1fr;
        align-items:center;
        gap:20px;
        padding:30px 20px 30px 0;
    }

    /*.ws-about-story{
        grid-template-columns:1fr;
        gap:20px;
    }*/

    .ws-about-story{
        grid-template-columns:1fr 1fr;
        gap:20px;
    }

    .ws-about-story__content{
        max-width:100%;
    }

    .ws-about-story__title{
        display: flex;
        align-items: center;
        gap: 16px;
        margin-bottom: 10px;
        margin-right: 0px;
        /*font-family: 'Caveat', cursive;*/
        font-size: 40px;
        color: #582d87;
        line-height: 1;
        justify-content: flex-start;    
    }

    .ws-about-story__subtitle {
        text-align: left;
        margin-right: 0px;
    }

    .ws-about-story__description p:first-child{
        margin-left:0;
    }
    .ws-about-story__description p:not(:first-child){
        margin-left:0px;
        max-width: 100%;
    }

    .ws-about-story__description p:last-child{
        margin-bottom:0;
    }

    .ws-about-story__subtitle-bottom {
        text-align: center;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .ws-about-belief__cards{
        grid-template-columns:repeat(2,1fr);
    }

    .ws-about-belief__card{
        border-right:none;
        border-bottom:none;
        padding:40px 32px;
    }

    /* Right border only on left column */
    /*.ws-about-belief__card:nth-child(1),
    .ws-about-belief__card:nth-child(3){
        border-right:1px solid #e6e6e6;
    }*/

    .ws-about-belief__card:nth-child(2){
        border-right:0px solid #e6e6e6;
    }

    /* Bottom spacing for first row */
    .ws-about-belief__card:nth-child(1),
    .ws-about-belief__card:nth-child(2){
        
        padding-bottom:40px;
        border-bottom:1px solid #e6e6e6;
    }

    .ws-about-quote{
        padding:20px 0;
    }
    .ws-about-quote1{
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center top;
    }

    .ws-about-quote__content {
        padding: 30px;
    }

    .ws-about-quote__dandelion{

        width:140px;

        right:20px;

    }

    .ws-about-resources__row{

        grid-template-columns:1fr;

    }

    .ws-about-resources__gallery{

        /*grid-template-columns:repeat(2,1fr) !important;*/

    }

    /*.ws-about-resources__gallery img{
        width:100%;
        aspect-ratio:3/4;
        object-fit:cover;
        display:block;
        border-radius:10px;
        box-shadow:0 8px 6px rgba(0,0,0,.25);
        transition:.3s ease;
    } */  

}
    

/*
|--------------------------------------------------------------------------
| Mobile
|--------------------------------------------------------------------------
*/
@media (max-width:767px){
    .ws-inner-hero{
        padding:40px 0 20px 0;
    }

    .ws-inner-hero-title {
        align-items: top;
        gap: 12px;
    }
    .ws-inner-hero p {
        margin-bottom: 0px;
    }
    .ws-hero-text{
        max-width: 100%;
    }

    .ws-inner-heart {
        width: 25px;

    }

    .ws-about-author{
        grid-template-columns: 1fr;
        align-items:center;
        gap:20px;
        padding:30px 20px;
    }

    .ws-about-author__flower{
        display: none;
        max-width:260px;
        margin:0 auto 40px;
    }

    .ws-about-author-text {
        max-width: 100%;    
    }
    .ws-about-author h3{
        max-width: 100%;
    }
    
    .ws-about-story{
        grid-template-columns:1fr;
        gap:20px;
        padding:20px;
    }


    .ws-about-story__subtitle {
        text-align: left;
        margin-right: 0px;
    }

    .ws-about-story__description {
        font-size: .85rem;
        font-weight: 400;
        margin-bottom: 5px;
    }

    .ws-about-story__description p:first-child{
        margin-left:0px;
    }

    .ws-about-story__description p:not(:first-child){
        margin-left:0px;
        max-width: 100%;
    }

    .ws-about-story__subtitle-bottom {
        text-align: center;
        max-width: 100%;
        margin-bottom: 10px;
    }


    .ws-about-belief{

        padding:0;

    }

    .ws-about-belief__cards{

        grid-template-columns:1fr;

    }

    .ws-about-belief__card{

        border:none !important;

        padding:40px 20px;

    }

    .ws-about-belief__card:not(:last-child){

        border-bottom:1px solid #e6e6e6 !important;

    }

    .ws-about-quote{

        padding:20px 0;

    }

    .ws-about-quote1{
        padding:10px;
        background-size:contain;
        background-position:center;
        height: auto;
    }

    .ws-about-quote__content {
        padding: 0;
        text-align: center;
    }

    .ws-about-quote__title {
        font-size: 20px;
        color: #582d87;
        line-height: .5;
        margin-bottom: 0px;
    }
    .ws-about-quote__title .ws-about-belief__heart{
        display: none;
    }

    /*.ws-about-quote__dandelion{
        display:none;
    }*/

    .ws-about-resources{

        padding:80px 0;

    }

    .ws-about-resources__gallery{

        grid-template-columns:1fr !important;

    }

    /*.ws-about-resources__gallery img{
        width:100%;
        aspect-ratio:3/4;
        object-fit:cover;
        display:block;
        border-radius:10px;
        box-shadow:0 8px 6px rgba(0,0,0,.25);
        transition:.3s ease;
    }*/
}