.block-main-news .news {
    margin-bottom: -25px;
}
.block-main-news .news-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 27px;
    background-color: #f3f3f3;
    cursor: pointer;
}
.block .block-title.row {
    flex-wrap: nowrap;
    justify-content: space-between;
}
.block .block-title .block-subtitle {
    float: inline-end;
}
.block-main-news .news-block {
    margin-bottom: 40px;
}
.news-content-wrapper {
    display: flex;
    flex-direction: column;
    padding: 35px 40px;
    gap: 8px;
}
.block-main-news .news-block-img {
    width: 100%;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;
    padding-bottom: 66.6%;
    background-size: cover;
    background-position: center;
}
.block-main-news .news-wrap:hover {
    box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.20);
}
.block-main-news .news-block-name {
    text-align: left;
    font-weight: 600 !important;
    font-size: 18px;
    line-height: 120%;
    color: #040e26;
}
.news-block-preview {
    font-size: 16px;
    font-weight: 400;
    color: #7d7d7d;
    text-align: start;
}
.block-main-news .news-block-text {
    text-align: left;
    font-size: 16px;
    line-height: 100%;
    color: #040e26;
    font-weight: 400;
    padding-top: 10px;
    margin-top: 7px;
    letter-spacing: 1px;
}

/* modal style */
.modal6_1 {
    margin: -10px 10px 0;
}

.modal6_1-title {
    font-weight: bold;
    font-size: 38px;
    line-height: 48px;
    color: #333333;
    margin-bottom: 10px;
}

.modal6_1-date {
    margin-bottom: 33px;
    font-size: 13px;
    line-height: 24px;
    color: #999999;
}

.modal6_1-picture {
    margin-bottom: 43px;
}

.modal6_1-picture img {
    width: 100%;
    height: auto;
}

.modal6_1-preview-text {
    margin-bottom: 27px;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: #333333;
}

.modal6_1-detail-text {
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    color: #666666;
}

@media (max-width: 575px) {
    .modal6_1 {
        margin: -10px 0 0;
    }

    .modal6_1-title {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .modal6_1-date {
        margin-bottom: 20px;
    }

    .modal6_1-picture {
        margin-bottom: 20px;
    }

    .modal6_1-preview-text {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .modal6_1-detail-text {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0;
    }
}
