.hero-button .avia-button {
	letter-spacing: 1px;
	font-weight: bold !important;
	transition: .5s;
    padding-block: 15px !important;
}
.hero-button .avia-button:hover {
	background: #fff !important;
	color: var(--secondary-color) !important;
	opacity: 1;
}
.post-card.flex_column:before,
.post-card.flex_column:after {
	display: none;
}
img.post-thumbnail {
    aspect-ratio: 4/3;
    object-fit: cover;
    object-position: center;
}
.post-card {
    background-color: #fff;
	transition: 0.5s
}
.post-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 4px 8px 6px #e3e3e3;
}
.post-card .post-content,
.post-card .post-name {
    padding-inline: 25px;
}
.post-card .post-name {
	color: #333;
	font-weight: bold;
	margin-top: 15px;
}
.post-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 25px;
    padding-bottom: 30px;
}
span.post-name {
    font-weight: bold;
	padding-inline: 25px;
}
.post-card .date {
    display: flex;
    gap: 6px;
	margin-bottom: 10px;
}
.post-card .false-link {
    font-size: 16px !important;
    border: 1px solid !important;
	display: inline-block;
	padding: 12px 18px;
	border-radius: 6px;
    line-height: 16px !important;
}