
.lp-trust {
	padding: 80px 0;
	position: relative;
	overflow: hidden;
}

.lp-trust__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
	position: relative;
	z-index: 2;
}

.lp-trust__content h2 {
	font-family: var(--font1);
	color: var(--primary);
	font-size: 2.25rem;
	margin: 0 0 15px;
}

.lp-trust__content .lp-gold-underline {
	margin-bottom: 30px;
}

.lp-trust__checklist {
	list-style: none;
	padding: 0;
	margin: 0 0 35px;
}

.lp-trust__checklist li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 15px;
	font-family: var(--font2);
	color: #333;
	font-size: 1.05rem;
	line-height: 1.5;
}

.lp-trust__checklist li i {
	color: #4caf50;
	font-size: 1.15rem;
	margin-top: 3px;
	flex-shrink: 0;
}

.lp-trust .lp-btn-gold {
	background: var(--primary);
}

.lp-trust .lp-btn-gold:hover {
	background: var(--secondary);
}

.lp-trust__images {
	position: relative;
	min-height: 400px;
}

.lp-trust__img {
	border-radius: 8px;
	box-shadow: 0 5px 25px rgba(0, 0, 0, .12);
	object-fit: cover;
}

.lp-trust__img--1 {
	width: 65%;
	height: 320px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.lp-trust__img--2 {
	width: 55%;
	height: 280px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 3;
}

.lp-trust__img--3 {
	width: 40%;
	height: 200px;
	position: absolute;
	top: 50%;
	right: 10%;
	transform: translateY(-50%);
	z-index: 1;
	opacity: .85;
}

@media (max-width: 991px) {
	.lp-trust__grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	
	.lp-trust__images {
		min-height: 300px;
	}
	
	.lp-trust__img--1 {
		height: 260px;
	}
	
	.lp-trust__img--2 {
		height: 220px;
	}
}

@media (max-width: 767px) {
	.lp-trust {
		padding: 50px 0;
	}
	
	.lp-trust__content h2 {
		font-size: 1.75rem;
	}
	
	.lp-trust__images {
		min-height: 250px;
	}
	
	.lp-trust__img--1 {
		width: 70%;
		height: 220px;
	}
	
	.lp-trust__img--2 {
		width: 60%;
		height: 180px;
	}
	
	.lp-trust__img--3 {
		display: none;
	}
}
