.history-about .page-title{
    margin-bottom: 55px;
    padding: 0;
    text-transform: uppercase;
}
.history_wrap{
    align-items: flex-start;
    border-bottom: 1px #eee solid;
    box-sizing: border-box;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
    margin-bottom: 35px;
    padding-bottom: 35px;
}
    .history_content{
        align-items: flex-start;
        box-sizing: border-box;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
        width: calc(59.84% - 15px);
    }
        .history_title{
            color: #65BBE9;
            font-size: 18px;
            font-weight: 700;
            line-height: 26px;
            margin-bottom: 40px;
            width: calc(100% - 110px);
        }

.history-about .history_wrap .page-title {
    margin-bottom: 15px;
}

.history-about .history_text_preview {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.375rem;
    margin-bottom: 20px;
    max-height: 170px;
    overflow: hidden;
}

.history-about .history_text_preview .history_text_item {
    display: none;
    margin-bottom: 0;
}

.history-about .history_text_preview.active .history_text_item {
    display: block;
}

.history_text_preview.active {
    max-height: inherit;
}

.open_text {
    border-bottom: 1px #65BBE9 dotted;
    color: #65BBE9;
    font-size: 17px;
    font-weight: 300;
    line-height: 22px;
    transition: all 0.3s linear;
}

.open_text:hover {
    border-color: transparent;
}
    .history_img{width: calc(40.16% - 15px);}
@media (max-width: 991px) {
.history-about .page-title{margin-bottom: 30px;}
.history-about .history_wrap .page-title{margin-bottom: 15px;}
.history-about .history_text_preview{
    font-size: 14px;
    line-height: 20px;
    max-height: 100px;
}
}/* END 991px */
@media (max-width: 768px){
.history_img{
    order: 1;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}
.history_content{
    order: 2;
    width: 100%;
}
    .history-about .history_wrap .page-title,.history_title,.history-about .history-text{width: 100%;}
    .history-about .history_wrap .page-title{order: 1;}
    .history_title{
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
        order: 2;
        margin-bottom: 20px;
    }
    .history-about .history-text{order: 3;}
    .open_text{font-size: 14px;}
}/* END 768px */