.section.whoRV {
    background: linear-gradient(116.65deg, #1D7BEF 10.58%, #2EBBF0 54.27%, #1D7BEF 89.72%);


}

.whoRV .strip-left, .whoRV .strip-right {
    background: #1D252D;
}

.whoRV .layout-big .content {
    display: flex;
    flex-flow: row wrap;

    padding: 0 45px;
}

.layout-big .whoRV-art {
    width: 60%;
}

.layout-big .whoRV-art-container {
    height: 100%;
    width: 100%;
    /* position: absolute; */
    display: flex;
    justify-content: center;
    padding-left: 3vw;
}

.layout-big .whoRV-title {
    width: 40%;

    font-family: Montserrat;
    font-size: 3em;
    font-weight: 600;
    
    text-align: left;

    display: flex;
    align-items: center;

    padding: 4vw;
}

.layout-big .whoRV-text {
    width: 100%;

    font-family: Montserrat;
    font-size: 1.5em;
    font-weight: 600;
    text-align: left;

    padding: 3rem;

    display: flex;
    align-items: center;
    justify-content: center;

    
}

@media screen and (max-width: 855px) {
    .layout-big .whoRV-text {
        padding-top: 2rem;
    }
}

.layout-big .whoRV-art-link {
    font-family: Montserrat;
    font-size: 1.5em;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
    position: absolute;
    top: 40vh;
    top: calc(var(--vh, 1vh) * 40);
    left: calc(25vw + 22.5px + 3vw);
    /* left: calc((50vh+45px)/2); */
    transform: translateX(-50%);
}

.layout-big .whoRV-art-link:hover {
    text-decoration: underline;
}

.layout-big .whoRV-art-link svg {
    height: 1em;
}

.layout-big .whoRV-art-svg {
    height: 49vh;
    height: calc(var(--vh, 1vh) * 49);
}

@media screen and (max-width: 835px) {
    .layout-big .whoRV-art-link {
        font-size: 1.3em;
        top: 38vh;
        top: calc(var(--vh, 1vh) * 38);
    }
}

@media screen and (max-width: 720px) {

    .whoRV .content {
        display: flex;
        flex-flow: column nowrap;
        gap: 1em;
    }

    .whoRV .content > * {
        width: 100%;
    }

    .whoRV-art {
        order: 3;
        height: 40vh;
        height: calc(var(--vh, 1vh) * 40);
        display: flex;
        justify-content: center;

        position: absolute;
        bottom: 4vh;
        bottom: calc(var(--vh, 1vh) * 4);
        left: 50%;
        transform: translateX(-50%);
        width: auto;
        z-index: 0;
    }

    .whoRV-art-container {
        display: flex;
        flex-flow: column nowrap;
        height: 100%;
        justify-content: flex-end;
    }
   
    .whoRV-art-svg {
        width: 50vh;
        width: calc(var(--vh, 1vh) * 50);
        padding: 0 0.5em;
    }

    .whoRV-art-link svg {
        height: 1em;
        
    }

    .whoRV-text {
        order: 2;
        text-align: center;
        justify-content: center;

        font-family: Montserrat;
        font-size: 1.3em;
        font-weight: 600;
        text-align: center;

        padding: 1em 2em;
        z-index: 1;
    }

    .whoRV-title {
        order: 1;
        text-align: center;
        justify-content: center;

        font-family: Montserrat;
        font-size: 3em;
        font-weight: 600;
    
        text-align: center;

        margin-top: 1em;
    }

    rect {
        stroke: white;
        stroke-width: 5;
    }

    .whoRV-art-link {
        display: flex;
        justify-content: center;
        margin-top: 0.6em;
    }

    .whoRV-art-link:hover {
        text-decoration: underline;
    }

    }

@media screen and (max-width: 450px) {
    .whoRV-title {
        font-size: 2.4em;
        margin-top: 0.4em;
    }

    .whoRV-text {
        padding-top: 0;
        font-size: 1.2em;
    }
}

@media screen and (max-width: 380px) {
    .whoRV-art-svg {
        width: 40vh;
        width: calc(var(--vh, 1vh) * 40);
    }
}