/* /tsandcs
/privacy */

.context--privacy .col-sm-12,
.context--tsandcs .col-sm-12 {
    max-width: 1170px;
    margin: 30px auto;
    padding: 0 15px;
}

.context--privacy .col-sm-12 .content .field--type-text-with-summary,
.context--tsandcs .col-sm-12 .content .field--type-text-with-summary {
    padding: 30px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.context--privacy .col-sm-12 .content .field--type-text-with-summary p,
.context--tsandcs .col-sm-12 .content .field--type-text-with-summary p {
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.context--privacy .heading,
.context--tsandcs .heading {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 15px;
}

.context--privacy .col-sm-12 .content .field--type-text-with-summary p+p,
.context--tsandcs .col-sm-12 .content .field--type-text-with-summary p+p {
    margin-top: 15px;
}


@media (max-width: 767px) {

    .context--privacy .col-sm-12,
    .context--tsandcs .col-sm-12 {
        width: 100%;
    }
}