/* =====================================================
   Expertise Single — Child Theme Styles
   ===================================================== */

:root {
	--kells-dark: #1D2149;
	--kells-gold: #C49A4C;
	--kells-gold-lt: #F1B434;
	--kells-white: #ffffff;
	--kells-grey: #F5F5F7;
	--kells-text: #333333;
	--kells-radius: 4px;
	--kells-max: 1524px;
	--kells-gap: 2rem;
}

button:hover,
button:focus {
	background: inherit !important;
}

.expertise-single {
	overflow-x: hidden;
	font-family: "Montserrat", Sans-serif;
}

/* ----- Shared utilities ----- */
.btn {
	display: inline-block;
	padding: .75rem 1.75rem;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	cursor: pointer;
	transition: background .2s, color .2s, border-color .2s;
	background-color: #fbb200;
	color: var(--kells-white);
	max-width: 222px;
	width: 100%;
	font-family: "Montserrat", Sans-serif;
	text-align: center;
}

.expertise-how-help__cta-blocks .btn.request-callback,
.expertise-here-to-help__inner .btn.request-callback {
	background: #1f2a44;
}

.btn--outline {
	border: 2px solid var(--kells-white);
	color: var(--kells-white);
	background: transparent;
}

.btn--outline:hover {
	background: var(--kells-white);
	color: var(--kells-dark);
}

.btn--primary {
	background: var(--kells-gold);
	color: var(--kells-white);
	border: 2px solid var(--kells-gold);
}

.btn--primary:hover {
	background: var(--kells-gold-lt);
	border-color: var(--kells-gold-lt);
}

/* =====================================================
   1. BANNER
   ===================================================== */
.expertise-banner {
	position: relative;
	min-height: 420px;
	display: flex;
	align-items: center;
	background-color: #1F2A44;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 6rem 1.5rem 16rem;
	text-align: center;
	color: var(--kells-white);
}

.expertise-banner__inner {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: var(--kells-max);
	margin: 0 auto;
}

.expertise-banner__subtitle-top {
	font-size: 60px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 .5rem;
	font-family: "Montserrat", Sans-serif;
}

.expertise-banner__subtitle-second {
	font-size: 23px;
	font-family: "Montserrat", Sans-serif;
	color: var(--kells-gold-lt);
	margin: 0 0 1rem;
}

.expertise-banner__title {
	font-size: 24px;
	font-weight: 400;
	line-height: 1.15;
	margin: 0 0 2rem;
	color: var(--kells-white);
	font-family: "Montserrat", Sans-serif;
}

.expertise-banner__ctas {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem;
}

.expertise-banner__lawyers {
	margin: 0 0 2rem;
}

.expertise-banner__lawyers-count {
	font-size: 14px;
	font-family: "Montserrat", Sans-serif;
	color: rgba(255, 255, 255, 0.75);
	margin: 0 0 .75rem;
}

.expertise-banner__lawyers-avatars {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.expertise-banner__lawyer-avatar {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: rgba(74, 88, 128, 1);
	border: 2px solid #1F2A44;
	color: var(--kells-white);
	font-size: 28px;
	font-weight: 600;
	font-family: "Montserrat", Sans-serif;
	text-decoration: none;
	transition: background .2s;
	margin-left: -26px;
	overflow: hidden;
}

.expertise-banner__lawyer-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.expertise-banner__lawyer-avatar-overlay {
	position: absolute;
	inset: 0;
	background: rgba(31, 42, 68, 0.5);
	transition: opacity .25s ease;
	pointer-events: none;
}

a.expertise-banner__lawyer-avatar:hover .expertise-banner__lawyer-avatar-overlay {
	opacity: 0;
}

.expertise-banner__lawyer-avatar:first-child {
	margin-left: 0;
}

.expertise-banner__lawyer-avatar:nth-child(1) { background: rgba(74, 88, 128, 1); }
.expertise-banner__lawyer-avatar:nth-child(2) { background: rgba(58, 71, 107, 1); }
.expertise-banner__lawyer-avatar:nth-child(3) { background: rgba(94, 108, 148, 1); }
.expertise-banner__lawyer-avatar:nth-child(4) { background: rgba(45, 58, 92, 1); }
.expertise-banner__lawyer-avatar:nth-child(5) { background: rgba(110, 124, 163, 1); }

a.expertise-banner__lawyer-avatar:hover {
	z-index: 2;
	filter: brightness(1.15);
}

.expertise-banner__lawyer-avatar--overflow{
	width: 100px !important;
	border-radius: 50% !important;
}

.expertise-banner__lawyer-avatar--overflow,
.expertise-banner__lawyer-avatar--overflow:hover,
.expertise-banner__lawyer-avatar--overflow:focus,
.expertise-banner__lawyer-avatar--overflow:active {
	box-sizing: border-box;
	background: var(--kells-gold-lt) !important;
	border: 2px solid #1F2A44 !important;
	color: var(--kells-dark) !important;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 0;
	margin-top: 0;
	font: inherit;
	line-height: normal;
	cursor: pointer;
	outline: none;
}

.expertise-banner__lawyer-avatar--overflow:focus-visible {
	outline: none;
	box-shadow: 0 0 0 3px rgba(241, 180, 52, 0.5);
}

.expertise-banner__lawyer-avatar--extra {
	display: none;
}

.expertise-banner__lawyers-avatars.is-expanded .expertise-banner__lawyer-avatar--extra {
	display: flex;
}

.expertise-banner__wave {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	line-height: 0;
}

.expertise-banner__wave svg {
	display: block;
	width: 100%;
	height: 80px;
}

/* =====================================================
   2. FEATURES
   ===================================================== */
.expertise-features {
	background: transparent;
	color: var(--kells-white);
	z-index: 9;
	position: relative;
}

.expertise-features__inner {
	max-width: var(--kells-max);
	margin: 0 auto;
}

.expertise-features__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 0px;
}

