
.block__legals{
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.content__legals{
    color: #59656F;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}
.content__legals h2,
.content__legals h3,
.content__legals h4,
.content__legals h5{
    color: #0D1821;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.content__legals h2{
    font-size: 2rem;
}

.hero__video{
    height: calc(100vh - 104px);
    position: relative;
    width: 100%;
    z-index: 1;
    min-height: 600px;
}

.block__not__found{
    position: relative;
}

.content__not__found{
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2 ;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.not__found__number {
    font-size: 10rem;
    font-weight: 700;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
    color: transparent;
}
.not__found__title{
    font-size: 1.5rem;
    font-weight: 700;
}
.not__found__desc {
    font-size: 1.25rem;
}

@media screen and (max-width: 640px) {
    .content__legals p,
    .content__legals ol li, 
    .content__legals ul li{ 
        font-size:1rem;
    }
    .not__found__number{
        font-size: 6rem;
    }
}