.PageWidget .card-story .card-img-top img {
    max-width: 100%;
    height: auto;
    max-height: 200px;
    margin-left: auto;
    margin-right: auto;
}

.btn.btn-info {
    color: #4d6900;
}

.PageWidget .card-story .card-img-top {
    background: #f3f3f3;
    border: 1px solid gainsboro;
    margin-bottom: 15px;
}

.main-content-wrapper.storydetails .content-wrapper .themeColorDark,
.main-content-wrapper.storylist .content-wrapper .themeColorDark {
    color: white;
    text-align: center;
}

.main-content-wrapper.storydetails .TwoColumnsRightNarrow,
.main-content-wrapper.storylist .TwoColumnsRightNarrow {
    /* width: 100%; */
    /* background: white; */
    padding-bottom: 40px;
}

.main-content-wrapper.storydetails .TwoColumnsRightNarrow .middleColumn
.main-content-wrapper.storylist .TwoColumnsRightNarrow .middleColumn {
    width: 100% !important;
}

.main-content-wrapper.storydetails .PageWidget {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 969px) {
    .main-content-wrapper.storydetails .PageWidget {
        width: 960px;
    }
}

@media (min-width: 1292px) {
    .main-content-wrapper.storydetails .PageWidget {
        width: 1280px;
    }
}

/* .main-content-wrapper.storylist .middleColumn {
    margin-left: auto;
}
.main-content-wrapper.storylist .rightColumn {
    margin-right: auto;
}

@media (min-width: 969px) {
    .main-content-wrapper.storylist .middleColumn {
        width: 75%;
    }
    .main-content-wrapper.storylist .rightColumn {
        width: 25%;
    }
}

@media (min-width: 1292px) {
    .main-content-wrapper.storylist .middleColumn {
        width: 75%
    }

    .main-content-wrapper.storylist .rightColumn {
        width: 25%;
    }
} */


/* @media (min-width: 1440px) {
    .main-content-wrapper.storydetails .PageWidget,
    .main-content-wrapper.storylist .PageWidget {
        width: 1400px;
    }
} */

.main-content-wrapper.storydetails .list-img-left {
    display: none;
}

.main-content-wrapper.storydetails .list-block .list-text:nth-child(2) {
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    line-height: 1.3;
    color: #263b4c;
    margin-top: 11px;
    margin-bottom: 11px;
    font-size: 20px;
    font-weight: 500;
}