@media screen and (min-width: 641px),
print {
    #main {
        width: 100% !important;
    }
}


.termsList {
    margin-top: 15px;
    margin-left: 1em;
    list-style: disc;
}

.termsList__item {
    margin-bottom: 10px;
}

.termsList__item :nth-last-child(1) {
    margin-bottom: 0 !important;
}