.pet-block {
    block-size: 100% !important;
    width: 100% !important;
    position: relative;
    overflow: hidden; /* Pour que le contenu suive les bords arrondis */
}

.pet-block img {
    width: 100% !important;
    height: 50vh;
    object-fit: cover !important;
    object-position: top center;
}

.pet-blok-content {
    padding: 1rem;
    block-size: 100%;
}

.pet-block-text {
    z-index: 10;
    text-align: start;
    margin-bottom: 1.5rem;
}

.pet-block-text > p {
    margin: 0rem 2rem;
    font-size: 1.35rem;
    color: black;
    line-height: 1.5;
}

@media (max-width: 1024px) {
    .pet-block-text > p {
        margin: 0rem 1.5rem;
        font-size: 1.05rem;
        line-height: 1.3;
    }

    .pet-block img {
        width: 100% !important;
        height: 35vh;
    }


}