.block6_wrapper{
    margin-bottom: 2rem;
}
.block_persons{
    background-image: var(--gradient_blue);
    height: 390px;
}
.block_persons_wrapper{position: relative;    height: 390px;
}
.block_persons.block_persons{
    transition: 2.5s;
    opacity: 0;
    position: absolute;
}

.block_persons.block_persons.active{
    transition: 2.5s;
    opacity: 1;
}
.block_persons__content{
    color: white;
    position: relative;
    padding: 0rem 33% 3rem 4rem;
    min-height: 300px;
    box-sizing: border-box;
    margin-top: 4rem;

}
.block_persons__picture{
    position: absolute;
    bottom: 0px;
    right: 0rem;
}
.block_persons2 .block_persons__picture{
    right: 0rem;
}
.block_persons2  .block_persons__content{
    padding: 0rem 42% 1rem 1rem;
    min-height: 300px;
    box-sizing: border-box;
    margin-top: 2rem;
    position: relative;
    z-index: 5;
}

.block_persons__picture_mob{
    position: absolute;
    bottom: 0px;
    right: 0rem;
}
.block_persons__picture img,.block_persons__picture_mob img{
    display: block;
}
.block_persons__picture_mob{
    display: none;
}
@media(max-width: 1199px){
    .block_persons__content{
        padding: 0rem 40% 2rem 2rem;
    }
    .block_persons2  .block_persons__content{
        margin-top: 0rem;
    }

}
@media(max-width: 991px){
    .block_persons__content{
        padding: 1rem 40% 1rem 1rem;
        min-height: 317px;
        margin-top: 0;
    }
    .block_persons2 .block_persons__content {
        padding: 0rem 31% 3rem 1rem;
        margin-top: 0rem;

    }
    .block_persons__picture{
        width: 288px;
        right: 0rem;
    }
    .block_persons_wrapper,.block_persons  {
        height: 400px;
    }


}
@media(max-width: 767px){
    .block_persons__content{
        position: relative;
        z-index: 1;
        padding: 1rem 32% 1rem 2rem;
        min-height: 280px;
        margin-top: 0rem;
    }
    .block_persons__picture{
        display: none;
    }
    .block_persons__picture_mob{
        display: block;
    }
    .block_persons_wrapper,.block_persons  {
        height: 630px;
    }
}
@media(max-width: 480px){
    .block_persons__content{
        position: relative;
        z-index: 3;
        padding: 2rem 1rem 1rem 1rem;
        box-sizing: border-box;
        width: 83%;
        min-height: 260px;
        font-size: 1rem;
        line-height: 1.2;
        margin-top: 0rem;
    }
    .block_persons_wrapper,.block_persons  {
        height: 500px;
    }
    .block_persons2 .block_persons__content {
        padding: 1rem 1rem 0rem 1rem;
        width: 100%;
        margin-top: 0rem;
    }
    .block_persons__content h3{
        font-size: 1.2rem;
        margin-top: 0;
    }
    .block_persons__picture_mob{
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 2;
        right: 0rem;
        width: 65%;
    }
    .block_persons2 .block_persons__picture_mob {
        width: 76%;
    }
    .block_persons__picture_mob img{
        width: 100%;
        margin: 0 0 0 auto;
    }
    .block_persons_wrapper,.block_persons  {
        height: 730px;
    }

}
@media(max-width: 350px){
    .block_persons_wrapper, .block_persons {
        height: 770px;
    }
    .block_persons__content {
        padding: 1rem 1rem 1rem 1rem;
        box-sizing: border-box;
        width: 93%;
        min-height: 310px;
        font-size: 1rem;
        line-height: 1.2;
        margin-top: 0rem;
    }
    .block_persons__picture_mob {
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 2;
        right: 0rem;
        width: 93%;
    }
    .block_persons2 .block_persons__picture_mob {
        width: 78%;
    }


}
