body .ph-custom-banner {
	display: flex;
	align-items: center;
	margin: 20px 0;
	border-radius: 8px;
	overflow: hidden;
}

body .ph-custom-banner .ph-image-content {
	max-width: 40%;
	margin: -10px 0;
}

body .ph-custom-banner .ph-text-content {
	padding: 20px;
}

body .ph-custom-banner .ph-text-content h2 {
	font-size: 22px !important;
	font-weight: 500 !important;
	margin-bottom: 8px;
}

body .ph-custom-banner .ph-text-content p,
body .ph-custom-banner .ph-text-content ul {
	font-size: 16px !important;
}

body .ph-custom-banner .ph-text-content .ph-custom-banner-list {
	list-style: none;
	margin: 32px 0 !important;
}

body .ph-custom-banner .ph-text-content .ph-custom-banner-list li {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-top: 8px !important;
}

body .ph-custom-banner .ph-custom-banner-buttons {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	gap: 12px;
}

body .ph-custom-banner .ph-custom-banner-buttons a {
	padding: 10px 16px;
	border-radius: 6px;
	color: #fff !important;
	text-transform: uppercase;
	font-family: unset;
	font-size: 16px !important;
	font-weight: 500;
}

@media (max-width: 768px) {
	body .ph-custom-banner {
		flex-direction: column;
		align-items: stretch;
	}

	body .ph-custom-banner .ph-text-content {
		order: 2 !important;
		margin: 10px 0 0;
	}

	body .ph-custom-banner .ph-text-content p,
	body .ph-custom-banner .ph-text-content ul {
		font-size: 12px !important;
	}

	body .ph-custom-banner .ph-image-content {
		order: 1 !important;
		max-width: 110%;
		border-radius: 0% 0% 100% 100% / 0% 0% 30% 30% !important;
		padding: 30px 0 10px !important;
		margin: -20px;
		overflow: hidden;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	body .ph-custom-banner .ph-image-content img {
		width: 70%;
	}

	body .ph-custom-banner .ph-custom-banner-buttons {
		flex-flow: column nowrap;
	}

	body .ph-custom-banner .ph-custom-banner-buttons a {
		text-align: center;
		width: 100%;
	}

	.hide-on-mobile {
		display: none !important;
		height: 0;
		visibility: none;
	}
}