.expertise-features__item {
	text-align: center;
	padding: 2.5rem 2rem;
	border-bottom: 3px solid #fbb200;
}

.expertise-features__item:nth-child(1) {
	background-color: rgba(51, 64, 93, 1);
}

.expertise-features__item:nth-child(2) {
	background-color: rgba(41, 53, 80, 1);
}

.expertise-features__item:nth-child(3) {
	background-color: rgba(38, 49, 76, 1);
}

.expertise-features__item:nth-child(4) {
	background-color: rgba(31, 42, 68, 1);
}

.expertise-features__icon {
	margin: 0 auto 1.25rem;
	width: 72px;
	height: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.expertise-features__icon svg {
	color: rgba(251, 178, 0, 1);
	fill: rgba(251, 178, 0, 1);
}

.expertise-features__icon img {
	max-width: 100%;
	height: auto;
}

.expertise-features__item-title {
	font-size: 23px;
	font-weight: 400;
	color: var(--kells-white);
	margin: 0 0 .75rem;
	font-family: "Montserrat", Sans-serif;
}

.expertise-features__item-desc {
	font-size: 15px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 1);
	font-family: "Montserrat", Sans-serif;
}

/* =====================================================
   3. HERE TO HELP
   ===================================================== */
.expertise-here-to-help {
	background: var(--kells-white);
	padding: 5rem 1.5rem;
}

.expertise-here-to-help__inner {
	max-width: var(--kells-max);
	margin: 0 auto;
}

@media screen and (min-width: 1024px) {
	.expertise-here-to-help__inner {
		display: flex;
		gap: 60px;
		align-items: center;
		justify-content: center;
	}

	.expertise-here-to-help__inner .expertise-here-to-help__content {
		width: 80%;
	}

	.expertise-here-to-help__inner .expertise-here-to-help__videos {
		width: 20%;
	}
}


.expertise-here-to-help__videos__title {
	font-weight: 700;
	color: var(--kells-dark);
	margin: 0 0 1.25rem;
	padding-bottom: 1.25rem;
	font-family: "Montserrat", Sans-serif;
	text-align: center;
	border-bottom: 1px solid #e3e3e3;
	text-align: left;
}

.expertise-here-to-help__title {
	font-size: 40px;
	font-weight: 700;
	color: var(--kells-dark);
	margin: 0 0 1.25rem;
	padding-bottom: 1.25rem;
	font-family: "Montserrat", Sans-serif;
	text-align: center;
	border-bottom: 1px solid #e3e3e3;
}

.expertise-here-to-help__desc {
	font-size: 16px;
	line-height: 1.75;
	color: var(--kells-text);
	margin-bottom: 2rem;
	text-align: center;
}

