.hero-caption {
	margin-top: 0 !important;
	margin-bottom: 8rem !important ;
}
section#clients-449 {
	padding-left: 1em;
	padding-right: 1em;
}
section#clients-449 .clients-container {
	max-width: 100%;
	width: 1320px;
	margin: 0 auto;
}

section#clients-449 .clients-container h1.title {
	font-size: 75px;
}
section#clients-449 .clients-container .text {
	font-size: 34px;
	padding: 40px 0px;
}
.my-blog-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	max-width: 84rem;
	margin: 0 auto;
}

.my-blog-card {
	background: #fff;
	border-radius: 0px;
	overflow: hidden;
	box-shadow: 0px 0px 10px #ddd;
	display: flex;
	flex-direction: column;
}

.my-blog-thumb img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	display: block;
}

.my-blog-meta {
	display: flex;
	gap: 15px;
	font-size: 14px;
	padding: 15px 20px 0;
}

.my-blog-title {
	font-size: 18px;
	font-weight: 600;
	padding: 8px 20px;
	line-height: 1.4;
	margin-bottom: 0;
}

.my-blog-author {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px 20px;
	font-size: 14px;
	border-top: 1px solid #eee;
	margin-top: auto;
}

.my-blog-author .avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.my-blog-excerpt {
  padding: 0 20px 8px;
  font-size: 15px;
  color: #555;
  line-height: 1.5;
	margin: 0;
}
.my-blog-btn {
	display: block;
	margin: 15px 20px 20px;
	padding: 8px 16px;
	text-align: center;
	font-weight: 600;
	text-decoration: none;
	background: #3C72E7; 
	color: #fff !important;
	border-radius: 6px;
}

@media only screen and (min-width: 0rem) {
	#content-page-1945 .cta-section .cs-container {
		display: flex;
		align-items: center;
		flex-direction: row;
		gap: 20px;
		justify-content: space-between;
	}
	.cs-topper {
		width: 100%;
		font-weight: 500;
		font-size: 1rem;
		font-family: var(--bodyFont);
		color: var(--headerColor);
		letter-spacing: 0px;
		padding-bottom: 1.5em;
		margin-bottom: 1.5em;
		border-bottom:1px solid var(--headerColor);
	}
	.cs-content-default, .my-blog-grid {
		padding: var(--sectionPadding);
		margin-bottom: 5rem;
	}
	.my-blog-grid {
		padding-top: 0;
	}
	#content-page-1945 .cta-section .cs-container h2 {
		color: #fff !important;
		margin-bottom: 0px !important;
		font-size: clamp(2.1735rem, calc(3.15vw + 0.25rem), 3.15rem) !important;
	}
	#content-page-1945 .cta-section .cs-container p {
		color: #fff;
		margin-bottom: 0;
		margin-top: 2rem;
	}
	.cta-section a {
		color: #fff;
		font-weight: 600;
		background: #3C72E7;
		padding: 0 1.25rem;
		font-size: 0.95em;
		border-radius: 0.35rem;
		min-height: 2.75em;
		display: flex;
		align-items: center;
		text-decoration: none;
		gap: 8px;
		width: max-content;
		text-align: center;
	}
}
@media only screen and (max-width: 64rem) {
	.my-blog-grid {
		grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	}
	section#clients-449 {
		padding-top: 160px; 
	}
	section#clients-449 .clients-container h1.title {
		margin: 0px !important;
	}
	section#clients-449 .clients-container .text {
		padding: 0;
	}
	#content-page-1945 .cta-section .cs-container {
		flex-direction: column;
		align-items: flex-start;
	} 
}
@media only screen and (max-width: 48rem) {
}
