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

@media(max-width: 991px) {
    .link-list .listing-wrap {
        justify-content: space-between;
    }

    .link-list .col-md-4 a {
        margin-right: 0;
    }
}

.link-list .bgcolor_2 .col-md-4 {
    width: calc(33% - 1.666667rem);
    padding-bottom: 1.25rem;
    margin-bottom: 2.5rem;
    border-bottom: 1px solid var(--White);
    padding: 0.75rem 0;

}

.link-list .bgcolor_3 .col-md-4 {
    width: calc(33% - 1.666667rem);
    padding-bottom: 1.25rem;
    margin-bottom: 2.5rem;
    border-bottom: 1px solid var(--Black);
    padding: 10px 0;
}

.link-list .col-md-4 a {
    text-decoration: none;
    margin-right: 1.25rem;
    border-bottom: 1px solid var(--Black);
    padding: 0.75rem 0;
    margin-bottom: 1rem;
    font-size: var(--font-size-24);
}

.ce-color-3 .col-md-4 a,
.ce-color-3 .col-md-4 span {
    color: var(--Black);
}

.ce-color-2 .col-md-4 a,
.ce-color-2 .col-md-4 span {
    color: var(--White);
}

.link-list.bgcolor_gredient_2 .col-md-4 a {
    border-bottom: 1px solid #ffffff4a;
}


.link-list a {
    margin-bottom: 0;
}

.link_item_icon {
    background: url('/media/hdm/icons/slider-arrow-icon-black.svg');
    width: 40px;
    height: 40px;
    transform: rotate(180deg);
    background-color: #00000021;
    border-radius: 100%;
}
span.link_item_icon {
    background: none;

    width: 1.875rem;
    height: 1.875rem;
/*
    width: 30px;
    height: 30px;
*/
    aspect-ratio: 1;
    transform: unset;
    background-color: rgba(255, 255, 255, 0.20);
    color: white;
    border-radius: 100%;
    display:flex;
    align-items: center;
    justify-content: center;
/*
    font-size: 1.25rem;
*/
    font-size: 30px;
    }

.bgcolor_gredient_3 span.link_item_icon {
    background-color: #0000000d;
}

.link-list .col-md-4 a {
    border-bottom: 1px solid #09090917;
}

.link-list.bgcolor_gredient_2  span.link_item_icon {
  color: var(--White);
}
.link-list.bgcolor_gredient_3  span.link_item_icon {
  color: var(--Black);
}

.link-list.bgcolor_gredient_3 a {
    color: var(--Black);
}

.bgcolor_2 .link_item_icon {
    background-color: #FFFFFF1A!important;
    background: url('/media/hdm/icons/slider-arrow-icon.svg');
}

@media(max-width: 991px) {
    .link-list .col-md-4 {
        width: calc(50% - 0.5rem) !important;
    }

    .link-list .linklistin_element_inner {
        padding-right: 50px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media(max-width: 575px) {
    .link-list .col-md-4 {
        width: 100% !important;
    }

    .link-list .linklistin_element_inner {
        padding-right: 20px;
    }
}

