#TextSec {
    height: auto;
    background: white;
    overflow: hidden;
    padding-top: 140px;
}
#TextSec h1 {
    font-size: 40px;
    text-align: center;
    font-weight: 100;
    color: #c61431;
    width: 90%;
    margin: 0 auto;
}
#TextSec h2 {
    font-size: 17px;
    text-align: justify;
    font-weight: 300;
    color: black;
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
    line-height: 130%;
    padding-bottom: 100px;
    padding-top: 20px;
}


@media only screen and (max-width:600px) {
    #TextSec h2 {
           font-size: 16px;
 
    }
    #TextSec h1 {
       font-size: 30px;
        font-weight: 300;
    }
}

