.widget-main.include.include-description .year {
	font-size:47px; 
	font-weight: 600;
}
.widget-main.include.include-description {
    padding: 130px 0;
    color: #0B0B0B;
}
.widget-main.include.include-description .widget-description-wrapper {
    position: relative;
    width: 1000px;
}
.widget-main.include.include-description .widget-description-text {
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 35px;
	color: #0B0B0B;
}
.widget-main.include.include-description .widget-description-image {
    text-align: center;
    overflow-y: hidden;
	margin-right: 80px;
}
.widget-main.include.include-description .widget-description-image img {
	max-width: 100%;
}

@media all and (max-width: 1016px) {
	.widget-main.include.include-description .widget-description-wrapper {
		width: auto;
	}
}
@media all and (max-width: 768px) {
	.widget-main.include.include-description .widget-description-image {
		margin-right: 0px;
	}
	.widget-main.include.include-description .year {
		font-size:36px; 
		font-weight: 600;
	}
}
@media all and (max-width: 500px) {
	.widget-main.include.include-description {
		padding: 60px 0;
		color: #0B0B0B;
	}
}

