.evo-row{
    display: flex;
    align-items: stretch;
    align-content: center;
    align-self: center;
    flex: 1 1 auto;
    justify-content: center;
    max-width: 900px;
    margin: auto;
    border:3px solid #2e5fb8;
    padding: 40px;
    margin-top: 20px;
}
.evo-row:after{
    content: "Dalle risorse di rete tradizionali ... a un mercato più ampio ed estremamente più complesso";
    position: absolute;
    background-color: #fff;
    top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    left: 15%;
    color: #3766bc;
    font-weight: 500;
    font-size: 15px;
}
.evo-row.en:after{
    content: "From traditional grid resources ... to an expanded, far more complex market";
}
.evo-el.evo-el3 {
    display: flex;
    align-content: center;
    align-self: center;
    align-items: center;
    margin-top: 5%;
}
.evo-row .evo-el img{
    max-width: 100px;
}
.evo-el {
    display: flex;
    flex-direction: column;
    margin: auto;
    padding: 10px;
}
.evo-el.evo-el1 > div {
    margin-bottom: 40px;
}
.evo-el.evo-el2{
    border-left: 3px dotted gray;		
    padding-right: 0;										
}
.evo-el.evo-el2 > div{
    margin-bottom: 40px;
}
.owl-carousel .owl-item .evo-el > div > img{
    margin: auto;
}
.owl-carousel .owl-item .evo-el > div{
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: gray;
    padding-left: 20px;
    padding-right: 20px;
}
.owl-carousel .owl-item .evo-el > div.evo-plus {
    font-size: 80px;
    color: #f3c11f;
    padding: 0;
}
.owl-carousel .owl-item .evo-el div.evo-proj {
    /* display: flex; */
    border: 3px solid #f1c830;
    border-radius: 30px;
    max-width: 360px;
    padding: 0;
    position: relative;
    margin: auto;
}
.owl-carousel .owl-item .evo-el div.evo-proj:before{
    content: "Progetti pilota in corso";
    color: #f1c830;
    font-size: 15px;
    font-weight: 500;
    position: absolute;
    top: -12px;
    /* left: 0; */
    /* right: 0; */
    background-color: #fff;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    margin: auto;
    display: block;
    transform: translateX(-50%);
    left: 50%;
    width: fit-content;
}
.owl-carousel .owl-item .evo-row.en .evo-el div.evo-proj:before{
    content: "Pilot projects in progress";
}
.evo-proj-icons {
    display: flex;
    align-items: stretch;
}
.owl-carousel .owl-item .evo-proj .evo-proj-icons img {
    max-width: 16%;
    max-height: 60px;
    margin-right: 5px;
    margin-left: 5px;
}
.evo-proj-text {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: gray;
    padding: 10px;
}
.owl-carousel .owl-item .evo-el div.evo-subtext {
    color: #3162ba;
    font-size: 15px;
    font-weight: 500;
    max-width: 250px;
    text-align: center;
    margin: auto;
    padding: 10px;
    border-top: 3px solid #3162ba;
    margin-top: 30px;
    margin-bottom: 0;
}
@media (max-width: 768px) {
    .evo-row {
        flex-direction: column;
        padding: 10px;
        padding-top: 50px;
    }
    .evo-el{
        width: 90%;
    }
    .evo-el.evo-el1 > div {
        margin-bottom: 0px;
    }
    .evo-el.evo-el2 > div {
        margin-bottom: 0px;
    }
    .evo-el.evo-el2 {
        border-top:3px dotted gray;
        border-left: none;
    }
    .owl-carousel .owl-item .evo-el > div.evo-plus {
        line-height: 30px;
    }
}


@media (max-width: 500px) {
}


.owl-carousel .owl-item .high-row{
    display: flex;
    align-items: stretch;
    align-content: center;
    align-self: center;
    flex: 1 1 auto;
    justify-content: center;
    max-width: 900px;
    margin: auto;
}
.high-row.tso:before {
    content: 'RUOLO DEL TSO';
    color: #fff;
    position: absolute;
    top: -25px;
    text-align: center;
    left: 0;
    right: 0;
    font-family: Roboto;
    font-weight: 500;
}
.high-row.tso.en:before {
    content: 'ROLE OF TSO';
}
.high-row.tso {
    border: 1px solid #3162ba;
    border-top: 30px solid #3162ba;
    position: relative;
}
.owl-carousel .owl-item .high-row > div > img{
    max-width: 70px;
    margin: auto;
    margin-bottom: 10px;
}
.owl-carousel .owl-item .high-row > div{
    font-size: 15px;
    font-family: Roboto;
    text-align: center;
    color: #2e5fb8;
    margin: 10px;
    padding: 20px;
    font-weight: 500;
    position: relative;
    flex: 1;
}
.owl-carousel .owl-item .high-row.first > div:after {
    content: '|';
    color: #3162ba;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}


@media (max-width: 768px) {
    .owl-carousel .owl-item .high-row > div{
        margin: 5px;
        padding: 5px; 
        padding-bottom: 15px;
    }
}


@media (max-width: 500px) {
    .owl-carousel .owl-item .high-row{
        flex-direction: column;
    }
}