.text-block h1.cupOfRespect-title {
    padding-top: 3.75rem;
    padding-bottom: 0;
    text-align: center;
    overflow: hidden;
}
@media print, screen and (min-width: 64em) {
    .text-block h1.cupOfRespect-title {
        padding-top: 0;
        padding-bottom: 0;
    }
}
.text-block h2 {
    margin-bottom: 1.25rem;
}
.text-block p {
    margin-bottom: 1.25rem;
}
.text-block ul {
    margin-bottom: 1.25rem;
}
.text-block ul li {
    margin-bottom: 0.625rem;
    list-style-type: disc;
    margin-left: 0.9375rem;
}
.text-block ol {
    margin-bottom: 1.25rem;
}
.text-block ol li {
    margin-bottom: 0.625rem;
    margin-left: 0.9375rem;
}
.text-block .table-responsive {
    min-height: 0.01%;
    overflow-x: auto;
    margin-bottom: 1.25rem;
}
.text-block .table-responsive table {
    border-collapse: collapse;
    width: 100%;
}
.text-block .table-responsive table th {
    text-align: left;
    background-color: #222;
    color: #fff;
    border: none;
}
.text-block .table-responsive table td,
.text-block .table-responsive table th {
    border: 1px solid #666;
    padding: 0.5rem;
}
