.servers__links span {
    color: rgb(var(--w-clr));
    font-size: .75rem;
    font-weight: 600;
    text-decoration: underline;
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
}

@media (max-width: 1172px) {
    .unsimple {
        width: 100%;
    }
}

.unsimple a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.unsimple a:hover img {
    opacity: 1;
}

.unsimple a img {
    transition: opacity .3s ease;
    opacity: 0.5;
    width: 32px;
}

.modal__flex-link {padding: .3125rem 0.25rem !important;}

.modal__grid-descr a {
    color: #469ad5;
    text-decoration: underline;
}
.modal__grid-descr a:hover {
    color: #fee893 !important;
}