.attorney-blog-posts-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.blog-post-title h3 {
	font-family: "Bebas Neue", Sans-serif !important; 
	color: #0c3b60;
	font-size: 40px !important;
	font-weight: bold;
	line-height: 40px;
	text-transform: uppercase;
}

.attorney-blog-post-card {
    display: flex;
    align-items: center;
    background: #fafafa;
    padding: 20px;
    box-shadow: 5px 5px 10px 0px #cbcbcb;
    border-radius: 0px;
}

.attorney-blog-post-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 60px;
    font-family: "Bebas Neue", Sans-serif;
    color: #0C3B60;
    text-align: center;
}

.attorney-blog-post-date .month {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

.attorney-blog-post-date .day {
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
}

.attorney-blog-post-date .year {
    font-size: 16px;
    font-weight: bold;
}

.attorney-blog-post-divider {
    width: 1px;
    height: 60px;
    background: #000;
    margin: 0 20px;
}

.attorney-blog-post-content {
    flex: 1;
}

.attorney-blog-post-content .post-title {
    font-size: 36px;
    color: #FFB500
	font-family: "Montserrat", Sans-serif;
	font-weight: 600 !important;
    text-decoration: none;
    font-weight: bold;
}