

/* Start:/local/templates/aspro_next/components/bitrix/news/industry_solutions/bitrix/news.list/.default/style.css?17659744981698*/
.list_section {
    
    display: flex;
    flex-direction: column;
    gap: 20px;

}
.list_section_element {
    height: 90vh;
    background-size: cover;
    background-position: bottom center;
}
.list_section_element a {
    color: var(--clean-white, #FFF);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    text-shadow: 0 0 25px rgba(0, 0, 0, 0.50);
    font-family: Ubuntu;
    font-size: 128px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.list_section_element a:hover {
    color: #fff;    
}
.wraps > .wrapper_inner.full_width {
    background: unset;
}
@media(max-width: 1024px) {
    .wrapper_inner.full_width {
        padding-left: 0;
        padding-right: 0;
    }
    .list_section_element a {
        color: var(--clean-white, #FFF);
        text-align: center;
        leading-trim: both;
        text-edge: cap;
        text-shadow: 0 0 25px rgba(0, 0, 0, 0.50);
        font-family: Ubuntu;
        font-size: 64px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        padding: 0 28px;
    }
    .list_section_element {
        height: 475px;
    }
}
@media(max-width: 767px) {
    .list_section_element {
        height: 280px;
    }
    .list_section_element a {
        color: var(--clean-white, #FFF);
        text-align: center;
        leading-trim: both;
        text-edge: cap;
        text-shadow: 0 0 25px rgba(0, 0, 0, 0.50);
        font-family: Ubuntu;
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
}

/* End */
/* /local/templates/aspro_next/components/bitrix/news/industry_solutions/bitrix/news.list/.default/style.css?17659744981698 */
