* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.publications-section {
    background: #FFFDFB;
    padding: 100px 70px;
}

.publications-heading {
    margin-bottom: 50px;
}

.publications-heading h2 {
    color: #000;
    font-family: Lora;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 51px;
    /* 106.25% */
}

.heading-line {
    width: 100%;
    max-width: 194px;
    height: 1px;
    background: #9F8156;
    margin: 24px 0 17px;
}

.publications-heading p {
    color: #000;
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    /* 133.333% */
}

.publications-table-wrap {
    width: 100%;
}

.publications-table-wrap table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #9F8156;
    border-radius: 12px;
    overflow: hidden;
}

.publications-table-wrap table thead {
    border-radius: 12px 12px 0 0;
    background: #9F8156;
    text-align: left;
}

.publications-table-wrap table thead th:first-child {
    padding: 20px 24px;
}

.publications-table-wrap table th {
    padding: 20px;
    color: #FFF;
    font-family: Lora;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
    text-transform: uppercase;
    border-right: 1px solid #FFFDFB;
}

.publications-table-wrap table th:last-child {
    border-right: none;
}

.publications-table-wrap table td {
    padding: 20px;
    color: #000;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    border-top: 1px solid #9F8156;
    border-right: 1px solid #9F8156;
}

.publications-table-wrap table td:first-child {
    padding: 20px 24px;
    color: #000;
    font-family: Lora;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
    max-width: 631px;
}

.publications-table-wrap table td:last-child {
    border-right: none;
    white-space: nowrap;
}