/* Casa Grande Dumpsters */
:root {
	--cgd-ink: #172026;
	--cgd-muted: #5d686e;
	--cgd-orange: #f36b21;
	--cgd-orange-dark: #d95613;
	--cgd-sand: #f5efe5;
	--cgd-cream: #fcfaf6;
	--cgd-line: #ded8cf;
	--cgd-white: #ffffff;
}

body {
	background: var(--cgd-cream);
	color: var(--cgd-ink);
}

.site-header {
	border-bottom: 1px solid #e7e1d8;
	background: #fff;
}

.inside-header {
	max-width: 1180px;
	padding: 19px 24px;
}

.site-branding .main-title,
.site-branding .main-title a {
	color: var(--cgd-ink);
	font-size: 24px;
	font-weight: 850;
	letter-spacing: -.025em;
	text-decoration: none;
}

.site-description {
	display: none;
}

.main-navigation {
	background: #fff;
}

.main-navigation .main-nav ul li a {
	color: #303a3f;
	font-size: 15px;
	font-weight: 750;
}

.main-navigation .main-nav ul li a:hover,
.main-navigation .main-nav ul li[class*="current-menu-"] > a {
	color: var(--cgd-orange-dark);
	background: transparent;
}

.site-footer {
	color: #cbd3d6;
	background: var(--cgd-ink);
}

.site-footer a {
	color: #fff;
}

.site-info {
	background: #10171c;
}

.grid-container.site-content {
	max-width: 100%;
	padding: 0;
}

.content-area {
	width: 100%;
}

.widget-area {
	display: none;
}

.site-main {
	margin: 0;
}

.inside-article {
	padding: 0;
	background: transparent;
}

.entry-header {
	display: none;
}

.cgd-home {
	--cgd-ink: #172026;
	--cgd-muted: #5d686e;
	--cgd-orange: #f36b21;
	--cgd-orange-dark: #d95613;
	--cgd-sand: #f5efe5;
	--cgd-cream: #fcfaf6;
	--cgd-line: #ded8cf;
	--cgd-white: #ffffff;
	color: var(--cgd-ink);
	background: var(--cgd-cream);
	overflow: hidden;
}

.cgd-home,
.cgd-home * {
	box-sizing: border-box;
}

body.home .grid-container.site-content,
body.page-id-86 .grid-container.site-content {
	max-width: 100%;
	padding: 0;
}

body.home .content-area,
body.page-id-86 .content-area {
	width: 100%;
}

body.home .site-main,
body.page-id-86 .site-main {
	margin: 0;
}

body.home .inside-article,
body.page-id-86 .inside-article {
	padding: 0;
	background: transparent;
}

body.home .entry-header,
body.page-id-86 .entry-header {
	display: none;
}

.cgd-home p,
.cgd-home h1,
.cgd-home h2,
.cgd-home h3 {
	margin-top: 0;
}

.cgd-wrap {
	width: min(100%, 1180px);
	max-width: 1180px !important;
	margin: 0 auto;
	padding-left: 24px;
	padding-right: 24px;
}

.cgd-wrap-narrow {
	max-width: 900px !important;
}

.cgd-section {
	padding: 96px 0;
}

.cgd-eyebrow {
	margin-bottom: 16px;
	color: var(--cgd-orange-dark);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .14em;
	line-height: 1.4;
}

.cgd-eyebrow-light {
	color: #ffb081;
}

.cgd-section-title {
	max-width: 760px;
	margin-bottom: 22px;
	font-size: clamp(34px, 4.2vw, 56px);
	font-weight: 800;
	letter-spacing: -.035em;
	line-height: 1.04;
}

.cgd-section-lead {
	max-width: 760px;
	margin-bottom: 48px;
	color: var(--cgd-muted);
	font-size: 20px;
	line-height: 1.7;
}

