.page-header-wrapper{
    margin-top:-64px;
    padding-top:130px;
    padding-bottom:80px;
    text-align:center;
    background:var(--bg_header-adaptive);
}
.page-header-wrapper h1{
        color:#fff;
        font-weight:300;
        font-size:40px;
        line-height:56px;
    }
.tc-wrapper{
    padding:45px 0;
}
.tc-wrapper h2{
        font-size:36px;
        font-weight:300;
        line-height:56px;
        margin:30px 0;
        padding:0;
    }
.tc-wrapper p{
        font-size:18px;
        line-height:32px;
    }
.tc-wrapper h3{
        color:rgb(var(--accent_bg_btn));
        margin-top:0;
    }
.tc-wrapper ul li{
        font-size:18px;
        line-height:32px;
    }
@media screen and (min-width: 481px) and (max-width: 600px){
        .tc-wrapper p{
            font-size:13px;
        }
        .tc-wrapper h2{
            font-size:25px;
            line-height:27px;
        }
        .tc-wrapper li{
            font-size:13px;
        }
}
@media screen and (min-width: 0px) and (max-width: 480px){
        .tc-wrapper p{
            font-size:13px;
        }
        .tc-wrapper ul li{
            font-size:13px;
        }
        .tc-wrapper h2{
            font-size:25px;
            line-height:27px;
        }
}
