

/* Start:/local/templates/dromar_all/components/bitrix/news.list/press_center_list_all/style.css?1763418500865*/
.press_page {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.press_item {
    display: flex;
    flex-direction: column;
    font-size: 18px;
    width: 340px;
    padding: 20px;
    gap: 15px;
    text-decoration: none !important;
}

.press_item:hover {
    opacity: 0.8;
}

.press_item h3 {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.press_img {
    overflow: hidden;
    position: relative;
    padding-bottom: 58%;
}

.press_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.press_item i {
    text-align: right;
}

.press_textWrapper {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
}

.press_text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* End */
/* /local/templates/dromar_all/components/bitrix/news.list/press_center_list_all/style.css?1763418500865 */