.cgd-hero {
	position: relative;
	padding: 104px 0 92px;
	color: var(--cgd-white);
	background:
		radial-gradient(circle at 80% 15%, rgba(243,107,33,.25), transparent 25%),
		linear-gradient(135deg, #10171c 0%, #1e2b31 62%, #26353a 100%);
}

.cgd-hero::after {
	position: absolute;
	right: -120px;
	bottom: -180px;
	width: 480px;
	height: 480px;
	border: 70px solid rgba(255,255,255,.035);
	border-radius: 50%;
	content: "";
}

.cgd-hero > * {
	position: relative;
	z-index: 1;
}

.cgd-hero-grid {
	gap: clamp(42px, 7vw, 90px);
	align-items: center !important;
	margin-bottom: 0;
}

.cgd-hero-title {
	max-width: 720px;
	margin-bottom: 24px;
	color: var(--cgd-white);
	font-size: clamp(48px, 6.5vw, 78px);
	font-weight: 850;
	letter-spacing: -.05em;
	line-height: .98;
}

.cgd-hero-copy {
	max-width: 670px;
	margin-bottom: 34px;
	color: #d8e0e3;
	font-size: clamp(18px, 2vw, 22px);
	line-height: 1.65;
}

.cgd-actions {
	gap: 12px;
	margin: 0 0 30px;
}

.cgd-button-primary .wp-block-button__link,
.cgd-button-secondary .wp-block-button__link {
	border: 2px solid transparent;
	border-radius: 6px;
	padding: 15px 23px;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
	transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.cgd-button-primary .wp-block-button__link {
	color: var(--cgd-white);
	background: var(--cgd-orange);
}

.cgd-button-primary .wp-block-button__link:hover {
	background: var(--cgd-orange-dark);
	transform: translateY(-2px);
}

.cgd-button-secondary .wp-block-button__link {
	color: var(--cgd-white);
	border-color: rgba(255,255,255,.5);
	background: transparent;
}

.cgd-button-secondary .wp-block-button__link:hover {
	border-color: var(--cgd-white);
	background: rgba(255,255,255,.08);
	transform: translateY(-2px);
}

.cgd-trust-row {
	gap: 10px 20px;
}

.cgd-trust-row p {
	position: relative;
	margin: 0;
	padding-left: 18px;
	color: #b9c5c9;
	font-size: 14px;
}

.cgd-trust-row p::before {
	position: absolute;
	top: .55em;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--cgd-orange);
	content: "";
}

.cgd-hero-card {
	border: 1px solid rgba(255,255,255,.14);
	border-top: 6px solid var(--cgd-orange);
	border-radius: 12px;
	padding: clamp(28px, 4vw, 44px);
	background: rgba(255,255,255,.075);
	box-shadow: 0 28px 70px rgba(0,0,0,.25);
	backdrop-filter: blur(8px);
}

.cgd-card-kicker {
	margin-bottom: 12px;
	color: #ffb081;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .12em;
}

.cgd-card-title {
	margin-bottom: 25px;
	color: var(--cgd-white);
	font-size: clamp(28px, 3vw, 38px);
	font-weight: 800;
	letter-spacing: -.025em;
	line-height: 1.1;
}

.cgd-check {
	position: relative;
	margin-bottom: 13px;
	padding-left: 28px;
	color: #eef3f4;
	font-size: 16px;
}

.cgd-check::before {
	position: absolute;
	top: 1px;
	left: 0;
	color: var(--cgd-orange);
	font-size: 18px;
	font-weight: 900;
	content: "✓";
}

.cgd-card-note {
	margin: 22px 0 0;
	padding-top: 20px;
	border-top: 1px solid rgba(255,255,255,.14);
	color: #b9c5c9;
	font-size: 14px;
	line-height: 1.6;
}

.cgd-intro {
	background: var(--cgd-cream);
}

.cgd-card-grid {
	gap: 22px;
	margin-bottom: 0;
}

.cgd-service-card,
.cgd-size-card {
	height: 100%;
	border: 1px solid var(--cgd-line);
	border-radius: 10px;
	padding: 34px;
	background: var(--cgd-white);
	box-shadow: 0 16px 45px rgba(23,32,38,.06);
}

.cgd-card-number {
	margin-bottom: 30px;
	color: var(--cgd-orange);
	font-size: 14px;
	font-weight: 900;
	letter-spacing: .12em;
}

.cgd-service-card h3,
.cgd-size-card h3,
.cgd-step h3,
.cgd-area-card h3,
.cgd-faq-item h3 {
	margin-bottom: 14px;
	font-size: 23px;
	font-weight: 800;
	letter-spacing: -.02em;
	line-height: 1.2;
}

.cgd-service-card p:last-child,
.cgd-size-card p:last-child {
	margin-bottom: 0;
	color: var(--cgd-muted);
	line-height: 1.7;
}

.cgd-sizes {
	background: var(--cgd-sand);
}

.cgd-heading-row {
	gap: 50px;
	align-items: end !important;
	margin-bottom: 46px;
}

.cgd-heading-row .wp-block-column:last-child {
	display: flex;
	justify-content: flex-end;
}

.cgd-heading-note {
	max-width: 470px;
	margin-bottom: 8px;
	color: var(--cgd-muted);
	font-size: 17px;
	line-height: 1.65;
}

.cgd-size-label {
	display: inline-block;
	margin-bottom: 26px;
	border-radius: 999px;
	padding: 7px 11px;
	color: var(--cgd-orange-dark);
	background: #fff0e7;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .1em;
}

.cgd-size-card {
	position: relative;
	padding-top: 38px;
}

.cgd-size-card h3 {
	font-size: 34px;
}

.cgd-size-card-featured {
	border-color: var(--cgd-orange);
	box-shadow: 0 18px 55px rgba(217,86,19,.14);
	transform: translateY(-10px);
}

.cgd-size-card-featured::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 5px;
	border-radius: 10px 10px 0 0;
	background: var(--cgd-orange);
	content: "";
}

