.insights-cards-lists {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}
.insight-card {
    box-shadow: 0px 20px 30px 0px rgba(12, 28, 68, 0.1);
}
.insight-content {
    padding: 30px;
}
.insight-card-img a img {
    display: block;
    width: 100%;
    object-fit: cover;
}
.insight-post-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 10px;
}
.insight-post-title a {
    font-size: 100%;
}
.post-date-author {
    display: flex;
    gap: 5px;
    margin-bottom: 15px;
}
.post-date, .post-author {
    color: #FF8214;
}
.post-date span, .post-author span {
    color: #000;
}
.insight-post-cont {
    margin-bottom: 15px;
}
