h3.res-card__title{
	font-size: 15px;
    font-weight: 600;
    margin: 8px 0;
	--title-font-weight: 400;
}

.res-card__meta-top {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 12px;
    flex-direction: column;
    gap: 5px;
}

.res-card__content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.res-card__author-row {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-content: center;
}

.res-card__date {
    font-family: inherit;
    font-size: 12px;
    color: #a0a3bd;
}

.more-case-studies {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.custom-page-image{
	margin-bottom: 0;
}

.custom-page-image img{
	aspect-ratio: 16 / 9;
	object-position: center;
}

.b-single{
	padding-top: 76px;
}

.resource-meta-bar{
	padding: 0 0 76px;
}

.resource-meta{
	background: #FCFCFD;
	border-radius: 0;
	padding: 0;
}

.resource-meta__author img{
	height: 148px;
	width: 148px;
	border-radius: 0;
	border: none;
}




.author-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    background: #FCFCFD;
/*     padding: 20px; */
    gap: 20px;
}

/* Left Image */
.author-left img {
    width: 148px;
    height: 148px;
    object-fit: cover;
}

/* Center Content */
.author-center h2 {
    margin: 0;
    font-size: 24px;
    color: #474A5D;
	font-family: 'Libre Baskerville';
}

.author-center p {
    margin: 8px 0 0;
    color: #757785;
    font-size: 16px !important;
	font-weight: 500;
}

/* Right Content */
.author-right {
    text-align: right;
	display: flex;
    flex-direction: column;
    gap: 16px;
}

.author-right p {
    color: #757785;
    font-size: 16px !important;
	font-weight: 500;
}

.author-right span {
    color: #A3A5AE;
    margin-right: 12px;
}

.resource-meta-left {
    display: flex;
    align-items: center;
    gap: 32px;
}

.resource-meta-right{
	padding: 32px;
}

.resources-post-content li,
.resources-post-content p{
	color: #474A5D !important;
}

.blog__title{
	font-size: 48px;
	font-family: 'Libre Baskerville';
	--title-font-weight: 400;
	color: #2F3551;
}


.resources-content-section h2, h2.section-title,
.resources-post-content h3, h2.section-title{
    font-size: 30px;
    font-weight: bold;
    color: #2F3551;
    padding-bottom: 20px;
    padding-top: 30px;
    font-family: 'Libre Baskerville';
}

.resources-post-content p:last-child{
	margin-bottom: 0;
}

.resources-content-section{
	padding-bottom: 176px;
}

.star-p__demo{
	padding: 0 0 176px;
}

.star-p__security-delivery{
	padding-bottom: 320px;
}

.star-p__security-delivery__title{
	text-align: left;
	margin-bottom: 48px;
}

/* Responsive */
@media (max-width: 768px) {
    .author-card {
        grid-template-columns: 1fr;
		background: transparent;
    }

    .author-right {
        text-align: left;
		gap: 12px;
    }
	
	.resource-meta-left{
		background: #FCFCFD;
		gap: 16px;
	}
	
	.resource-meta-right{
		background: #FCFCFD;
		padding: 16px;
	}
	
	.author-center h2{
		font-size: 20px;
	}
	
	.author-right p{
		font-size: 12px !important;
	}

    .author-left img {
        width: 96px;
        height: 96px;
    }
	
	.blog__title{
		font-size: 24px;
		--title-font-weight: 600;
	}
	
	
	.resources-content-section h2, h2.section-title, .resources-post-content h3, h2.section-title{
		font-size: 24px;
	}
	
	.resources-post-content ol.wp-block-list li,
	.resources-post-content p{
		font-size: 16px !important;
	}
	
	.resources-content-section{
		
	}
	
	
}