.philosophy__bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	height: 100%;
}
.philosophy__bg svg {
	height: 100%;
	display: block;
}
.philosophy ._container {
	padding-top: 20px;
	padding-bottom: 0;
}
.philosophy__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}
.philosophy__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
}
.philosophy__block {
	width: 100%;
	max-width: 700px;
	min-width: 420px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 40px;
}
.philosophy__block h2 {
	text-align: right;
}
.philosophy__text * {
	text-align: justify;
}
.philosophy__text h3, .philosophy__text h4, .philosophy__text h5, .philosophy__text h6 {
	margin-bottom: 30px;
}
.philosophy__text p {
	margin-bottom: 12px;
}
.philosophy__image {
	position: relative;
	width: 100%;
	max-width: 500px;
	overflow: hidden;
}
.philosophy__image img {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.philosophy__author {
	position: absolute;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 3;
	padding: 15px 20px;
	width: 100%;
	max-width: 330px;
	background: var(--white);
	border-radius: 15px;
	box-shadow: 1px 3px 12px rgba(0, 0, 0, .07);
}
.philosophy__author h5 {
	font-size: 18px;
	text-align: center;
}
.philosophy__author p {
	margin-top: 6px;
	text-align: center;
}


.philosophy2 ._container {
	padding-top: 80px;
}
.philosophy2 .philosophy__image {
	max-width: 400px;
}
.philosophy2 .philosophy__wrapper {
	gap: 10px;
}
.philosophy2 .philosophy__block {
	min-width: auto;
	max-width: 500px;
}
.philosophy2 .philosophy__title {
	padding-top: 50px;
	height: stretch;
}
.philosophy2 .philosophy__title h2 {
	font-size: 28px;
}
.philosophy2 .philosophy__author {
	left: auto;
	right: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.philosophy2 .philosophy__author h5 {
	font-size: 16px;
}
.philosophy2 .philosophy__author p {
	font-size: 14px;
}

@media screen and (max-width: 1023px) {
	.philosophy2 ._container {
		padding-top: 60px;
	}
	.philosophy2 .philosophy__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.philosophy2 .philosophy__block {
		max-width: 100%;
		order: 1;
	}
	.philosophy2 .philosophy__image {
		order: 2;
	}
	.philosophy2 .philosophy__title {
		padding: 40px 0 20px;
		width: 100%;
	}
}

@media screen and (max-width: 820px) {
	.philosophy ._container {
		padding-top: 50px;
	}
	.philosophy__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px;
	}
	.philosophy__image {
		order: 2;
	}
	.philosophy__block {
		max-width: 100%;
		min-width: auto;
		gap: 30px;
	}
}
@media screen and (max-width: 770px) {
	.philosophy2 .philosophy__title h2 {
		font-size: 24px;
	}
}
@media screen and (max-width: 450px) {
	.philosophy2 ._container {
		padding-top: 40px;
	}
	.philosophy__author h5 {
		font-size: 16px;
	}
	.philosophy__author p {
		font-size: 14px;
	}
}
@media screen and (max-width: 360px) {
	.philosophy2 .philosophy__author h5,
	.philosophy__author h5 {
		font-size: 14px;
	}
	.philosophy2 .philosophy__author p,
	.philosophy__author p {
		font-size: 12px;
	}
}