.widget-include.template-company {
    position: relative;
	margin-bottom: 80px;
	background: #2f3334;
}
.widget-include.template-company .widget-image {
    width: 50%;
    height: 985px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
}
.widget-include.template-company .widget-content {
    pointer-events: none;
}
.widget-include.template-company .widget-text-wrap {
    pointer-events: all;
}
.widget-include.template-company .adaptive-container,
.widget-include.template-company .widget-text-wrap {
    height: 100%;
}
.widget-include.template-company .widget-picture {
    position: relative;
}
.widget-include.template-company .widget-picture.picture-right {
	text-align: right;
	text-align: -webkit-right;
}
.widget-include.template-company .widget-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}
.widget-include.template-company .widget-text {
    color: #FFF;
    padding: 65px 65px 65px 30px;
    background-color: rgba(47, 51, 52, 0.96);
    max-width: 820px;	
}
.widget-include.template-company .widget-text-header {
    font-size: 32px;
    font-weight: 500;
    line-height: 50px;
}
.widget-include.template-company .widget-text-description {
    font-size: 18px;
    line-height: 150%;
    color: #DCDCDC;
    margin-top: 25px;
}
[aria-expanded="true"] span.close-collapse {
    display: inline-block;
}
[aria-expanded="true"] span.open-collapse {
    display: none;
}
[aria-expanded="false"] span.close-collapse {
    display: none;
}
[aria-expanded="false"] span.open-collapse {
    display: inline-block;
}


@media all and (max-width: 1024px) {
    .widget-include.template-company .widget-image {
        width: 100%;
    }
	.widget-include.template-company .widget-picture.picture-right{
		display: none;
	}
	.widget-include.template-company .widget-content {
		position: relative;
	}
	.widget-include.template-company .widget-text{
	    padding: 50px 0px 50px 0px;    max-width: 100%;	
	}
	.widget-include.template-company .widget-header br {
		display: none;
	}
}