.cgd-fine-print {
	margin: 26px 0 0;
	color: var(--cgd-muted);
	font-size: 13px;
	line-height: 1.6;
	text-align: center;
}

.cgd-process {
	color: var(--cgd-white);
	background: var(--cgd-ink);
}

.cgd-title-light {
	color: var(--cgd-white);
}

.cgd-step-grid {
	gap: 0;
	margin: 48px 0 0;
}

.cgd-step {
	height: 100%;
	padding: 10px 36px 10px 0;
}

.cgd-step-grid .wp-block-column + .wp-block-column .cgd-step {
	border-left: 1px solid rgba(255,255,255,.15);
	padding-left: 36px;
}

.cgd-step-number {
	display: grid;
	width: 44px;
	height: 44px;
	margin-bottom: 24px;
	border-radius: 50%;
	place-items: center;
	color: var(--cgd-white);
	background: var(--cgd-orange);
	font-weight: 900;
}

.cgd-step h3 {
	color: var(--cgd-white);
}

.cgd-step p:last-child {
	margin-bottom: 0;
	color: #b9c5c9;
	line-height: 1.7;
}

.cgd-local {
	background: var(--cgd-cream);
}

.cgd-local-grid {
	gap: clamp(42px, 7vw, 88px);
	align-items: center !important;
	margin-bottom: 0;
}

.cgd-local-grid > .wp-block-column:first-child > p:not(.cgd-eyebrow) {
	color: var(--cgd-muted);
	font-size: 17px;
	line-height: 1.75;
}

.cgd-area-card {
	border-radius: 12px;
	padding: clamp(30px, 5vw, 48px);
	color: var(--cgd-white);
	background: #233138;
	box-shadow: 0 25px 60px rgba(23,32,38,.16);
}

.cgd-area-card h3 {
	color: var(--cgd-white);
	font-size: 30px;
}

.cgd-area-card > p:not(.cgd-card-note) {
	color: #cad2d5;
	line-height: 1.65;
}

.cgd-area-list {
	gap: 12px;
	margin: 24px 0 0;
}

.cgd-area {
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(255,255,255,.12);
	padding: 0 0 10px 18px;
	color: var(--cgd-white);
	font-weight: 700;
}

.cgd-area::before {
	margin-left: -18px;
	margin-right: 9px;
	color: var(--cgd-orange);
	content: "•";
}

.cgd-faq {
	background: var(--cgd-white);
}

.cgd-faq .cgd-section-title {
	margin-bottom: 44px;
}

