.wrapper-text-col-with-links {
    --textColor: #000A3C;
    --dividerColor: #D9DAE2;
    position: relative;
    overflow: hidden;
    padding: 64px;
    color: var(--textColor);
}

.wrapper-text-col-with-links.bg-peak-blue {
    --textColor: #ffffff;
    --dividerColor: #FFFFFF66;
}

.wrapper-text-col-with-links.bg-vista-navy {
    --textColor: #ffffff;
    --dividerColor: #3C3E4E;
}

.wrapper-text-col-with-links.bg-neutral {
    --textColor: #000A3C;
    --dividerColor: #D9DAE2;
}

.wrapper-text-col-with-links .section-heading {
    color: inherit;
    text-transform: uppercase;
    margin-bottom: 40px;
    padding: 0
}

.text-col-link-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.no-pointer {
  pointer-events: none;
}

.text-col-link-list li:not(.item-border-grey) {
    flex: 22.5%;
    /* border-right: 1px solid var(--dividerColor); */
    display: inline-flex;
    flex-direction: column;
    padding-inline: 32px;
    /* padding-right: 32px; */
}

.text-col-link-list li:first-child {
    padding-left: 0;
}

.text-col-link-list li:last-child {
    border-right: none;
    /* padding-right: 0; */
}

ul.text-col-link-list li.item-border-grey {
    flex: 0 0 1px;
    background-color: var(--dividerColor);
    /* margin-right: 32px; */
}

li.item-border-grey:last-child {
    display: none;
}



.text-col-link-list li a{
    text-decoration: none;
    color: inherit;
}

.text-col-link-list li .text-col-link-header {
    text-decoration: none;
    color: inherit;
    display: inline-flex;
    width: 100%;
    margin-bottom: 24px;
}


.text-col-link-list li .text-col-link-header h6 {
    width: calc(100% - 24px);
    margin-right: 24px;
    margin-bottom: 0;
}

.text-col-link-list li p.values-desc {
    margin-bottom: 0;
    font-family: 'Peak Sans';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;

}

.text-col-link-list li a.disabled {
    cursor: defat;
}

.text-col-link-list li a.disabled .text-col-link-header>span {
    display: none !important;
}

.text-col-link-list li .text-col-link-header>span {
    width: 24px;
    height: 24px;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.text-col-link-list li .text-col-link-header>span svg path {
    fill: currentColor;
}


.text-col-link-list li.link-external .external_link_icon {
    display: block !important;
}

.text-col-link-list li.link-self .self_link_icon {
    display: block !important;
}
/** Fix for accessibility **/
.text-col-link-list li a:focus-visible {
    outline: 2px solid;
    outline-offset: 4px;
}
/** Fix for accessibility **/
@media (min-width:1025px) and (max-width:1440px) {
    .wrapper-text-col-with-linkss .max-width {
        max-width: 1312px;
    }
}

@media (min-width:1025px){
  .text-col-link-list li:not(.item-border-grey) {
    max-width: 394px;
  }
}

@media (min-width:1200px){
    ul.text-col-link-list li.item-border-grey{
        margin-right: 32px;
    }

    .text-col-link-list li:not(.item-border-grey){
        padding-inline: 0;
        padding-right: 32px;
    }

}

@media (max-width:1024px) {
    .text-col-link-list li .text-col-link-header {
        margin-bottom: 16px;
    }

    .text-col-link-list li p.values-desc {
        font-size: 16px;
    }
    .wrapper-text-col-with-links .max-width{
        max-width: 100%;
        width: 100%;
    }
}

@media (min-width: 821px) and (max-width: 1024px) {
    .wrapper-text-col-with-links {
        padding: 32px;
    }

    .wrapper-text-col-with-links .section-heading {
        margin-bottom: 40px;
    }

}

@media (max-width:820px) {
    .wrapper-text-col-with-links .section-heading {
        margin-bottom: 24px;
    }

    .wrapper-text-col-with-links {
        padding-inline: 16px;
    }

    .text-col-link-list {
        flex-direction: column;
    }

    .text-col-link-list li:not(.item-border-grey) {
        padding-top: 48px;
        padding-bottom: 48px;
        border-right: none;
        /* border-bottom: 1px solid var(--dividerColor); */
        padding-inline: 0;
        max-width: 100% !important;
    }

    .text-col-link-list li:first-child {
        padding-top: 0;
    }

    .text-col-link-list li:last-child,
    .text-col-link-list li:nth-last-child(2) {
        border-bottom: none;
        padding-bottom: 0;
    }
}


@media screen and (min-width:768px) and (max-width:1024px){
   .text-col-link-list li:not(.item-border-grey) {
    max-width: 300px;
  }
}
