h1,
h2,
h3,
h4,
h5,
h6 {
    color: #25293B;
    font-weight: 600;
    line-height: 150%
}

body {
    color: #5d6778
}

a {
    text-decoration: none
}

.hidden {
    display: none;
}

.base-border {
    border: 1px solid #e7e9ed
}

#site-footer {
    display: none;
}

.ws-section__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
    border-bottom: 1px solid #EDEDED;
}

.ws-section__title {
    font-size: 24px;
    font-weight: 700;
    color: #333;
}

.ws-section__title::after {
    content: '';
    display: block;
    width: 280px;
    height: 2px;
    background: var(--primary);
    margin-top: 8px;
    border-radius: 2px;
}

.ws-section__sub {
    display: none;
}

.ws-link {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.ws-link:hover {
    color: var(--primary);
}