.specificCase .zoneImg img{
    border-radius: 60px;
    height: 450px;
    object-fit: cover;
}
.specificCase .zoneImgs{position: relative;}
.specificCase .zoneImgs::before{
    content: '';
    width: 100%;
    height: 85%;
    border-radius: 60px;
    display: block;
    position: absolute;
    left: 0;
    z-index: 0;
    top: 0;
    border: 2px solid #a730dc;
}

.specificCase .zoneText svg path{
    fill:#710097 !important;
}

/* APPARENCES */

/* MOBILE */

@media (max-width: 769px) {
    .specificCase .zoneImg img{
        height: 100px;
        border-radius: 20px;
    }

    .specificCase .zoneImgs::before{
        border-radius: 20px;
    }

}