

/* Start:/bitrix/templates/apriori-corp/components/bitrix/catalog.section/employees/style.css?17530817761790*/
.catalog-section__section-name {
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 2rem;
    line-height: 2.2rem;
    text-transform: none;
    text-align: center;
    font-weight: 400;
    font-family: Manrope;
}

.catalog-section__section-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-bottom: 1.8rem;
}

.catalog-section__item {
    width: 100%;
    max-width: calc(100%/4 - 30px);
    margin: 0 0.9375rem 1.875rem;
    text-align: center;
}

.catalog-section__item img {
    max-height: auto;
    height: auto;
}

.catalog-section__item-name {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2rem;
    color: #1a3c55;
    margin-bottom: 0.4rem;
}

.catalog-section__item-preview {
    font-size: 1.0625rem;
    line-height: 1.4375rem;
}

@media screen and (max-width: 1220px) {
    .catalog-section__item-name {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }
    .catalog-section__item-preview {
        font-size: 1rem;
    }
}

@media(max-width:1024px) {
    .catalog-section__item {
        max-width: calc(100%/3 - 30px);
    }
}

@media screen and (max-width: 992px) {
    .catalog-section__item-name {
        font-size: 1.2rem;
        line-height: 1.5rem;
        margin-bottom: 0.5rem;
    }
}

@media(max-width:767px) {
    .catalog-section__item {
        max-width: calc(100%/2 - 30px);
    }
    .catalog-section__item-preview {
        font-size: 0.9rem;
        line-height: 1.2rem;
    }
}

@media(max-width:580px) {
    .catalog-section__item {
        max-width: 100%;
        margin: 0 0rem 1.875rem;
    }
    .catalog-section__section-wrap {
        margin-left: 0rem;
        margin-right: 0rem;
    }
}
/* End */
/* /bitrix/templates/apriori-corp/components/bitrix/catalog.section/employees/style.css?17530817761790 */
