.mod-mosmed {
    width: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #bd533e3d;
    border-radius: 4px;
    margin-bottom: 25px;
}

.mod-mosmed .module-title {
    width: 100% !important;
    margin: 0 0 15px 0;
    padding: 10px;
    background: #D14539;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    border-radius: 4px 4px 0 0;
}

.mod-mosmed .module-title h3 {
    font-weight: 400;
    text-transform: uppercase;
    padding-top: 8px;
    padding-bottom: 0px;
    font-size: 26px;
    line-height: 1;
    color: #fff;
    margin: 0px;
}

.mod-mosmed .module-title a {
    color: #fff;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.mod-mosmed .module-title a:hover {
    opacity: 0.8;
}

.mod-mosmed .news-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0px 10px 10px 10px;
}

.mod-mosmed .news-item {
    width: calc(25% - 15px);
    text-align: center;
}

.mod-mosmed .news-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 5px;
}

.mod-mosmed .news-title {
    text-align: left;
}

.mod-mosmed .news-title a {
    color: #191919;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: underline;
    text-transform: uppercase;
}

.mod-mosmed .news-title a:hover {
    text-decoration: none;
}

.mod-mosmed .news-date {
    font-size: 14px;
    color: #333;
    text-align: left;
    margin-bottom: 3px;
}

.dzm_eip_news_header_logo {
    width: clamp(3rem, 2.694rem + 1.531vi, 3.938rem);
    height: clamp(3rem, 2.694rem + 1.531vi, 3.938rem);
    margin-right: clamp(0.063rem, -0.631rem + 3.469vi, 2.188rem);
}