.home-blog {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
    align-items: start;
}

.home-blog-header {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.home-blog-header-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    flex: 1;
}

.home-blog-header-content-subtitle {
    color: #5D5D5D;
    text-align: start;
}