.cpc-cta-text-banner {
	width: 100%;
	position: relative;
	display: block;
}

.cpc-cta-text-banner img {
	width: 100%;
	height: auto;
	display: block;
}

.cpc-cta-text-banner .cpc-banner-content {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	text-align: center;
	padding: 1rem 3rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cpc-cta-text-banner .cpc-banner-title {
	margin: 0 0 10px;
	color: #fff;
	font-size: 4rem;
}

.cpc-cta-text-banner .cpc-banner-button {
	display: inline-block;
	background-color: #fff;
	color: #000;
	padding: 15px;
	border-radius: 30px;
	text-decoration: none;
	transition: background-color 0.3s, color 0.3s;
	margin-right: 4rem;
	border: 1px solid #000;
	font-size: 1.25rem;
	font-weight: bold;
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 7.49931C0 7.23409 0.105357 6.97974 0.292893 6.7922C0.48043 6.60467 0.734784 6.49931 1 6.49931H12.586L8.292 2.20731C8.10423 2.01954 7.99874 1.76486 7.99874 1.49931C7.99874 1.23376 8.10423 0.979084 8.292 0.79131C8.47977 0.603537 8.73445 0.498047 9 0.498047C9.26555 0.498047 9.52023 0.603537 9.708 0.79131L15.708 6.79131C15.8011 6.8842 15.875 6.99455 15.9254 7.11604C15.9758 7.23753 16.0018 7.36777 16.0018 7.49931C16.0018 7.63084 15.9758 7.76109 15.9254 7.88258C15.875 8.00407 15.8011 8.11442 15.708 8.20731L9.708 14.2073C9.52023 14.3951 9.26555 14.5006 9 14.5006C8.73445 14.5006 8.47977 14.3951 8.292 14.2073C8.10423 14.0195 7.99874 13.7649 7.99874 13.4993C7.99874 13.2338 8.10423 12.9791 8.292 12.7913L12.586 8.49931H1C0.734784 8.49931 0.48043 8.39395 0.292893 8.20642C0.105357 8.01888 0 7.76453 0 7.49931Z' fill='black'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) center;
}

.cpc-cta-text-banner .cpc-banner-button span {
	padding-right: 30px;
}

.dtd-article-grid__cta:visited {
	color: #fff;
}

.dft-article-grid__heading {
	display: flex;
	gap: 2.5rem;
}

.dft-article-grid__heading img {
	width: 70px;
	height: 70px;
}

.c-image {
	position: relative;
	display: inline-block;
}

.c-image__button {
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translateY(-50%);
	background-color: #fabd32;
	color: #000;
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: .25rem 1rem;
	border: none;
	transition: all .3s ease-in-out;
}

.c-image__button:hover {
	background-color: #000;
}

.c-image__button span {
	margin-top: 4px;
	font-size: .9rem;
	font-weight: bold;
}

@media (max-width: 1024px) {
	.cpc-cta-text-banner .cpc-banner-content {
		display: none;
	}

	.dft-realign-column .content-block-column:nth-child(2) {
		order: -1;
	}

	.dft-grid-main {
		width: 100% !important;
		height: auto;
	}

	.c-image__button {
		display: none;
	}
}