.acls-form-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.acls-col-full {
    grid-column: span 2;
    display: flex;
    flex-direction: column;
    align-items: start;
    row-gap: 20px;
}

.acls-form-group {
    display: flex;
    flex-direction: column;
}

.acls-col-form {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.acls-form-group-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.acls-form-group-text p {
    margin: 0;
    font-size: 14px;
}

.acls-form-group-checkbox label {
    font-size: 14px !important;
}

.acls-form-group label {
    font-size: 14px !important;
}

.acls-form-group input {
    font-size: 14px !important;
}

.acls-form-group textarea {
    font-size: 14px;
    height: 130px;
}

.renewal-payment {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    padding: 70px 0px 70px 0px;
}

.rp-header img {
    width: 70%;
}

.rp-content {
    background: #FBFCFE;
    padding: 20px;
}

.rp-header {
    padding: 20px;
    text-align: center;
}

.acls-renewal-payment {
    align-content: center;
    min-height: 100vh;
}

.total-renewal-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: rgb(0 0 0 / 3%) 0px 3px 12px;
    font-size: 14px;
    color: #000;
}

.customer-details-payment {
    background: #ffffff;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 15px;
    font-size: 14px;
    color: #000000;
    box-shadow: rgb(0 0 0 / 3%) 0px 3px 12px;
}

.cdp-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.cdp-title svg {
    font-size: 16px;
}

.cdp-content ul {
    padding: 0;
    list-style-type: none;
}

.cdp-content {
    margin-top: 15px;
}

.cdp-content ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cdp-content ul li strong {
    text-align: right;
}

.select-payment-method {
    font-size: 14px;
    background: #fff;
    margin-top: 20px;
    padding: 20px 20px;
    border-radius: 5px;
    color: #000000;
    box-shadow: rgb(0 0 0 / 3%) 0px 3px 12px;
}

.payment-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 10px;
    align-items: center;
}

.payment-container button {
    padding: 10px;
    border-radius: 5px;
    background: transparent;
    border: 1px solid #dadada;
}

.payment-selected {
    border: 2px solid #008F00!important;
}

.payment-select {
    cursor: pointer;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.payment-select span {
    text-align: start;
    line-height: 16px;
}

.payment-select svg {
    font-size: 35px;
    color: #017f01;
}

.info-payment-accurate {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    color: #a9a9a9;
    margin-top: 20px;
}

.pay-button-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    gap: 20px;
    margin-bottom: 30px;
}

.pay-button-container span {
    text-align: center;
    max-width: 70%;
}

.pay-renewal {
    padding: 10px 60px;
    border-radius: 5px;
    background: #008F00;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
}

.info-payment-accurate span {
    font-size: 11px;
}

.status-payment-container {
    min-height: 100vh;
    align-content: center;
}

.status-payment-wrapp {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    display: flex;
    flex-direction: column;
}

.spc-header img {
    width: 70%;
}

.spc-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.spc-content {
    display: flex;
    flex-direction: column;
    color: #000;
    row-gap: 20px;
    padding: 20px;
}

