@media (max-width: 372px) {
    .home .wp-block-post-title {
        font-size: 2rem;
        margin-top: 5px !important;
        padding-left: 40px;
        margin-top: -60px !important;
    }

    .home .wp-block-post-title::before {
        content: "Bienvenue chez";
        display: block;
        font-size: 1.2rem;
        color: #C77055;
        margin-top: 50px;
        margin-bottom: 0px;
        font-weight: 400;
        margin-right: 20%;
    }

    .home .wp-block-post-title::after {
        content: "";
        display: inline-block;
        width: 85px;
        height: 70px;
        background-image: url('../images/title_design.png');
        background-size: cover;
        margin-left: -20px;
        /* Adjust space between text and image */
    }


}

@media (min-width: 372px) and (max-width: 480px) {
    .home .wp-block-post-title {
        font-size: 2rem;
        margin-top: 5px !important;
        padding-left: 40px;
        margin-top: -60px !important;
    }

    .home .wp-block-post-title::before {
        content: "Bienvenue chez";
        display: block;
        font-size: 1.2rem;
        color: #C77055;
        margin-top: 50px;
        margin-bottom: -40px;
        font-weight: 400;
        margin-right: 20%;
    }

    .home .wp-block-post-title::after {
        content: "";
        display: inline-block;
        width: 85px;
        height: 70px;
        background-image: url('../images/title_design.png');
        background-size: cover;
        margin-left: -20px;
        /* Adjust space between text and image */
    }


}

@media (min-width: 480px) and (max-width: 1000px) {
    .home .wp-block-post-title {
        font-size: 2rem;
        padding-left: 50px;
    }

    .home .wp-block-post-title::before {
        content: "Bienvenue chez";
        display: block;
        font-size: 1.2rem;
        color: #C77055;
        margin-top: 50px;
        margin-bottom: -40px;
        font-weight: 400;
        margin-right: 20%;
    }

    .home .wp-block-post-title::after {
        content: "";
        display: inline-block;
        width: 85px;
        height: 70px;
        background-image: url('../images/title_design.png');
        background-size: cover;
        margin-left: 0px;
    }
}

@media (min-width: 1000px) {
    .home .wp-block-post-title {
        padding-left: 80px;
        margin-top: -25px !important;
    }

    .home .wp-block-post-title::after {
        content: "";
        display: inline-block;
        width: 85px;
        height: 70px;
        background-image: url('../images/title_design.png');
        background-size: cover;
        margin-left: 10px;
        /* Adjust space between text and image */
    }

    .home .wp-block-post-title::before {
        content: "Bienvenue chez";
        display: block;
        font-size: 1.2rem;
        color: #C77055;
        margin-top: 50px;
        margin-bottom: -25px;
        font-weight: 400;
        margin-right: 8%;
    }
}