.tcf_container {
    padding-top: 50px ;
    padding-bottom: 50px ;
}

.tcf_title {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3em;
    text-transform: none;
}

.tcf_desc {
    font-size: 18px;
    line-height: 1.5em ;
}

.tcf_desc ul {
    list-style-type: disc;
    padding-left: 25px;
    margin: 0;
}

/* Mobile Responsive */

@media( max-width: 769px){
    .tcf_title {
        font-size: 25px;
        line-height: 1.4em;
    }
}