.tka-brands-search {
    width: 40%;
    margin: auto;
    position: relative
}

.tka-brands-search input {
    width: 100%;
    padding: 0px 40px;
    border: 0px;
    border-bottom: 1px solid #000 !important;
    font-size: 16px;
}

.tka-search-icon:before {
    content: "\f130";
    font-family: "woodmart-font";
    font-size: 20px;
    position: absolute;
    left: 10px;
    top: 4px;
}

.tka-brands {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 60px;
}

.tka-brand-wrapper {
    flex: 0 0 25%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.tka-brand-label {
    font-size: 60px;
    font-weight: 700;
    line-height: 61px;
    margin-bottom: 20px;
}

.tka-brand-list {
    padding-left: 55px;
}

@media screen and (max-width: 768px) {
    .tka-brands-search{
        width: 100%;
    }

    .tka-brands {
        flex-direction: column;
    }
}