.expertise-here-to-help__ctas {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.expertise-here-to-help__videos {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	margin-top: 2rem;
}

.video-embed {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	background: #000;
}

.video-embed iframe,
.video-embed video,
.video-embed object,
.video-embed embed {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* =====================================================
   4. HOW CAN WE HELP
   ===================================================== */
.expertise-how-help {
	background-color: var(--kells-white);
	padding: 5rem 1.5rem;
	position: relative;
}

/* Parallax variant */
.expertise-how-help--parallax {
	overflow: hidden;
	/* clips the over-sized __bg div */
}

/* Background image element — 40% taller than section so it never runs out of image */
.expertise-how-help__bg {
	position: absolute;
	top: -20%;
	left: 0;
	width: 100%;
	height: 140%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	will-change: transform;
	z-index: 0;
}

/* Dark overlay */
.expertise-how-help__overlay {
	position: absolute;
	inset: 0;
	background: rgba(250, 250, 250, 0.5);
	pointer-events: none;
	z-index: 1;
}

/* Lift inner content above bg and overlay */
.expertise-how-help--parallax .expertise-how-help__inner {
	position: relative;
	z-index: 2;
}

.expertise-how-help__inner {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.expertise-how-help__title {
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	font-weight: 700;
	color: var(--kells-dark);
	margin: 0 0 1.25rem;
}

.expertise-how-help__desc {
	font-size: 1rem;
	line-height: 1.75;
	color: var(--kells-text);
	margin: auto;
	margin-bottom: 3rem;
}

.expertise-how-help__browse-title {
	font-size: 1.375rem;
	font-weight: 400;
	color: var(--kells-gold-lt);
	margin: 0 0 1.5rem;
}

/* Service cards grid — 4 columns, square cards */
.expertise-how-help__services {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 4px;
	margin-bottom: 3rem;
}

/* Card — square, image fills it, all children layered */
.expertise-how-help__service-card {
	position: relative;
	overflow: hidden;
	aspect-ratio: 1 / 1;
	background: var(--kells-dark);
	cursor: pointer;
}

/* Image layer — fills the card */
.expertise-how-help__service-img {
	position: absolute;
	inset: 0;
	background: var(--kells-grey);
}

.expertise-how-help__service-img a {
	display: block;
	width: 100%;
	height: 100%;
}

.expertise-how-help__service-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .5s ease;
}

.expertise-how-help__service-card:hover .expertise-how-help__service-img img {
	transform: scale(1.07);
}

/* Title bar — always visible at bottom of card */
.expertise-how-help__service-body {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: .75rem 1rem;
	background: rgba(28, 38, 61, 0.88);
	z-index: 2;
}

.expertise-how-help__service-title {
	font-size: .9375rem;
	font-weight: 600;
	margin: 0;
}

.expertise-how-help__service-title a {
	color: var(--kells-white);
	text-decoration: none;
}

/* Description overlay — direct child of card, covers full card on hover.
   Contains the short description + a repeat of the title for context. */
.expertise-how-help__service-desc {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: .75rem;
	padding: 1.25rem;
	margin: 0;
	background: rgba(28, 38, 61, 0.9);
	color: var(--kells-white);
	font-size: .875rem;
	line-height: 1.65;
	text-align: center;
	opacity: 0;
	z-index: 4;
	transition: opacity .35s ease;
}

.expertise-how-help__service-desc p {
	margin: 0;
}

.expertise-how-help__service-desc-title {
	font-size: 1rem;
	font-weight: 700;
	color: var(--kells-gold-lt);
	order: -1;
}

.expertise-how-help__service-card:hover .expertise-how-help__service-desc {
	opacity: 1;
}

/* Responsive — 2 columns on tablet, 1 on mobile */
@media (max-width: 900px) {
	.expertise-how-help__services {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 480px) {
	.expertise-how-help__services {
		grid-template-columns: 1fr;
	}
}

.expertise-how-help__cta-blocks {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 2rem;
	padding-top: 3rem;
	border-top: 1px solid #E5E5E5;
}

.expertise-how-help__cta-title {
	font-size: 40px;
	font-weight: 700;
	color: var(--kells-dark);
	margin: 0 0 .75rem;
}

.expertise-how-help__cta-desc {
	font-size: .9375rem;
	line-height: 1.7;
	color: var(--kells-text);
}

/* =====================================================
   5. FAQ
   ===================================================== */
.expertise-faq {
	background: var(--kells-white);
	padding: 5rem 1.5rem;
}

.expertise-faq__inner {
	max-width: var(--kells-max);
	margin: 0 auto;
}

.expertise-faq__heading {
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	font-weight: 700;
	color: var(--kells-dark);
	text-align: center;
	margin: 0 0 3rem;
	font-family: "Montserrat", Sans-serif;
}

.expertise-faq__description {
	text-align: center;
	margin: 0 0 3rem;
}

/* Two-column grid */
.expertise-faq__columns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px 24px;
	align-items: start;
}

.expertise-faq__column {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

/* Each FAQ card — dark navy */
.expertise-faq__item {
	background: var(--kells-dark);
	border-radius: 8px;
	overflow: hidden;
}

/* Question button */
.expertise-faq__question {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.1rem 1.25rem;
	background: none;
	border: none;
	cursor: pointer;
	text-align: left;
	font-size: .9375rem;
	font-weight: 700;
	color: var(--kells-gold-lt);
	font-family: "Montserrat", Sans-serif;
	line-height: 1.4;
	transition: opacity .2s;
}

.expertise-faq__question:hover {
	opacity: .85;
}

/* Gold circle chevron */
.expertise-faq__chevron-wrap {
	flex-shrink: 0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: var(--kells-gold-lt);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--kells-dark);
	transition: transform .25s ease;
}

.expertise-faq__question[aria-expanded="true"] .expertise-faq__chevron-wrap {
	transform: rotate(180deg);
}

/* Answer panel */
.expertise-faq__answer {
	padding: 0 1.25rem 1.1rem;
	font-size: .9rem;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.85);
	font-family: "Montserrat", Sans-serif;
}

.expertise-faq__answer p:first-child {
	margin-top: 0;
}

.expertise-faq__answer p:last-child {
	margin-bottom: 0;
}

/* Single column on mobile */
@media (max-width: 768px) {
	.expertise-faq__columns {
		grid-template-columns: 1fr;
	}
}

/* =====================================================
   6. BOTTOM CTA
   ===================================================== */
.expertise-bottom-cta {
	background: var(--kells-dark);
	padding: 9rem 1.5rem;
	text-align: center;
	color: var(--kells-white);
	position: relative;
}

.expertise-bottom-cta--parallax {
	overflow: hidden;
}

.expertise-bottom-cta__bg {
	position: absolute;
	top: -20%;
	left: 0;
	width: 100%;
	height: 140%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	will-change: transform;
	z-index: 0;
}

.expertise-bottom-cta__overlay {
	position: absolute;
	inset: 0;
	background: var(--kells-dark);
	opacity: 0.82;
	pointer-events: none;
	z-index: 1;
}

.expertise-bottom-cta--parallax .expertise-bottom-cta__inner {
	position: relative;
	z-index: 2;
}

.expertise-bottom-cta__inner {
	max-width: 760px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.expertise-bottom-cta__inner .btn.request-callback {
	background: transparent;
	border: 1px solid var(--kells-white);
	color: var(--kells-white);
}

.expertise-bottom-cta__title {
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	font-weight: 700;
	color: var(--kells-gold-lt);
	margin: 0 0 1.25rem;
}

.expertise-bottom-cta__desc {
	font-size: 1rem;
	line-height: 1.75;
	color: rgba(255, 255, 255, .85);
}

.expertise-bottom-cta__desc a {
	color: var(--kells-gold-lt);
	text-decoration: underline;
}

/* =====================================================
   7. CALLBACK POPUP
   ===================================================== */
.callback-popup {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
}

.callback-popup[hidden] {
	display: none;
}

.callback-popup__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.75);
	cursor: pointer;
}

