.header-section {
    padding: 70px 0;
    background: #061b27;
}

.head h4 {
    margin: 0;
}

.event-category .tag {
    margin: 0 10px 10px 0;
    padding: 4px 10px;
    border-radius: 10px;
    border-width: 0;
    line-height: 1.13;
}

.improvements.event-category .tag {
    background: #dcfaee;
    color: #23986b;
}

.changes.event-category .tag{
    background: #b5c0ff;
    color: #3f51b5;
}

.issue-fix.event-category .tag {
    background: #fdc9da;
    color: #d04473;
}

.new.event-category .tag {
    background: #efdead;
    color: #5a4747;
}

.performance.event-category .tag {
    background: #e6ace8;
    color: #573658;
}

.enhancements.event-category .tag {
    background: #6491b9;
    color: #ffffff;
}
.updates.event-category .tag {
    background: #ade8ef;
    color: #5a4747;
}

@media (max-width: 767px) {
    .head{
        padding-top: 0;
    }

    .event-category .tag{
        position: relative;
        inset: 0;
    }
}