.woman-mobile {
    
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
    padding: 20vw 2vw 0 0;
    text-align: end;
    height: 45vw;
    background-image: url(../img/gestiona2-hi.webp);
    background-size: cover;
    font-size: 3.2vw;

}

.woman-mobile h2{
    font-size: 2.5vw;
    color: #144b48;
    background-color: #d2e5c2;
    padding: 0 1vw;
    margin-right: 1vw;
    z-index: 5;
}

.woman-mobile h3{
    color: white;
    background-color: #144b48;
    font-weight: bold;
    padding: 0 1vw;
    z-index: 2;
}