.payment-status-title {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.icon-status-payment svg {
    color: green;
    width: 60px;
    height: 60px;
}

.icon-status-payment {
}

.info-status-payment ul {
    list-style-type: none;
    padding: 0;
}

.info-status-payment ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.info-status-payment {
    padding: 20px;
    background: white;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    font-size: 14px;
}

.status-icon-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.list-membership thead th {
    text-align: left;
    border: none;
}

.list-membership thead {
    background: #007200;
    color: #fff;
    border-radius: 5px !important;
}

.list-membership {
    border-collapse: collapse;
    border: none;
    font-size: 14px;
    min-width: max-content;
}

.list-membership tbody td {
    border: none;
    color: #000;
}

.list-membership tbody {
    border: none;
}

.list-membership tbody tr:nth-child(odd) {
    background: #EEEEEE;
}

.list-membership tbody tr:nth-child(even) {
    background: #ffffff;
}

.view-more-info {
    background: #008F00;
    color: #fff;
    padding: 8px 15px;
    border-radius: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 125px;
}

.view-more-info:hover {
    color: #ffffff;
}

.member-contacts {
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.member-contacts li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
}

.member-name h2 {
    margin: 0;
}

.member-description p {
    margin: 0;
}

.acls-member-content {
    display: flex;
    gap: 40px;
    align-items: center;
    grid-template-columns: 400px 1fr;
}

.profile-image {
    position: relative;
    width: 55%;
}

.member-details {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.member-name {
    border-bottom: 2px solid #008F00;
    padding-bottom: 10px;
}

.member-name span {
    color: #008F00;
    font-weight: 600;
}

.member-contacts li svg {
    color: #008F00;
    width: 25px;
}

.profile-image img {
    width: 100% !important;
    border-radius: 20px !important;
    aspect-ratio: 4 / 5 !important;
    object-fit: cover;
    object-position: center;
}

.acls-member-no {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: #017f016e;
    color: #fff;
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 5px;
}

.acls-team-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.team-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.team-name {
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
    padding: 20px;
    opacity: 0.8;
}

.team-name h5 {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
}

.team-name span {
    color: #fff;
    font-size: 14px;
}

.team-item img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
    object-position: center;
    min-height: 330px;
}

.edt-detail {
    color: #fff;
}

.edtd-date-time {
    display: flex;
    gap: 20px;
}

.edt-detail {
    display: flex;
    flex-direction: column;
}

.edtd-location {
    display: flex;
    gap: 20px;
}

.event-date-time-details {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.ed-time {
    font-size: 14px;
}

.ed-date {
    font-size: 18px;
    font-weight: 600;
}

.ed-place {
    font-size: 18px;
    font-weight: 600;
}

.ed-location {
    font-size: 14px;
}

.le-details {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 20px;
}

.ld-date {
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3em;
    color: #000000;
}

.ld-details {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.ld-event-code {
    display: flex;
    align-items: center;
    gap: 15px;
}

.lec-code {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.ld-title {
    font-size: 20px;
    line-height: 1.3em;
    color: #000;
    font-weight: 600;
    display: -webkit-box;        /* Gunakan fleksibilitas box */
    -webkit-line-clamp: 2;       /* Batasi ke 2 baris */
    -webkit-box-orient: vertical; /* Orientasi vertikal */
    overflow: hidden;            /* Sembunyikan teks yang kelebihan */
    text-overflow: ellipsis;   
}

.ld-location {
    font-size: 14px;
    color: #5A5A5A;
    font-weight: 600;
}

.ld-time {
    font-size: 14px;
    color: #5A5A5A;
}

/* Tabs */
.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.acls-membership-tabs {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.tab-nav {
    list-style-type: none;
    padding: 0;
    display: flex;
    column-gap: 10px;
    border-bottom: 2px solid #008f00;
    margin: 0;
    padding-bottom: 12px;
    flex-wrap: wrap;
    row-gap: 10px;
    min-width: max-content;
}

.tab-nav-container {
    overflow: auto;
}

.tab-nav li {
    color: #000 !important;
    font-weight: 600;
    background: #eeeeee;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.tab-nav li.active {
    background: #017f01;
    color: #ffffff !important;
}

.md-back {
    text-decoration: underline !important;
}

.list-membership-container {
    overflow: auto;
}

.af-title {
    margin: 0;
    font-size: 30px;
    padding-left: 15px;
    border-left: 3px solid #017f01;
    color: #000;
}

.af-description {
    margin: 0;
}

.acls-forms {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.acls-forms-container {
    display: flex;
    flex-direction: column;
    row-gap: 50px;
}

.af-form-list {
    list-style-type: none;
    padding: 0;
}

.af-form-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #00000017;
    font-weight: 700;
    color: #000;
    column-gap: 15px;
}

.af-form-list li a {
    display: flex;
    background: #017f01;
    color: #fff;
    padding: 8px;
    border-radius: 5px;
}

.acls-legislation-container {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.legislation-item {
    display: flex;
    column-gap: 20px;
    justify-content: space-between;
    align-items: center;
    color: #000;
    font-weight: 700;
    border-bottom: 1px solid #00000024;
    padding-bottom: 20px;
}

.legislation-item a {
    display: flex;
    column-gap: 10px;
    background: #017f01;
    color: #fff;
    padding: 7px 15px;
    font-size: 14px;
    border-radius: 5px;
    font-weight: 400;
}

.btn-more-info {
    background: #017f01;
    display: inline-flex;
    width: 130px;
    color: #fff;
    text-align: center;
    justify-content: center;
    padding: 5px 0px;
    border-radius: 5px;
}

.btn-more-info:hover {
    color: #ffffff;
}

#cpd-events_wrapper, #membership-table {
    font-size: 14px !important;
}

/*
CSS Portal ACLS
*/
.apc-post {
    display: flex;
    gap: 30px;
    position: sticky;
    top: 100px;
}

.apc-post-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: start;
}

.apc-post-content button {
    border-radius: 30px;
}

.apc-post-content textarea {
    border-radius: 10px;
}

.ap-avatar img {
    border-radius: 40px !important;
    object-fit: cover;
}

.acls-portal-container {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 40px;
}

.api-top {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    border-bottom: 1px solid #f6f6f6;
    position: relative;
}

.at-name {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.an-date {
    font-size: 12px;
    color: #c0c0c0;
    line-height: 1em;
}

.an-name {
    font-weight: 600;
    color: #000;
    line-height: 1em;
}

.at-avatar img {
    border-radius: 50px !important;
}

.aal-post-item {
    /* padding: 20px; */
    display: flex;
    flex-direction: column;
    /* gap: 20px; */
    box-shadow: rgba(0, 0, 0, 0.03) 0px 14px 28px, rgba(0, 0, 0, 0.0) 0px 10px 10px;
    border-radius: 10px;
}

.api-content {
    padding: 20px;
    border-bottom: 1px solid #f6f6f6;
}

.api-bottom {
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.ab-comment {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.ab-like {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: var(--theme-link-initial-color);
    cursor: pointer;
}

.apc-all-post {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.apsc-detail {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #e5e5e5;
}

.acls-portal-single-container {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.apsc-content p {
    margin: 0px;
}

.acls-portal-single-container .ct-comments-title {
    margin-bottom: 20px;
    font-size: 20px;
}

.acls-portal-single-container .form-submit button {
    border-radius: 30px;
}

.acls-portal-single-container .comment-reply-link {
    margin-left: 20px !important;
    border-radius: 30px !important;
}

.acls-portal-single-container .ct-comment-inner {
    padding-block: 20px;
}

.acls-portal-single-container .ct-comment-meta figure {
    max-width: var(--max-size, 40px);
    max-height: var(--max-size, 40px);
}

.acls-portal-single-container .ct-has-avatar .ct-comment-meta {
    padding-inline-start: 60px;
}

.acls-portal-single-container .ct-has-avatar .ct-comment-content {
    padding-inline-start: 60px;
}

.acls-portal-single-container .ct-comment-list .children {
    padding-inline-start: 60px;
}

.acls-portal-single-container textarea {
    border-radius: 10px;
}

.apsc-container {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    padding: 20px;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
}

.acls-post-options {
    display: flex;
    position: absolute;
    right: 15px;
    background: transparent;
    color: #c2c2c2;
    cursor: pointer;
}

.acls-modal-post-options {
    background: #ffffff;
    padding: 20px;
    color: #000;
    position: absolute;
    right: 0;
    top: 66px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.acls-modal-post-options ul {
    padding: 0;
    list-style-type: none;
}

.acls-modal-post-options ul li {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #000;
    font-size: 14px;
    cursor: pointer;
}

.acls-modal-post-options ul li svg {
    width: 20px;
    height: auto;
    color: red;
}

.acls-member-profile-image {
    width: 100px !important;
    height: 120px !important;
    object-fit: cover;
    object-position: top;
}

.ner-author-image img {
    width: 25px !important;
    height: 25px !important;
    border-radius: 25px !important;
}

.ner-author-image {
    width: fit-content;
}

.ner-item-author {
    display: flex;
    align-items: center;
    font-size: 12px;
    gap: 9px;
    color: #5f5f5f;
}

.ner-author-name {
    text-transform: capitalize;
}

.ner-item-title {
    font-size: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Batasi ke 3 baris */
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
}

.ner-news-item {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 20px;
}

.ner-item-image img {
    height: 100px !important;
    object-fit: cover !important;
    border-radius: 8px !important;
}

.ner-item-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
}

.nic-cat-item {
    font-size: 11px;
    background: #008a00;
    color: #fff;
    padding: 3px 10px;
    border-radius: 4px;
    z-index: 20;
}

.ner-item-category {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}

.ner-title {
    color: #000;
    font-size: 25px;
    font-weight: 600;
}

.ner-title {
    color: #000;
    font-size: 25px;
    font-weight: 600;
}

.ner-grid {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 40px;
}

.ner-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.ng-reports-item {
    display: grid;
    grid-template-columns: 1fr 100px;
    gap: 20px;
}

.ng-reports-item-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ner-item-category .nic-cat-item:nth-child(n+3) {
    display: none;
}

.ner-item-title a {
    color: #000 !important;
}

.ner-news-item-container .owl-nav .owl-prev span, .ner-news-item-container .owl-nav .owl-next span {
    font-size: 20px;
}

.ner-news-item-container .owl-nav .owl-prev {
    width: 25px;
    background-color: #efefef !important;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    color: #000000 !important;
    position: absolute;
    top: 38px;
    left: -33px;
}

.ner-news-item-container .owl-nav .owl-next {
    width: 25px;
    background-color: #efefef !important;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    color: #000000 !important;
    position: absolute;
    top: 38px;
    right: -33px;
}

.ng-event {
    overflow: hidden;
}

.ng-event-item {
    padding: 40px 70px;
    border-radius: 10px;
    min-height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    gap: 15px;
}

.nei-description {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Batasi ke 3 baris */
    -webkit-box-orient: vertical;
    overflow: hidden;
    z-index: 20;
    color: #fff;
    font-size: 14px;
}

.ng-event-item::after {
    content: '';
    height: 100%;
    background: #00000080;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 4;
    border-radius: 10px;
}

.nei-title a {
    color: #fff !important;
}

.nei-title {
    z-index: 20;
    margin: 0;
    font-size: 26px;
}

.ner-item-author {
    z-index: 20;
}

.nei-readmore {
    z-index: 20;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    background: green;
    width: fit-content;
    padding: 10px 15px;
    border-radius: 5px;
    color: #fff;
}

.nei-readmore:hover {
    color: #fff;
}

.ng-event-item .ner-item-author {
    color: #fff !important;
}

.ng-event-item-container .owl-nav .owl-prev span, .ng-event-item-container .owl-nav .owl-next span {
    font-size: 30px;
    color: #000;
}

.ng-event-item-container .owl-nav .owl-prev {
    display: flex;
    background: #ffffffbd !important;
    height: 30px;
    width: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    position: absolute;
    top: 210px;
    left: 20px;
}

.ng-event-item-container .owl-nav .owl-next {
    display: flex;
    background: #ffffffbd !important;
    height: 30px;
    width: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    position: absolute;
    top: 210px;
    right: 20px;
}

.ng-event-item-container {
    position: relative;
}

.faq-item {
    display: grid;
    grid-template-columns: 50px 1fr;
    padding-bottom: 5px;
    border-bottom: 1px solid #0000001f;
}

.faq-number {
    font-size: 25px;
    font-weight: 700;
    color: #000;
}

.faq-content-container {
    display: flex;
    flex-direction: column;
    margin-top: 5px;
    gap: 10px;
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    font-weight: 600;
    cursor: pointer;
}

.faq-accordion {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.faq-icon {
    display: flex;
}

.faq-answer {
    font-size: 14px;
    color: #5f5f5f;
    padding-bottom: 10px;
}

/**
 * Media Queries ACLS (Mobile)
 */
@media (max-width: 768px){
    .ner-news-item-container .owl-nav .owl-prev {
        left: 10px;
    }
    .ner-news-item-container .owl-nav .owl-next {
        right: 10px;
    }

    .ner-title {
        font-size: 22px;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* Batasi ke 3 baris */
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .ng-event-item {
        min-height: 450px;
        justify-content: unset;
    }

    .ng-event-item::after {
        top: 0;
    }

    .ng-event-item-container .owl-nav .owl-prev {
        top: unset;
        bottom: 30px;
        left: 30px;
    }

    .ng-event-item-container .owl-nav .owl-next {
        top: unset;
        bottom: 30px;
    }

    .nei-title {
        font-size: 20px;
    }

    .ng-event-item {
        padding: 30px;
    }

    .ner-grid {
        grid-template-columns: 1fr;
    }

    .pay-button-container span {
        max-width: 90%;
    }

    .acls-team-container {
        grid-template-columns: 1fr;
    }
	
	.ld-title {
        font-size: 18px;
    }

    .tab-nav li {
        font-size: 14px;
    }

    .acls-member-content {
        flex-direction: column;
    }

    .profile-image {
        width: 100%;
    }

    .member-description p {
        font-size: 14px;
    }

    .member-name h2 {
        font-size: 25px;
        line-height: 1.3em;
    }

    .member-name span {
        font-size: 14px;
    }

    .member-contacts li {
        font-size: 14px;
    }

    .md-back {
        font-size: 14px;
    }

    .af-title {
        font-size: 25px;
    }

    .af-description {
        font-size: 14px;
    }

    .af-form-list li {
        font-size: 14px;
    }

    .legislation-item {
        font-size: 14px;
        flex-direction: column;
        row-gap: 10px;
        align-items: start;
    }
}

@media (min-width: 768px) and (max-width: 1024px){
    .ner-news-item-container .owl-nav .owl-prev {
        left: 10px;
    }
    .ner-news-item-container .owl-nav .owl-next {
        right: 10px;
    }
    
    .ner-title {
        font-size: 22px;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* Batasi ke 3 baris */
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .ng-event-item {
        min-height: 450px;
        justify-content: unset;
    }

    .ng-event-item::after {
        top: 0;
    }

    .ng-event-item-container .owl-nav .owl-prev {
        top: unset;
        bottom: 30px;
        left: 30px;
    }

    .ng-event-item-container .owl-nav .owl-next {
        top: unset;
        bottom: 30px;
    }

    .nei-title {
        font-size: 20px;
    }

    .ng-event-item {
        padding: 30px;
    }

    .ner-grid {
        grid-template-columns: 1fr;
    }

    .tab-nav li {
        font-size: 14px;
    }
    
    .acls-team-container {
        grid-template-columns: 1fr 1fr;
    }

    .member-description p {
        font-size: 14px;
    }

    .member-name h2 {
        font-size: 25px;
        line-height: 1.3em;
    }

    .member-name span {
        font-size: 14px;
    }

    .member-contacts li {
        font-size: 14px;
    }

    .md-back {
        font-size: 14px;
    }

    .af-title {
        font-size: 25px;
    }

    .af-description {
        font-size: 14px;
    }
}