.cgd-faq-item {
	border-top: 1px solid var(--cgd-line);
	padding: 28px 0 10px;
}

.cgd-faq-item:last-child {
	border-bottom: 1px solid var(--cgd-line);
}

.cgd-faq-item h3 {
	font-size: 21px;
}

.cgd-faq-item p {
	max-width: 780px;
	color: var(--cgd-muted);
	line-height: 1.75;
}

.cgd-quote {
	padding: 88px 0;
	color: var(--cgd-white);
	background:
		linear-gradient(120deg, rgba(243,107,33,.96), rgba(217,86,19,.96)),
		#e45e18;
}

.cgd-quote-inner {
	text-align: center;
}

.cgd-quote .cgd-eyebrow-light {
	color: #ffe1d1;
}

.cgd-quote-title {
	max-width: 780px;
	margin: 0 auto 20px;
	color: var(--cgd-white);
	font-size: clamp(38px, 5vw, 62px);
	font-weight: 850;
	letter-spacing: -.04em;
	line-height: 1.02;
}

.cgd-quote-copy {
	max-width: 690px;
	margin: 0 auto 30px;
	color: #fff1e9;
	font-size: 19px;
	line-height: 1.65;
}

.cgd-actions-center {
	justify-content: center;
	margin-bottom: 20px;
}

.cgd-quote .cgd-button-primary .wp-block-button__link {
	color: var(--cgd-ink);
	background: var(--cgd-white);
}

.cgd-quote .cgd-button-primary .wp-block-button__link:hover {
	background: #fff4ee;
}

.cgd-fine-print-light {
	margin-top: 18px;
	color: #ffe7da;
}

/* Internal pages */
.cgd-subpage {
	overflow: hidden;
	color: var(--cgd-ink);
	background: var(--cgd-cream);
}

.cgd-subpage,
.cgd-subpage * {
	box-sizing: border-box;
}

.cgd-subpage h1,
.cgd-subpage h2,
.cgd-subpage h3,
.cgd-subpage p {
	margin-top: 0;
}

.cgd-shell {
	width: min(100%, 1180px);
	margin: 0 auto;
	padding-right: 24px;
	padding-left: 24px;
}

.cgd-narrow {
	max-width: 900px;
}

