

.hero{
    padding:6.25rem 26.5rem;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    color: var(--Grayscale-100, #171717);
    border-bottom: 1px solid var(--Grayscale-100, #171717);
}
.hero-title{
    font-size: 5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 6.5rem */
}
.hero-time{
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 300;
    line-height: 140%; /* 2.1rem */
}
.container{
    padding:7.5rem 26.5rem;
    color: var(--Grayscale-100, #171717);
}
.container p{
    margin-bottom: 2.5rem;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 300;
    line-height: 150%; /* 1.875rem */
}
.container p a{
    text-decoration: underline;
    color: var(--Grayscale-100, #171717);
}
.container h2{
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.privacyPolicy ul{
    padding-left: 2.2rem;
    margin-bottom: 2.5rem;
}
.container li{
   font-size: 1.25rem;
    font-style: normal;
    font-weight: 300;
    line-height: 150%; /* 1.875rem */
    text-indent: -.4rem;
}

.privacyPolicy table{
    line-height: 1.5rem;
    font-size: 0rem;
    border-spacing: 0;
    border-top: 1px solid #171717;
    border-left: 1px solid #171717;;
    margin-bottom: 2.5rem;
}
.privacyPolicy td,.privacyPolicy th{
    border-bottom:1px solid #171717;
    border-right:1px solid #171717;
    font-size: 1.25rem;
    line-height: 3rem;
}
.privacyPolicy td{
    vertical-align: top;

}
.privacyPolicy td>div{
    padding:0 .5rem;
}
.privacyPolicy td .border{
    border-bottom:1px solid #171717;
}
.underline{
    text-decoration: underline;
}
.bold{
    font-weight: bold;
    color:#000;
}
@media screen and (max-width: 768px){
    .hero{
        padding:3.75rem 1.5rem;
        gap:1.5rem;
        border-bottom: .5px solid var(--Grayscale-100, #171717);
    }
    .hero-title{
        font-size: 2.625rem;
        line-height: 120%; /* 3.15rem */
    }
    .hero-time{
        font-size: 1rem;
    }
    .container{
        padding:3.75rem 1.5rem;
        color: var(--Grayscale-100, #171717);
    }
    .container p{
        margin-bottom: 2rem;
        font-size: 0.875rem;
    }
    .container h2{
        margin-bottom: 1rem;
        font-size: 1rem;
    }
    .container li{
        font-size: 0.875rem;
        text-indent: -0.2rem;
    }
   .privacyPolicy ul{
        padding-left: 1.5rem;
        margin-bottom: 2rem;
    }
    
.privacyPolicy table{
    line-height: 1.5rem;
    font-size: 0rem;
    border-spacing: 0;
    border-top: .5px solid #171717;
    border-left: .5px solid #171717;;
    margin-bottom: 2rem;
}
.privacyPolicy td,.privacyPolicy th{
    border-bottom:1px solid #171717;
    border-right:1px solid #171717;
    font-size: 0.875rem;
    line-height: 1.5rem;
}

.privacyPolicy td>div{
    padding:0 .3rem;
}
.privacyPolicy td .border{
    border-bottom:.5px solid #171717;
}
}