.tts-policy-main-container{
        background: radial-gradient(circle at 50% 0%, #052b1d, #071a12, #000000);
            padding: 15vh 2% 10vh;
}
.tts-policy-main-container h2 {
    color: #41aa5f;
    font-size: 1.3vw;
    width: fit-content;
    font-family: "apercu-pro-medium";
    line-height: 1.2;
    opacity: 0;
    transform: translateY(60px);
    animation: fadeWaveH2 2500ms cubic-bezier(.19,1,.22,1) forwards;
    text-transform: capitalize;
    padding: 0 1.5% 1%;
    position: relative;
    display: flex
;
    justify-content: center;
    width: fit-content;
    place-self: center;
    gap: 0.5vw;
}
.tts-policy-main-container h2::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    width: 100%;
    border: 1px solid #1e4e3a66;
    border-top: 0;
}
.tts-policy-main-container h2::after {
    content: "";
    position: absolute;
    top: 100%;
    /* left: 0; */
    height: 50%;
    width: 0%;
    border: 1px solid #1e4e3a66;
    border-top: 0;
    border-right: 0;
}
.policy-content-container{
    /* height: 90%; */
    width: 100%;
    margin: 1.5% 0 0;
    /* display: flex
; */
    padding: 2%;
    border: 1px solid #1e4e3a66;
}
.policy-content-container h3 {
font-size: .9vw;
    font-family: "apercu-pro-medium";
    padding: 1% 0 0;
    margin-top: 0;
    color: #41aa5f;
    text-transform: uppercase;
        margin-bottom: 2vh;
}
.policy-content-container p {
font-size: .75vw;
    line-height: 1.5;
    padding-bottom: .5vw;
    font-family: "apercu-pro-medium";
    color: #aeaeae;
    text-transform: uppercase;
}




@media screen and (max-width: 950px){

.tts-policy-main-container h2 {
    font-size: 16px;
        padding: 0 2% 2%;
}
    .policy-content-container{

        margin: 4.5% 0 0;
    }
    .policy-content-container h3 {
        font-size: 12px;
        padding: 3% 0 0;
        margin-bottom: 1.2vh;
}
.policy-content-container p {
        font-size: 10px;
        line-height: 1.5;
        padding-bottom: 0.8vh;
        font-family: "apercu-pro-medium";
        color: #aeaeae;
        text-transform: uppercase;
}
}