.g2 .left {
    width: 100%;
}

.sear-list .heading {
    color: #681712;
}

.g2 .left a {
    width: 16.666%;
}

.g2 .left .sear-list a {
    width: 20%;
}

.search {
    width: 100%;
    padding: 0 12px;
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}

.search input {
    border-radius: 48px;
    border: 1px solid #F27318;
    width: 100%;
    padding-left: 24px;
    color: #333;
    font-size: 16px;
    line-height: 20px;
    outline: none;
}

.search input::placeholder {
    color: #333;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 125% */
}

.search_btn {
    padding: 12px;
    border-radius: 100px;
    background: linear-gradient(180deg, #FDAA28 0%, #F85F05 76.92%, #F5711B 100%);
}

.search_btn i {
    color: #FFF0A0;
    font-size: 20px;
}

.search_btn a {
    display: flex;
}

@media (max-width:768px) {

    .g2 .left a,
    .g2 .left .sear-list a {
        width: 25%;
    }
}

@media (max-width:550px) {

    .g2 .left a,
    .g2 .left .sear-list a {
        width: 33.33%;
    }

    .search_btn i {
        font-size: 12px;
    }

    .search {
        width: 100%;
        padding: 0 6px;
        margin-top: 6px;
        gap: 12px;
        margin-bottom: 16px;
    }

    .search input {
        padding-left: 16px;
        font-size: 14px;
        line-height: 16px;
    }

    .search input::placeholder {
        font-size: 14px;
        line-height: 16px;
    }


}