
@media (min-width: 1024px) {
    .content__custom {
        max-width: 1024px;
        margin: 0 auto;
        display: flex;
	    gap: 14px;
    }
    
    .content__left {
        overflow: hidden;
    }
    
    .content__right {
        padding: 30px;
        min-width: 250px;
    }
}

.ns2-title {
    padding: 15px 0 15px 0;
    color: #c5ad85;
}

.ns2-introtext {
    line-height: normal
}

.ns2-wrap {
    margin-bottom: 30px;
}

.item-page {
    padding: 30px;
    line-height: normal
}

.page-header {
    font-size: 24px;
    color: #c5ad85;
    padding-bottom: 15px;
}

/*div[itemprop="articleBody"] {
    max-width: 1024px;
}*/

.pull-left {
    float: left;
    margin-right: 10px
}

.pull-none.item-image {
    margin-bottom: 10px;
}

.item-image > img {
    /*max-height: 400px;*/
    width: auto
}