.row-greetings {
    padding: 15px;
    justify-content: space-evenly;
    margin: 30px 0;
}

.img-greetings {
    border: 1px solid lightgray;
    border-radius: 50%;
    width: -webkit-fill-available;
}

.col-greetings {
    padding: 20px 0 20px 0;
    font-size: 20px;
}

.greetings-header {
    margin: 0 0 30px 0;
    font-family: 'Comfortaa';
    color: #f9ba60;
}

.greetings-text {
    font-size: 16px;
    padding: 10px 0;
    color: #645e4d;
}

.divider {
    width: 100%;
    height: 3px;
    background-color: #f9ba60;
    margin-bottom: 20px;
}

h2.aside-section-title {
    font-family: 'Comfortaa';
    color: #d94443;
    margin: 0 0 15px 0;
    text-align: center;
}

.news-header {
    font-family: 'Comfortaa';
    font-weight: 900;
    text-align: center;
    color: #d94443;
}

.row-news {
    margin-left: 0;
    margin-right: 0;
    justify-content: space-between;
}

.news-preview {
    background-color: white;
    padding: 15px;
    border: 1px solid lightgrey;
    max-width: 32% !important;
    min-height: 300px;
    border-radius: 15px;
}

.other-news-row {
    margin-left: 0;
    margin-right: 0;
}

.other_news {
    width: 100%;
    text-align: center;
    color: #d94443;
    font-family: 'Comfortaa';
    font-size: 20px;
    font-weight: 900;
    background-color: white;
    border-radius: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.other_news {
    display: block;
    width: 100%;
    text-align: center;
    color: #d94443;
    font-family: 'Comfortaa';
    font-size: 20px;
    font-weight: 900;
    background-color: white;
    border-radius: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 15px;
    text-decoration: none;
    border: 1px solid #f9ba60;
}

.other_news:hover {
    color: white;
    background-color: #f9ba60;
    transition: 0.2s linear;
}

.gosuslugi-banner {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
}

.useful-links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.useful-links > .menu-item {
    display: block;
    margin: 15px 0px;
    border: 1px solid lightgray;
    border-radius: 15px;
    padding: 15px;
    width: fit-content;
    max-width: 215px;
    text-align: center;
    align-content: center;
}
