.catalog-blocks .header,
.catalog-blocks .header-after {
    font-family: Noto Serif;
    font-size: 40px;
    font-style: italic;
    font-weight: 600;
    line-height: 110%;
    margin: 0;
}

.catalog-blocks h2.header {
    margin: 0 0 50px 0;
}

.catalog-blocks .site-main {
    /* padding: 60px 0 50px 0; */
}


.catalog-blocks .text,
.catalog-blocks .text-end {
    font-family: Inter Tight;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    color: var(--main);
}

.catalog-blocks .text blockquote,
.catalog-blocks .text-end blockquote {
    display: inline-block;
    border-left: 4px solid var(--red);
    padding-left: 15px;
    margin: 20px 0;
    font-weight: 500;
}

.catalog-blocks .text blockquote p:last-child,
.catalog-blocks .text-end blockquote p:last-child {
    margin-bottom: 0;
}

.catalog-blocks .site-main .button_block {
    margin-top: 40px;
    text-align: center;
}

.catalog-blocks .list-buttons {
    margin-top: 20px;
}

.catalog-blocks .list-buttons > * {
    font-size: 16px;
    line-height: 120%;
    padding: 10px 20px;
    height: auto;
    margin-right: 10px;
}

.catalog-blocks .list-buttons > a.button_outline {
    background-color: #ffffff;
}

/* Catalog */
.catalog-blocks.catalog-catalog {
    padding: 60px 0;
}

.catalog-blocks.catalog-catalog .header {
    color: var(--main);
}

.catalog-blocks.catalog-catalog .header:before {
    background-color: var(--blue);
}

.catalog-blocks.catalog-catalog .universities-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}


@media (max-width: 1024px) {
    .catalog-blocks .header,
    .catalog-blocks .header-after {
        font-size: 25px;
    }

    .catalog-blocks.catalog-catalog .universities-list {
        grid-template-columns: 1fr;
    }

    .catalog-blocks.catalog-catalog .university {
        width: 100%;
        margin-right: unset;
    }
}