.termcon {
    width: 60%;
    margin: 0 auto;
}


@media only screen and (max-width: 600px) {
    .termcon {
        width: 90%;
    }
}