.header-proiz {
    max-width: none !important;
}

@media screen and (max-width: 768px) {
    .tags {
        flex-wrap: wrap;
    }

    .tags .btn4 {
        width: 100%;
    }

    .tags .btn4 span {
        width: 100%;
        width: calc(100% - 6px);
    }
}