.con-img{
    width: 100%;
    height: 650px ;
    background-image: url(/imgs/LA/ToS.png);
    color: var(--textv2-color);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.con-img h3{
    font-size: 2rem;
    letter-spacing: 10px;
}
.con-img h1{
    margin: 4% 0;
    font-size: 5rem;
    letter-spacing: 10px;
}
.text-col{
    margin: 0 15%;
}

.text-row{
    margin: 4% 0;
}

.text-row h4{
    font-size: 1.1rem;
}

.text-row h2{
    margin: 1% 0;

}
