#PageContainer {
    overflow: visible;
}
#content-legal {
    display: flex;
    flex-direction: column;
    padding: 10% 0 100px 0;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

.title-legal {
    font-size: 6vmax;
    font-family: montserrat;
    text-transform: none;
    letter-spacing: 1px;
    font-weight: 700;
    color: white;
    z-index: 5;
    padding: 0 20px 0 20px;
    text-align: center;
}
.text-legal {
    margin-top: 10%;
    padding: 35px;
    width: 40rem;
    border-radius: 1.5rem;
    background-color: #202737;
    z-index: 5;
}
@media only screen and (max-width:715px) {
    .text-legal {
        width: 90%;
    }
}

.text-legal h3 {
    font-size: 2.5vmax;
    font-family: montserrat;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: white;
}
.text-legal p {
    font-size: 0.70rem;
    font-family: montserrat;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 600;
    color: white;
    margin-bottom: 50px;
}
.text-legal p:last-child {
    margin-bottom: 0;
}
.content-360 {
    position: absolute;
    pointer-events: none;
    width: 100vw;
    height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 10vw;
}
@media only screen and (max-width:863px){
    .content-360 {
        left: 30%;
    }
}
.legal360 {
    width: 200vw;
    margin-top: -200px;
    margin-left: -400px;
}
body {
    overflow-x: hidden;
}