.cgd-subhero {
	position: relative;
	padding: 94px 0 88px;
	color: #fff;
	background:
		radial-gradient(circle at 78% 10%, rgba(243,107,33,.26), transparent 24%),
		linear-gradient(135deg, #10171c 0%, #24343b 100%);
}

.cgd-subhero::after {
	position: absolute;
	right: -130px;
	bottom: -245px;
	width: 490px;
	height: 490px;
	border: 72px solid rgba(255,255,255,.035);
	border-radius: 50%;
	content: "";
}

.cgd-subhero .cgd-shell {
	position: relative;
	z-index: 1;
}

.cgd-kicker {
	margin-bottom: 15px;
	color: var(--cgd-orange-dark);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .14em;
	line-height: 1.5;
}

.cgd-subhero .cgd-kicker,
.cgd-kicker-light {
	color: #ffb081;
}

.cgd-subhero h1 {
	max-width: 880px;
	margin-bottom: 24px;
	color: #fff;
	font-size: clamp(46px, 6vw, 74px);
	font-weight: 850;
	letter-spacing: -.05em;
	line-height: .99;
}

.cgd-sublead {
	max-width: 770px;
	margin-bottom: 32px;
	color: #d5dee1;
	font-size: clamp(18px, 2vw, 22px);
	line-height: 1.65;
}

.cgd-btn {
	display: inline-block;
	border-radius: 6px;
	padding: 16px 24px;
	color: #fff !important;
	background: var(--cgd-orange);
	font-weight: 850;
	line-height: 1.2;
	text-decoration: none;
	box-shadow: 0 12px 30px rgba(0,0,0,.16);
	transition: background .18s ease, transform .18s ease;
}

.cgd-btn:hover {
	color: #fff !important;
	background: var(--cgd-orange-dark);
	transform: translateY(-2px);
}

.cgd-band {
	padding: 92px 0;
	background: var(--cgd-cream);
}

.cgd-band-sand {
	background: var(--cgd-sand);
}

.cgd-band-dark {
	color: #d4dde0;
	background: var(--cgd-ink);
}

.cgd-band h2,
.cgd-bottom-cta h2 {
	max-width: 820px;
	margin-bottom: 24px;
	font-size: clamp(34px, 4.2vw, 55px);
	font-weight: 850;
	letter-spacing: -.04em;
	line-height: 1.04;
}

.cgd-band-dark h2 {
	color: #fff;
}

.cgd-band p {
	color: var(--cgd-muted);
	font-size: 17px;
	line-height: 1.75;
}

.cgd-band-dark p {
	color: #b9c5c9;
}

.cgd-copy-wide {
	max-width: 820px;
	margin-bottom: 46px;
	font-size: 19px !important;
}

.cgd-grid {
	display: grid;
	gap: 22px;
	margin-top: 44px;
}

.cgd-grid-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cgd-grid-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cgd-info-card,
.cgd-size {
	height: 100%;
	border: 1px solid var(--cgd-line);
	border-radius: 10px;
	padding: 34px;
	background: #fff;
	box-shadow: 0 16px 45px rgba(23,32,38,.06);
}

.cgd-info-card > span {
	display: block;
	margin-bottom: 30px;
	color: var(--cgd-orange);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: .12em;
}

.cgd-info-card h3,
.cgd-size h3,
.cgd-dark-card h3,
.cgd-list-card h3,
.cgd-form-shell h3 {
	margin-bottom: 14px;
	font-size: 25px;
	font-weight: 850;
	letter-spacing: -.025em;
	line-height: 1.15;
}

.cgd-info-card p,
.cgd-size p {
	font-size: 16px;
}

.cgd-info-card a {
	display: inline-block;
	margin-top: 8px;
	color: var(--cgd-orange-dark);
	font-weight: 850;
	text-decoration: none;
}

.cgd-two {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
	gap: clamp(46px, 7vw, 90px);
	align-items: center;
}

.cgd-dark-card,
.cgd-list-card,
.cgd-form-shell {
	border-radius: 12px;
	padding: clamp(30px, 4vw, 45px);
	box-shadow: 0 25px 60px rgba(23,32,38,.13);
}

.cgd-dark-card {
	color: #fff;
	background: #233138;
}

.cgd-dark-card h3 {
	color: #fff;
}

.cgd-dark-card ul,
.cgd-list-card ul {
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.cgd-dark-card li,
.cgd-list-card li {
	position: relative;
	margin-bottom: 12px;
	padding: 0 0 12px 25px;
	border-bottom: 1px solid rgba(255,255,255,.12);
}

.cgd-dark-card li::before,
.cgd-list-card li::before {
	position: absolute;
	left: 0;
	color: var(--cgd-orange);
	font-weight: 900;
	content: "✓";
}

.cgd-list-card,
.cgd-form-shell {
	border: 1px solid var(--cgd-line);
	background: #fff;
}

.cgd-list-card li {
	border-bottom-color: var(--cgd-line);
}

.cgd-size {
	position: relative;
}

.cgd-size-tag {
	display: inline-block;
	margin-bottom: 24px;
	border-radius: 999px;
	padding: 7px 11px;
	color: var(--cgd-orange-dark) !important;
	background: #fff0e7;
	font-size: 11px !important;
	font-weight: 900;
	letter-spacing: .1em;
}

.cgd-size h3 {
	font-size: 34px;
}

.cgd-size-featured {
	border-color: var(--cgd-orange);
	box-shadow: 0 18px 55px rgba(217,86,19,.14);
}

.cgd-size-featured::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 5px;
	border-radius: 10px 10px 0 0;
	background: var(--cgd-orange);
	content: "";
}

.cgd-faq-row {
	border-top: 1px solid var(--cgd-line);
	padding: 28px 0 9px;
}

.cgd-faq-row:last-child {
	border-bottom: 1px solid var(--cgd-line);
}

.cgd-faq-row h3 {
	margin-bottom: 12px;
	font-size: 22px;
	font-weight: 850;
	letter-spacing: -.02em;
	line-height: 1.25;
}

.cgd-faq-row p {
	max-width: 790px;
	margin-bottom: 18px;
}

.cgd-contact-list {
	margin-top: 28px;
}

.cgd-contact-list p {
	margin-bottom: 8px;
	border-left: 3px solid var(--cgd-orange);
	padding: 9px 0 9px 17px;
}

.cgd-form-intro {
	font-size: 16px !important;
}

.cgd-form-placeholder {
	margin-top: 24px;
	border: 1px dashed #c8beb0;
	border-radius: 8px;
	padding: 24px;
	background: var(--cgd-sand);
}

.cgd-form-placeholder p {
	margin-bottom: 8px;
	font-size: 14px !important;
}

.cgd-bottom-cta {
	padding: 84px 0;
	color: #fff;
	background: linear-gradient(120deg, var(--cgd-orange), var(--cgd-orange-dark));
	text-align: center;
}

.cgd-bottom-cta h2 {
	margin-right: auto;
	margin-left: auto;
	color: #fff;
}

.cgd-bottom-cta p:not(.cgd-kicker) {
	max-width: 720px;
	margin: 0 auto 30px;
	color: #fff1e9;
	font-size: 18px;
	line-height: 1.7;
}

.cgd-bottom-cta .cgd-btn {
	color: var(--cgd-ink) !important;
	background: #fff;
}

@media (max-width: 900px) {
	.cgd-section {
		padding: 74px 0;
	}

	.cgd-hero {
		padding: 78px 0 72px;
	}

	.cgd-hero-grid,
	.cgd-local-grid {
		flex-wrap: wrap !important;
	}

	.cgd-hero-grid > .wp-block-column,
	.cgd-local-grid > .wp-block-column {
		flex-basis: 100% !important;
	}

	.cgd-heading-row {
		flex-wrap: wrap !important;
	}

	.cgd-heading-row > .wp-block-column {
		flex-basis: 100% !important;
	}

	.cgd-heading-row .wp-block-column:last-child {
		justify-content: flex-start;
	}

	.cgd-card-grid {
		flex-wrap: wrap !important;
	}

	.cgd-card-grid > .wp-block-column {
		flex-basis: calc(50% - 12px) !important;
	}

	.cgd-size-card-featured {
		transform: none;
	}

	.cgd-grid-3 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cgd-two {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 680px) {
	.cgd-wrap {
		padding-left: 18px;
		padding-right: 18px;
	}

	.cgd-section {
		padding: 60px 0;
	}

	.cgd-hero {
		padding: 64px 0 58px;
	}

	.cgd-hero-title {
		font-size: 47px;
	}

	.cgd-actions,
	.cgd-actions .wp-block-button {
		width: 100%;
	}

	.cgd-actions .wp-block-button__link {
		width: 100%;
		text-align: center;
	}

	.cgd-card-grid > .wp-block-column,
	.cgd-step-grid > .wp-block-column {
		flex-basis: 100% !important;
	}

	.cgd-service-card,
	.cgd-size-card {
		padding: 28px;
	}

	.cgd-step-grid {
		flex-wrap: wrap !important;
	}

	.cgd-step {
		padding: 0 0 30px !important;
	}

	.cgd-step-grid .wp-block-column + .wp-block-column .cgd-step {
		border-top: 1px solid rgba(255,255,255,.15);
		border-left: 0;
		padding-top: 30px !important;
	}

	.cgd-area-list {
		flex-wrap: wrap !important;
	}

	.cgd-area-list > .wp-block-column {
		flex-basis: 100% !important;
	}

	.cgd-quote {
		padding: 65px 0;
	}

	.cgd-shell {
		padding-right: 18px;
		padding-left: 18px;
	}

	.cgd-subhero {
		padding: 66px 0 62px;
	}

	.cgd-subhero h1 {
		font-size: 45px;
	}

	.cgd-band {
		padding: 60px 0;
	}

	.cgd-grid-3,
	.cgd-grid-2 {
		grid-template-columns: 1fr;
	}

	.cgd-info-card,
	.cgd-size {
		padding: 28px;
	}

	.cgd-bottom-cta {
		padding: 62px 0;
	}
}
