@media all and (max-width: 767px) {
    div.pure-family-square-container {
        grid-template-columns: 1fr;
    }

    div#pure-family-square-2 {
        grid-row: 1;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px){
    div#mb-your-story::before {
        bottom: 365% !important;
        left: -90% !important;
    }

    div.pure-family-square-container {
        grid-template-columns: repeat(3, 1fr);
    }

    div#pure-family-square-2 h2 {
        font-size: 20px;
    }

    div#pure-family-square-2 p {
        font-size: 12px;
        line-height: 1.4em;
    }

    div#pure-family-square-2 span.pure-family-square-cta {
        font-size: 16px;
    }
}

@media all and (min-width: 1024px) {
    div.pure-family-square-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media all and (min-width: 1024px) and (max-width: 1399px) {
    div#pure-family-square-2 h2 {
        font-size: 30px;
    }

    div#pure-family-square-2 p {
        font-size: 15px;
    }

    div#pure-family-square-2 span.pure-family-square-cta {
        font-size: 20px;
    }
}

@media all and (min-width: 1400px) and (max-width: 1599px) {
    div#pure-family-square-2 h2 {
        font-size: 40px;
    }

    div#pure-family-square-2 p {
        font-size: 20px;
    }

    div#pure-family-square-2 span.pure-family-square-cta {
        font-size: 25px;
    }
}

@media all and (min-width: 1600px) {
    div#pure-family-square-2 h2 {
        font-size: 50px;
    }

    div#pure-family-square-2 p {
        font-size: 25px;
        line-height: 1.2em;
    }

    div#pure-family-square-2 span.pure-family-square-cta {
        font-size: 30px;
        padding: 10px 20px !important;
    }
}

div.pure-family-square-container {
    display: grid;
    grid-gap: 5px;
    background: #F6AB6E;
}

div#pure-family-square-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
}

div#pure-family-square-2 h2,
div#pure-family-square-2 p,
div#pure-family-square-2 span {
    color: #ffffff;
    font-family: 'Brandon_bold',Helvetica,Arial,Lucida,sans-serif;
}

/*div#pure-family-square-2 h2 {*/
/*    font-size: 30px;*/
/*}*/

/*div#pure-family-square-2 p {*/
/*    font-size: 15px;*/
/*}*/

div#pure-family-square-2 span.pure-family-square-cta {
    background: black;
    padding: 5px 10px;
    border-radius: 99px;
    /*font-size: 20px;*/
    margin-top: 15px;
}


div#wording-container-home {
    position: relative;
    overflow: visible;
}

div#wording-container-home::before {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -60px;
    left: -20px;
    z-index: 12;
}

@media all and (min-width: 1024px) {
    div#wording-container-home::before {
        background-image: url("/wp-content/uploads/2025/12/coeur-home.png");
        width: 100px;
        height: 150px;
    }
}

@media all and (max-width: 1023px) {
    div#wording-container-home::before {
        background-image: url("/wp-content/uploads/2026/01/coeur-home-mb.png");
        width: 60px;
        height: 50px;
        top: -34px;
    }
}