.flr-author-card-content {
    display: flex;
    align-items: center;
    gap: 35px;
}
.flr-author-card h2{
    margin-top: 0;
    color:#0A246A;
}
.flr-author-card {
    background: #fff;
    padding: 50px;
    width: 45%;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);

}

.flr-author-image img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.flr-author-body {
    flex: 1;
}

.flr-author-name {
    margin: 0 0 5px;
    font-size: 1.1em;
    font-weight: bold;
}

.flr-author-description {
    font-size: 0.95em;
    color: #0A246A;
    margin: 0 0 5px;
}
.flr-author-name{
    color: #0A246A;
}
.flr-post-date {
    font-size: 0.85em;
    color: #0A246A;
}
