.links-section {
    padding: 90px 0;
    background: linear-gradient(180deg, #fff 0%, #f0f9ff 100%);
}

.links-section h2 {
    font-size: 46px;
    font-weight: 600;
    color: #002964;
    margin-bottom:40px;
    line-height: 1.3;
}

.links-card {
    background-color: #fff;
    border: 1px solid #a9a9a9;
    border-radius: 12px;
    padding: 22px 18px;
    transition: 0.3s;
    height: 100%;
}

.links-card-header {
    padding: 18px 0;
}

.links-icon-thermometers i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: #ebf3fe;
    color: #123a82;
    border-radius: 20%;
}

.links-icon-thermometers .bottom-border {
    margin-top: 12px;
    width: 70%;
    border-bottom: 2px solid #7dd3fc;
}

.links-icon-microscope i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: #e8faec;
    color: #22c55e;
    border-radius: 20%;
}

.links-icon-microscope .bottom-border {
    margin-top: 12px;
    width: 70%;
    border-bottom: 2px solid #86efac;
}


.links-icon-medical i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: #ede9fe;
    color: #6366f1;
    border-radius: 20%;
}

.links-icon-medical .bottom-border {
    margin-top: 12px;
    width: 70%;
    border-bottom: 2px solid #a78bfa;
}

.links-icon-globe i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: #fdf6e5;
    color: #f59e0b;
    border-radius: 20%;
}

.links-icon-globe .bottom-border {
    margin-top: 12px;
    width: 70%;
    border-bottom: 2px solid #fcd34d;
}

.links-card-header h4 {
    color: #000;
    font-size: 22px;
    font-weight: 500;
}

.links-list a {
    display: flex;
    gap: 12px;
    align-items: center;
    width: 100%;
    padding: 8px 0;
    border-bottom: 1px solid #e9ecef;
    text-decoration: none;
    color: #123a82;
    font-size: 14px;
    text-align: left;
}