.block-title {
	margin-bottom:60px
}
.block-title__tag-line {
	font-size:16px;
	color:#848484;
	margin:0;
	margin-bottom:15px
}
.block-title__tag-line-has-line {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
.block-title__tag-line-has-line:before {
	content:'';
	width:40px;
	height:2px;
	background-color:#8fd258;
	margin-right:10px
}
.block-title__title {
	color:#222;
	font-weight:600;
	font-size:40px;
	line-height:55px;
	margin:0
}
.block-title__title+.block-title__line {
	margin-top:5px
}
.block-title__line {
	display:inline-block;
	vertical-align:middle;
	width:50px;
	height:2px;
	background-color:#8fd258
}
.thm-btn {
	display:inline-block;
	vertical-align:middle;
	cursor:pointer;
	border:none;
	outline:0;
	background-color:#8fd258;
	color:#fff;
	font-size:16px;
	font-weight:500;
	text-transform:uppercase;
	padding:17px 43px;
	-webkit-transition:all .4s ease;
	transition:all .4s ease
}
.thm-btn:hover {
	color:#fff;
	background-color:#222
}
.about-one {
	padding-top:120px;
	padding-bottom:175px
}
.about-one .block-title {
	margin-bottom:30px
}
.about-one__text {
	font-size:14px;
	line-height:26px;
	color:#777;
	font-weight:500;
	margin:0;
	margin-bottom:40px
}
.about-one__image {
	position:relative;
	-webkit-box-shadow:0 30px 50px 0 rgba(8,13,62,.15);
	box-shadow:0 30px 50px 0 rgba(8,13,62,.15)
}
.about-one__image-title {
	margin:0;
	color:#222;
	font-size:40px;
	background-color:#fff;
	mix-blend-mode:screen;
	font-weight:700;
	line-height:1em;
	padding-top:30px;
	opacity:.95
}
.about-one__image-text {
	margin:0;
	text-transform:uppercase;
	color:#222;
	font-size:14px;
	background-color:#fff;
	mix-blend-mode:screen;
	font-weight:700;
	line-height:1em;
	padding-top:10px;
	padding-bottom:40px;
	opacity:.95
}
.about-one__image-block {
	display:inline-block;
	position:relative;
	margin-right:50px
}
.about-one__image-block:after {
	content:'';
	position:absolute;
	top:50px;
	left:50px;
	width:100%;
	height:100%;
	border-style:solid;
	border-width:5px;
	border-color:#8fd258;
	z-index:0
}
.about-one__image-block:before {
	content:'';
	position:absolute;
	bottom:20px;
	left:85px;
	width:100%;
	height:71%;
	background-color:#fff;
	background-image:url(images/dot-pattern-1-1-op19.png);
	background-repeat:repeat;
	background-position:-4px 0;
	z-index:1
}
.about-one__image-block .inner2 {
	position:relative;
	z-index:10
}
.about-one__image-content {
	position:absolute;
	bottom:30px;
	right:0;
	width:100%;
	max-width:240px;
	text-align:center
}

.inner2 {
    width: 410px !important;
}

@media (max-width: 991px){
.about-one__image-block {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}}