.link_text a:hover {
    cursor: pointer;
    color: #005bb5;
    transform: scale(1.05);
    background-color: rgba(0, 115, 230, 0.1);
}
  
.link_text h2 {
    margin: 0.5em 0;
    font-size: 1.2em;
    text-align: left;
    padding-left: 10px;
    text-indent: -10px;
}

.link_text h2 a {
    text-decoration: none;
    color: #0073e6;
    font-weight: bold;
    transition: color 0.3s, transform 0.3s;
    padding: 0.3em 0.5em;
    border-radius: 8px;
}

.link_text h2 a:active {
    transform: scale(0.98);
}

.container_for_patiens > .ring-1 {
    top: 10%;
    left: 10%;
}

.container_for_patiens > .ring-2 {
    top: 50%;
    left: 80%;
}