.pgte-style-2-info-card-wrap {
	display: block;
	margin: 0;
}

.pgte-style-2-info-card {
	display: flex;
	align-items: center;
	gap: 15px;
	min-width: 0;
	width: 100%;
}

.pgte-style-2-info-card .icon {
	width: 56px;
	min-width: 56px;
	height: 56px;
	color: var(--theme-primary-color);
	background: #fdf8f1;
	border-radius: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pgte-style-2-info-card .icon svg {
	width: 25px;
	height: 24px;
	display: block;
}

.pgte-style-2-info-card .content {
	min-width: 0;
}

.pgte-style-2-info-card .content p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	color: #5f615e;
	margin: 0 0 8px;
}

.pgte-style-2-info-card .content h6 {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.26;
	color: #24272c;
	margin: 0;
	word-break: break-word;
}
