.content-large {
	display: flex;
	gap: 120px;
	align-items: center;
	margin-top: 100px;
	margin-bottom: 100px;
}

.content-large > div {
	width: calc(50% - 22px);
}

@media screen and (max-width: 1025px) {
	.content-large > div {
		width: 100%;
	}
	.content-large {
		flex-direction: column;
		gap: 32px;
		margin-top: 60px;
		margin-bottom: 60px;
	}
}
.content-large h2 {
	margin-bottom: 16px;
}
.content-large h2 + p strong {
	margin-bottom: 1.5em;
}

.content-large img {
	border-radius: var(--radius-s);
	overflow: hidden;
}

.content-large .btn-section {
	margin-top: 38px;
}
