.articles-detail .top-section, .articles-detail .bottom-section{
	display: flex;
	margin-bottom: 60px;
}


.articles-detail .top-section .left, .articles-detail .bottom-section .left{
	width: 40%;
}
.articles-detail .top-section .right, .articles-detail .bottom-section .right{
	width: 60%;
}
.articles-detail .bottom-section{
	flex-direction: row-reverse;
}
.articles-detail .top-section .right img{
	display: block;
	margin: 0 auto;
	width: 100%;
}
.articles-detail .bottom-section .left{
	padding-left: 30px;
    padding-right: 30px;
}
.articles-detail .top-section .left{
	padding-right: 30px;
}

.articles-detail .top-section .main-head{
	margin-bottom: 20px;
}
.articles-detail .top-section .left p, .articles-detail .bottom-section .left p{
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 28px;
	color: #333333;
}
.articles-detail .bottom-section .right iframe{
	min-height: 440px;
}
.articles-detail .bottom-section .left{
	margin: auto;
}
@media(max-width:1130px)
{
	.articles-detail .top-section, .articles-detail .bottom-section{
		display: block;
	}
	.articles-detail .top-section .left, .articles-detail .bottom-section .left{
		width: 100%;
	}
	.articles-detail .top-section .right, .articles-detail .bottom-section .right{
		width: 100%;
	}
	.articles-detail .bottom-section .left{
		padding: 20px 0;
	}
	.articles-detail .top-section .left {
		padding: 20px 0;
	}
}

@media(max-width:700px)
{
	.articles-detail .top-section .left p, .articles-detail .bottom-section .left p{
		font-size: 18px;
	}
	.articles-detail .bottom-section .right iframe{
		min-height: 320px;
	}
	.articles-detail .top-section, .articles-detail .bottom-section{
		margin-bottom: 20px;
	}
}


.articles {
	margin-bottom: 180px;
}

.articles__left-title {
	font-style: normal;
	font-weight: normal;
	font-size: 46px;
	color: #333333;
	text-transform: none;
	margin-bottom: 42px;
}


.articles__content {
	display: flex;
	align-items: flex-start;
}

.articles__left {
	width: 70%;
	/* margin-right: 85px; */
}

.articles__left-img {
	width: 100%;
	object-fit: cover;
	margin-bottom: 45px;
}

.articles__left-wrap {
	margin-bottom: 25px;
	font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
}

.articles__left-quote {
	margin-top: 40px;
	margin-bottom: 45px;
	padding: 25px 0 25px 35px;
	border-left: 9px solid #8BC34A;
	font-weight: 500;
	font-size: 20px;
	line-height: 140%;
	color: #333333;

}

.articles__left-date {
	font-weight: normal;
	font-size: 18px;
	color: rgba(51, 51, 51, 0.5);
	margin-bottom: 40px;
}

.articles__left-back {
	font-weight: normal;
	font-size: 18px;
	text-decoration-line: underline;
	color: #1C761F;
}

img.articles__img--left {
	margin: 10px 10px 10px 0;
}
img.articles__img--right {
	margin: 10px 0 10px 10px;
}

img.articles__img--center {
	width: 100%;
	height:auto !important;
}
.articles__img--center {
	width: 100%;
	height:auto !important;
}

.articles__right {
	box-sizing: border-box;
	width: 35%;
	/* min-height: 1780px; */
	background: #F7F7F7;
	border-radius: 2px;
	padding: 38px 30px 45px 30px;
	position: sticky;
	top: 100px;
	position: -webkit-sticky;
}

.articles__right-title {
	margin: 0;
	margin-bottom: 35px;
	font-weight: normal;
	font-size: 36px;
	color: #333333;
}

.articles__right-item {
	padding-bottom: 28px;
	border-bottom: 1px solid #8BC34A;
	margin-bottom: 30px;
}

