/* ============================
   RESPONSIVE - MOBILE (Max-width: 768px)
   ============================ */

@media (max-width: 768px) {
	.header__logo {
		display: none;
	}

	.header__secure {
		border-left: none;
		padding-left: 0;
		margin-left: 0;
	}

	.option-card__description {
		padding-left: 0;
	}

	.btn-continue {
		width: 100%;
		padding: 12px;
		font-size: 16px;
		border-radius: var(--radius-default);
		font-weight: 700;
	}

	.info-section__text {
		font-size: 13px;
	}

	.footer__section {
		text-align: center;
	}

	.footer__trustpilot {
		text-align: center;
	}

	.trustpilot-link {
		flex-direction: column;
		align-items: center;
		margin-left: 0;
	}

	.footer {
		margin-top: 30px;
	}

	.timeline-headline {
		padding-left: 0px;
	}

	.timeline-headline::before {
		content: '';
		position: absolute;
		left: 12px;
		top: 20px;
		bottom: 20px;
	}

	.pan-image {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.timeline-step-card {
		margin-left: 28px;
	}

	.posttimeline{
	padding-left: 0px !important;
}
.posttimeline::before{
	left: 4px !important;
}

.btn-postwire{
	width: fit-content !important;
padding: 12px 24px;
}

}
