.torch-overpaying-step.et_pb_section {
	background: #fff !important;
	color: #0c2b48;
	font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
}

.torch-overpaying-step__row.et_pb_row {
	display: flex;
	align-items: stretch;
	gap: 64px;
	width: 100%;
	max-width: 1152px;
	padding: 0 !important;
}

.torch-overpaying-step__row.et_pb_row::after {
	display: none;
}

.torch-overpaying-step__row.et_pb_row > .et_pb_column {
	float: none;
	width: auto !important;
	margin: 0 !important;
}

.torch-overpaying-step__content.et_pb_column,
.torch-overpaying-step__visual.et_pb_column {
	flex: 1 1 0;
	min-width: 0;
}

.torch-overpaying-step__content.et_pb_column {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.torch-overpaying-step__eyebrow.et_pb_module,
.torch-overpaying-step__heading.et_pb_module,
.torch-overpaying-step__copy.et_pb_module,
.torch-overpaying-step__image.et_pb_module {
	width: 100%;
}

.torch-overpaying-step__eyebrow-inner {
	display: flex;
	align-items: center;
	gap: 12px;
}

.torch-overpaying-step__number,
.torch-overpaying-step__label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-height: 38px;
	border: 1px solid #1d435f;
	background: #1d435f;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 18px;
}

.torch-overpaying-step__number {
	width: 40px;
	flex: 0 0 40px;
	padding: 9px 8px;
	border-radius: 50%;
	letter-spacing: -0.36px;
}

.torch-overpaying-step__label {
	padding: 9px 15px;
	border-radius: 999px;
	letter-spacing: 2px;
	text-transform: uppercase;
	white-space: nowrap;
}

.torch-overpaying-step__heading h2 {
	margin: 0;
	padding: 0;
	color: #0c2b48;
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
}

.torch-overpaying-step__copy p {
	margin: 0;
	padding: 0;
	color: #0c2b48;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.8;
}

.torch-overpaying-step__visual.et_pb_column {
	display: flex;
	align-items: stretch;
}

.torch-overpaying-step__image.et_pb_module {
	overflow: hidden;
	margin: 0 !important;
	border-radius: 20px;
	aspect-ratio: 544 / 558;
}

.torch-overpaying-step__image .et_pb_image_wrap {
	display: block;
	width: 100%;
	height: 100%;
}

.torch-overpaying-step__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 980px) {
	.torch-overpaying-step__row.et_pb_row {
		flex-direction: column;
		gap: 40px;
	}

	.torch-overpaying-step__content.et_pb_column,
	.torch-overpaying-step__visual.et_pb_column {
		width: 100% !important;
	}

	.torch-overpaying-step__heading h2 {
		font-size: 30px;
	}

	.torch-overpaying-step__image.et_pb_module {
		max-width: 640px;
		align-self: center;
	}
}

@media (max-width: 767px) {
	.torch-overpaying-step__row.et_pb_row {
		gap: 32px;
	}

	.torch-overpaying-step__label {
		max-width: calc(100% - 44px);
		padding: 8px 12px;
		font-size: 14px;
		line-height: 18px;
		letter-spacing: 1.4px;
		text-align: center;
		white-space: normal;
	}

	.torch-overpaying-step__heading h2 {
		font-size: 28px;
		line-height: 1.15;
	}

	.torch-overpaying-step__copy p {
		font-size: 17px;
		line-height: 1.65;
	}
}

@media (max-width: 479px) {
	.torch-overpaying-step__eyebrow-inner {
		gap: 8px;
	}

	.torch-overpaying-step__number,
	.torch-overpaying-step__label {
		min-height: 34px;
		font-size: 13px;
		line-height: 16px;
	}

	.torch-overpaying-step__number {
		width: 36px;
		flex-basis: 36px;
		padding: 8px 6px;
	}

	.torch-overpaying-step__label {
		padding: 8px 10px;
		letter-spacing: 1.25px;
	}
}