.articles__right-item:last-child {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.articles__right-top {
	display: flex;
	align-items: end;
	margin-bottom: 15px;
}

.articles__right-date {
	margin-right: 23px;
	color: rgba(51, 51, 51, 0.5);
	font-weight: normal;
	font-size: 18px;
}

.articles__right-name {
	font-weight: normal;
	color: rgba(51, 51, 51, 0.5);
	font-size: 20px;
	text-transform: uppercase;
}

.articles__right-link {
	font-weight: normal;
	font-size: 18px;
	line-height: 140%;
	color: #333333;
	transition: all 0.3s;
	-webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.articles__right-link:hover {
	color: #1C761F;
}

.articles__right-wrap .slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: -85px;
}

.articles__right-wrap .slick-dots button {
	width: 12px;
	height: 12px;
	background: #8BC34A;
	border-radius: 50%;
}

.articles__right-wrap .slick-dots li {
	width: auto;
	height: auto;
}

.articles__right-wrap.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.articles__right-wrap .slick-dots li button:before {
	content: none;
}

.articles__right-wrap .slick-dots li.slick-active button {
	background: #1C761F;
}

.how-we-working__title {
    text-transform: none;
    font-size: 28px;
    font-weight: 600;
    color: #333333;
	margin-bottom: 40px;
}

.how-we-working__title--center {
    text-align: center;
}

.how-we-working__table-wrap {
    overflow: auto;
}

.how-we-working__table {
    border-collapse: collapse;
    width: 100%;
    min-width: 760px;
    border: 1px solid #333333;
    margin-bottom: 50px;
}

.how-we-working__table:last-child {
    margin-bottom: 0px;
}

.how-we-working__table-head {
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    color: #333333;
    padding: 15px 32px;
    text-align: start;
}

.how-we-working__table-arrow {
    display: none;
}

.how-we-working__table-row:not(:last-child){
    border-bottom: 1px solid rgb(0, 0, 0, 0.3);
}

.how-we-working__table-item:not(:last-child){
    border-right: 1px solid rgb(0, 0, 0, 0.3);
}
.how-we-working__table-head:not(:last-child){
    border-right: 1px solid rgb(0, 0, 0, 0.3);
}


.how-we-working__table-item {
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    padding: 20px 30px;
    vertical-align: top;
}

.how-we-working__table-item:first-child {
    font-weight: 600;
    font-size: 18px;
}


@media(max-width:1199px) {

	.articles {
		margin-bottom: 130px;
	}

	.articles__left-title {
		font-size: 42px;
	}

	.articles__left-quote {
		font-size: 20px;
	}

	.articles__left-date {
		font-size: 18px;
		margin-bottom: 30px;
	}

	.articles__left-back {
		font-size: 18px;
	}

	.articles__right {
		padding: 30px 20px 35px 20px;;
	}

	.articles__right-title {
		font-size: 30px;
		margin-bottom: 25px;
	}

	.articles__right-date {
		font-size: 18px;
	}

	.articles__right-name {
		font-size: 20px;
	}

}

@media(max-width:991px) {
	.articles__left-title {
		font-size: 32px;
		margin-bottom: 20px;
	}

	.articles__content {
		flex-direction: column;
	}

	.articles__left {
		width: 100%;
		margin-bottom: 50px;
		margin-right: 0;
	}

	.articles__left-img {
		margin-bottom: 20px;
	}

	.articles__left-quote {
		font-size: 18px;
		font-weight: 600;
		padding: 15px 0 15px 20px;
		border-left: 7px solid #8BC34A;
	}

	.articles__left-wrap {
		margin-bottom: 20px;
	}

	.articles__left-date {
		margin-bottom: 35px;
	}

	.articles__right {
		width: 100%;
		padding: 30px 10px 40px 10px;
	}

	.articles__right-title {
		margin-bottom: 30px;
		font-size: 26px;
	}

	.articles__right-link {
		font-size: 18px;
	}

	.articles__right-item {
		border: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}

}

@media(max-width:575px) {
	.articles__left-title {
		font-size: 24px;
	}

	.articles__right-title {
		font-size: 22px;
	}

	.articles__right-name {
		font-size: 18px;
	}

	.articles__right-link {
		font-size: 16px;
	}
	img.articles__img-content {
		margin: 0px;
		float: none;
		width: 100%;
		height: auto;
	}
	.how-we-working__table-head {
        font-size: 14px;
        padding: 8px 12px;
    }

    .how-we-working__table-item:first-child {
        font-size: 14px;
    }

    .how-we-working__table-head:first-child {
        position: relative;
    }

    .how-we-working__table-arrow {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

    .how-we-working__table-item {
        -webkit-text-size-adjust: none;
        font-size: 14px;
        padding: 15px;
        line-height: 140%;
    }
    .how-we-working__table-item--bottom {
        padding-bottom: 35px;
    }

    .how-we-working__title {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 140%;
    }
}