.callback-popup__modal {
	position: relative;
	z-index: 1;
	background: #1f2a44;
	color: var(--kells-white);
	border-radius: 8px;
	max-width: 872px;
	width: 100%;
	max-height: 90vh;
	overflow-y: auto;
	padding: 2.75rem 2.5rem 2.5rem;
}

.callback-popup__close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, 0.5);
	background: transparent;
	color: var(--kells-white);
	font-size: 1.125rem;
	line-height: 1;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: border-color .2s, background .2s;
}

.callback-popup__close:focus,
.callback-popup__close:hover {
	border-color: var(--kells-white);
	background: rgba(255, 255, 255, 0.4);
}

.callback-popup__loading {
	text-align: center;
	padding: 3rem 0;
	color: rgba(255, 255, 255, 0.65);
	font-size: .9375rem;
}

.callback-popup__content[hidden] {
	display: none;
}

.callback-popup__title {
	font-size: clamp(1.375rem, 4vw, 1.875rem);
	font-weight: 700;
	color: var(--kells-white);
	text-align: center;
	margin: 0 0 .75rem;
	padding-right: 2rem;
	font-family: "Montserrat", Sans-serif;
}

.callback-popup__subtitle {
	text-align: center;
	color: rgba(255, 255, 255, 0.75);
	font-size: .9375rem;
	line-height: 1.6;
	margin: 0 0 1.5rem;
}

