.business-filter .row.my-3 {
    align-items: center;
}

.section-title h4 {
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    color: #111;
    display: flex;
    align-items: center;
}



.section-title h4 b {
    background: transparent !important;
    padding: 0 !important;
    margin: 0;
    font-size: 26px;
    font-weight: 700;
    color: #111;
}

.ownership-search-area {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ownership-search-area select {
    height: 44px;
    padding: 0 40px 0 16px;
    border-radius: 25px;
    border: 1px solid #e6e6e6;
    background: #fff;
    font-size: 14px;
    color: #444;
    outline: none;
    appearance: none;
    cursor: pointer;
    min-width: 200px;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23333' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M5 7l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
}

.ownership-search-area input {
    height: 44px;
    border-radius: 25px;
    border: 1px solid #e6e6e6;
    padding: 0 16px 0 40px;
    font-size: 14px;
    line-height: 24px;
    color: #0A0D14;
    font-weight: 400;
    outline: none;
    min-width: 260px;
    background-image: url("../img/search-line.svg");
    background-repeat: no-repeat;
    background-position: 12px center;
}

.ownership-search-area i {
    display: none;
}

.ownership-search-area {
    position: relative;
}

.ownership-search-area button {
    display: none;
}

.ownership-search-area select:focus,
.ownership-search-area input:focus {
    border-color: #d0d0d0;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.03);
}

.business-filter .featured__item {
    padding: 10px;
    border-radius: 20px;
    background-color: #fff;
    border: 1px solid #E4E5E7;
    box-shadow: 0px 4px 21px 0px #0000000F;
    margin-bottom: 20px;

}

.business-filter .featured__item .featured__item__pic {
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
}

.business-filter .featured__item .featured__item__text {
    margin: 0;
    padding: 0;
}

.business-filter .featured__item .featured__item__text p {
    font-size: 12px;
    line-height: 16px;
    color: #0A0D14;
    font-weight: 400;
    margin-bottom: 12px;
}

.business-filter .featured__item .featured__item__text .phone-number {
    font-size: 12px;
    font-weight: 500;
    color: #0A0D14;
    line-height: 18px;
    margin-bottom: 12px;
}

.business-filter .featured__item .featured__item__text .rating {
    font-size: 12px;
    font-weight: 500;
    color: #0A0D14;
    line-height: 18px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.business-filter .featured__item .featured-info-badge{
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    color:#0A0D14;
}

.business-filter .featured__item .featured__item__text .slogan {
    font-size: 12px;
    font-weight: 500;
    color: #0A0D14;
    line-height: 18px;
    margin-left: 10px;
    display: flex;  
    align-items: center;
}

.business-filter .featured__item .featured__item__text .slogan img {
    margin-right: 4px;
}

.business-filter .featured__item h4 {
    font-size: 12px;
    line-height: 16px;
    color: #0A0D14;
    font-weight: 500;
}

@media (max-width: 768px) {
    .ownership-search-area {
        flex-direction: column;
        align-items: stretch;
    }

    .ownership-search-area input,
    .ownership-search-area select {
        width: 100%;
    }

    .ownership-search-area::after {
        right: 20px;
    }
}