/* DataTelecom Portal � ����������� �������� ��� ����� links */

body {
    letter-spacing: 0.01em;
}

/* �������� ������ */
#page_container,
#information-widgets {
    max-width: 1450px;
    margin-left: auto;
    margin-right: auto;
}

/* ������ */
.service-card {
    min-height: 92px;
    padding: 16px !important;
    border-radius: 14px;
    transition:
        transform 0.15s ease,
        border-color 0.15s ease,
        background-color 0.15s ease;
}

.service-card:hover {
    transform: translateY(-2px);
}

/* ������ ��������� */
.service-card .service-title {
    font-size: 1.05rem !important;
    font-weight: 650 !important;
    line-height: 1.3;
}

/* ��������� */
.service-card .service-description {
    font-size: 0.88rem !important;
    line-height: 1.35;
    opacity: 0.78;
    margin-top: 4px;
}

/* ���������� ��������� */
.service-card img {
    width: 38px !important;
    height: 38px !important;
}

/* ������ ���������� */
.services-group > h2 {
    font-size: 1.25rem !important;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-bottom: 14px;
}

/* �������� ������ ���������� */
.services-group {
    margin-bottom: 34px;
}

/* ���� ���������� ���� ������� ���� ������ */
.services-list {
    gap: 14px !important;
}