.about-block {
	padding: 20px 0;
	position: relative;
}
.about-block:not(:last-child) {
	margin-bottom: 16px;
}
.about-block-img {
	position: absolute;
	top: 20px;
	left: 0;
	width: 47.77%;
	height: calc(100% - 40px);
	background-size: cover !important;
}
.about-block:nth-child(1) .about-block-img {
	background-position: bottom 38% center !important;
}
.about-block-text {
	width: calc(100% - 47.77%);
	padding: 16px 40px;
	position: relative;
	margin-left: auto;
}
.about-block-text:before {
	content: "";
	background: var(--Primary-700);
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.about-block-text p:not(:last-child) {
	margin-bottom: 8px;
}
.about-block:nth-child(2) .about-block-img {
    right: 0;
    left: auto;
    background-position: top 47% left !important;
}
.about-block:nth-child(2) .about-block-text {
	margin-left: 0;
}
.about-block:nth-child(2) .about-block-text:before {
	right: auto;
	left: 0;
}

@media (max-width: 1919px) {
	.about-block-text p br {
		display: none;
	}
	.about-block-img {
		width: 46.77%;
	}
	.about-block:nth-child(1) .about-block-img {
		background-position: bottom 31% center !important;
	}
	.about-block:nth-child(2) .about-block-img {
		background-position: top 59% left !important;
	}
	.about-block-text {
		width: calc(100% - 46.77%);
	}
}
@media (max-width: 1439px) {
	.about-block-img {
		width: 47.5%;
	}
	.about-block-text {
		width: calc(100% - 47.5%);
	}
	.about-block:not(:last-child) {
		margin-bottom: 8px;
	}
}
@media (max-width: 1023px) {
	.about-block-text {
		padding: 16px 24px;
	}
}
@media (max-width: 767px) {
	.about-block:not(:last-child) {
		margin-bottom: 0;
	}
	.about-block {
		padding: 5.12vw 0;
	}
	.about-block-img {
		width: 100%;
		position: relative;
		top: 0;
		left: 0;
		height: 35.89vw;
	}
	.about-block-text {
		width: 100%;
		padding: 4.1vw 0 0 0;
	}
	.about-block-text:before {
		top: auto;
		width: calc(100% - 20.51vw);
		height: 0.25vw;
		bottom: -5.12vw;
		right: 10.25vw;
	}
	.about-block:nth-child(2) .about-block-text:before {
		display: none;
	}
}