.bs-bp{
	width: 100%;
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 5vw;
}
.img-loui{
	width: 60%;
	max-width: 1200px;
	align-items:flex-start;
	display: flex;
	flex-direction: column;
	background: rgba(21, 19, 42, 1);
	border-radius: 10px;
}
.img-loui img {
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 3 / 1;   /* ← 1 к 3 */
	object-fit: cover;
	border-radius: 10px 10px 0px 0px;
}


.main-text{
	align-items: left;
	margin: 2vw;
	font-weight: 300;
}

.seccond-text {
	align-items: left;
	margin: 0;
	margin-left: 2vw;
	margin-bottom: 2vw;
	color: rgba(97, 97, 158, 1);
}
/* dont touch */
.pino-text{
    width: 59vw;
    margin-top: 7vh;

}
@media (max-width: 1024px) {
	.img-loui{
		width: 90%;
	}

	.img-loui img{
		aspect-ratio: 3.5 / 1;
	}

	.main-text{
		font-size: 28px;
	}

	.seccond-text{
		font-size: 15px;
	}
}

@media (max-width: 480px) {
	.img-loui{
		width: 100%;
	}

	.img-loui img{
		aspect-ratio: 3 / 1;
	}

	.main-text{
		font-size: 18px;
		margin: 16px 0;
	}

	.seccond-text{
		font-size: 10px;
	}
}

.article-content p {
  white-space: pre-wrap;   /* сохраняет \n и переносит строки */
}