.callback-popup__label {
	font-size: 1.375rem;
	font-weight: 700;
	color: var(--kells-gold-lt);
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .08em;
	margin: 2rem 0 .75rem;
	font-family: "Montserrat", Sans-serif;
}

.callback-popup__subtitle-second {
	text-align: center;
	color: rgba(255, 255, 255, 0.75);
	font-size: .9375rem;
	line-height: 1.6;
	margin: 0 0 1.75rem;
}

.callback-popup__form iframe {
	border: 0 !important;
	width: 100% !important;
	display: block;
}

/* =====================================================
   8. AREA OF EXPERTISE
   ===================================================== */
.expertise-area {
	background: var(--kells-white);
	padding: 5rem 1.5rem;
}

.expertise-area__inner {
	max-width: var(--kells-max);
	margin: 0 auto;
}

.expertise-area__title {
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 700;
	color: var(--kells-dark);
	margin: 0 0 2rem;
	font-family: "Montserrat", Sans-serif;
}

.expertise-area__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 6px;
}

.expertise-area__card {
	position: relative;
	background: var(--kells-dark);
	min-height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	overflow: hidden;
	transition: background .2s;
	border-radius: 10px;
}

a.expertise-area__card:hover {
	background: #2a3560;
}

.expertise-area__card-img {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	transition: transform .4s ease;
}

a.expertise-area__card:hover .expertise-area__card-img {
	transform: scale(1.06);
}

.expertise-area__card-overlay {
	position: absolute;
	inset: 0;
	background: rgba(29, 33, 73, 0.78);
}

.expertise-area__card-body {
	position: relative;
	z-index: 1;
	padding: 1.5rem 1.25rem;
	text-align: center;
}

.expertise-area__card-title {
	font-size: 1rem;
	font-weight: 600;
	color: var(--kells-gold-lt);
	margin: 0;
	line-height: 1.4;
	font-family: "Montserrat", Sans-serif;
}

.expertise-area__card-desc {
	font-size: .8125rem;
	color: rgba(255, 255, 255, 0.8);
	margin: .5rem 0 0;
	line-height: 1.55;
	font-family: "Montserrat", Sans-serif;
}

@media (max-width: 600px) {
	.expertise-area__grid {
		grid-template-columns: 1fr;
	}
}

/* =====================================================
   9. RELATED ARTICLES
   ===================================================== */
.related-articles {
	background: var(--kells-white);
	padding: 5rem 1.5rem;
}

.related-articles__inner {
	max-width: var(--kells-max);
	margin: 0 auto;
}

.related-articles__heading {
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	font-weight: 700;
	color: var(--kells-dark);
	text-align: center;
	margin: 0 0 3rem;
	font-family: "Montserrat", Sans-serif;
}

.related-articles__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.5rem;
}

.related-article-card {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: inherit;
}

.related-article-card__img {
	width: 100%;
	aspect-ratio: 16 / 10;
	background-size: cover;
	background-position: center;
	background-color: var(--kells-grey);
	border-radius: var(--kells-radius);
	transition: transform 0.3s ease;
	overflow: hidden;
}

.related-article-card:hover .related-article-card__img {
	transform: scale(1.03);
}

.related-article-card__body {
	padding: 1rem 0 0;
}

.related-article-card__title {
	font-size: 0.9375rem;
	font-weight: 700;
	color: var(--kells-dark);
	margin: 0 0 0.5rem;
	line-height: 1.45;
	font-family: "Montserrat", Sans-serif;
	transition: color 0.2s;
}

.related-article-card:hover .related-article-card__title {
	color: var(--kells-gold);
}

.related-article-card__excerpt {
	font-size: 0.875rem;
	line-height: 1.65;
	color: var(--kells-text);
	margin: 0;
	font-family: "Montserrat", Sans-serif;
}

.related-articles__cta {
	text-align: center;
	margin-top: 2.5rem;
}

.related-articles__cta .btn {
	max-width: none;
	width: auto;
	padding: 0.75rem 2.5rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-weight: 700;
}

@media (max-width: 900px) {
	.related-articles__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 480px) {
	.related-articles__grid {
		grid-template-columns: 1fr;
	}
}

/* =====================================================
   Responsive tweaks
   ===================================================== */
@media (min-width: 1024px) {
	.expertise-features__inner {
		margin-top: -170px;
	}
}

@media (max-width: 768px) {
	.expertise-banner {
		min-height: 320px;
		padding: 4rem 1.25rem;
	}

	.expertise-features__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.expertise-how-help__services {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 480px) {

	.expertise-features__grid,
	.expertise-how-help__services {
		grid-template-columns: 1fr;
	}
}