.group-title{
    font-size: 22px;
    font-weight: bold;
    color: #00BCCA;
}

.table .row {
    display: grid;
    grid-template-columns: 1fr 4fr;

}
.table .col {
    border: 1px solid gray;
    padding: 12px;
}


.section-header .section-header-title {
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    margin: 1em 0;
}

@media screen and (max-width: 720px) {
    .privacy-policy-section .section-header-title {
        font-size: 22px;
    }

    .group-title{
        font-size: 16px;
    }

    .privacy-policy-section .row {
        display: block;
    }
}