main{
    width: 100%;
    background: #F0F6E6;

    padding-bottom: 208px;
}

main section{
    max-width: 706px;
}

table, th, td{
    border: 1px solid #146048;
}

table{
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.cookie-table th:nth-child(1) { width: 15%; }
.cookie-table th:nth-child(2) { width: 10%; }
.cookie-table th:nth-child(3) { width: 45%; }
.cookie-table th:nth-child(4) { width: 15%; }
.cookie-table th:nth-child(5) { width: 15%; }

.privacy-table th:nth-child(1) { width: 20%; }
.privacy-table th:nth-child(2) { width: 30%; }
.privacy-table th:nth-child(3) { width: 25%; }
.privacy-table th:nth-child(4) { width: 25%; }

.sharing-table th:nth-child(1) { width: 25%; }
.sharing-table th:nth-child(2) { width: 50%; }
.sharing-table th:nth-child(3) { width: 25%; }

.privacy-table, .sharing-table{
    margin-top: 24px;
}

thead{
    color: #CEF17B;
    font-family: "Chakra Petch", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 128%;

    background: #146048;
}

tbody{
    color: #146048;
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;

    background: rgba(255, 255, 255, .2);
}

td{
    padding: 10px 12px;
}

th{
    padding: 10px;
}


.title-section{
    margin-top: 98px;
    margin-bottom: 56px;

    display: flex;
    flex-direction: column;
}

.title-section img{
    align-self: center;
}

.title-section h1{
    color: #093628;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 98.95%;

    margin-top: 32px;
    margin-bottom: 24px;
}

.title-section p{
    color: #146048;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 98.95%;

    margin: 0;
    padding: 0;
}

.base-section{
    margin-bottom: 32px;
}

.base-section h2{
    margin: 0 0 24px 0;
    padding: 0;

    text-align: center;
}

.base-section p{
    margin: 0;
    padding: 0;

    color: #146048;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 128%;
}

.sub-section{
    padding: 0;
    margin: 24px 0 0 0;
}

.sub-section h3{
    color: #093628;
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 128%;

    margin: 0 0 24px 0;
}
main ul{
    margin: 0;
    padding-left: 18px;
}

main li{
    margin: 0;
    padding: 0;
    list-style: disc;

    color: #146048;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 128%;
}

