.widget-include.template-specificity {
    position: relative;
	margin-bottom: 80px;
}
.widget-include.template-specificity .widget-image {
    width: 55%;
    height: 820px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.widget-include.template-specificity .widget-content {
    pointer-events: none;
}
.widget-include.template-specificity .widget-text-wrap {
    pointer-events: all;
}
.widget-include.template-specificity .adaptive-container,
.widget-include.template-specificity .widget-text-wrap {
    height: 100%;
}
.widget-include.template-specificity .widget-picture {
    position: relative;
}
.widget-include.template-specificity .widget-picture.picture-right {
	text-align: right;
	text-align: -webkit-right;
}
.widget-include.template-specificity .widget-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}
.widget-include.template-specificity .widget-text {
    color: #FFF;
    padding: 90px 65px 90px 75px;
    background-color: rgba(47, 51, 52, 0.96);
    max-width: 820px;	
}
.widget-include.template-specificity .widget-text-header {
    font-size: 32px;
    font-weight: 500;
    line-height: 50px;
}
.widget-include.template-specificity .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-specificity .widget-image {
        width: 100%;
    }
	.widget-include.template-specificity .widget-picture.picture-right {
		display: none;
	}
	.widget-include.template-specificity .widget-content {
		position: relative !important;
		background-color: rgba(47, 51, 52, 0.96);
	}
	.widget-include.template-specificity .widget-text{
		max-width: 100% !important;
		padding: 45px 0 !important;
		background-color: transparent;
	}
	.widget-include.template-specificity .widget-text-header {
		font-size: 20px;
		line-height: 30px;
	}
	.widget-include.template-specificity .widget-text-description {
		font-size: 14px;
		margin-top: 15px;
	}
	.widget-include.template-specificity .widget-picture{
	    display: none;	
	}
	div#advantages-heading-specificity {
		margin-top: 50px;
	}
	.widget-include.template-specificity{
	    margin-bottom: 0;	
	}
}
@media all and (max-width: 500px) {
    .widget-include.template-specificity .widget-picture {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .widget-include.template-specificity .widget-image {
        height: 100%;
    }
    .widget-include.template-specificity .widget-content {
        position: static;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .widget-include.template-specificity .widget-text {
        padding: 60px 30px 60px 30px;
    }
	.widget-include.template-specificity .widget-text-header {
		font-size: 20px;
		line-height: 30px;
	}
	.widget-include.template-specificity {
		margin-bottom: 40px;
	}
	.widget-include.template-specificity .widget-text-description {
		font-size: 16px;
	}
}
