.property-section .property-business .col {
    height: 340px;
    padding: 10px;
}

.property-section .property-business .property-business-box {
    --tw-ring-shadow: 0 0 #0000;
    --tw-ring-offset-shadow: 0 0 #0000;
    background-color: #fff;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), -5px 5px 0px 0px rgba(0,0,0,0.05);
    overflow: hidden;
}

.property-business-box .header-property-business-img {
    position: relative;
    width: 100%;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.property-business-box .header-property-business-img img {
    position: absolute;
    width: 100%;
    height: 100%;
}

.property-business-box .header-property-business-img img {}

.property-business-box .header-property-business-img .header-sub-img {
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    border: 1px solid #fff;
    top: 77%;
    left: 1%;
    background-color: #dedede;
}

.property-business-box .header-property-business-img .header-sub-img img {
    width: 100%;
}

.property-business-box .card-body {
    height: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.property-business-box .card-title {
    width: 100%;
    text-align: center;
    font-weight: bold;
    top: -7%;
}

.property-business-box .business-products {
    width: 100%;
    display: flex;
    justify-content:space-evenly
}

.property-business-box .business-products .business-products-item {
    width: 70px;
    height: 70px;
    border: 1px solid #dedcdc;
    border-radius: 5px;
    transition: 0.2s;
}

.property-business-box .business-products .business-products-item:hover {
    transform: scale(1.1)
}

.property-business-box .show-business-link {
    text-decoration: underline;
    color: blue;
    text-align: center;
}

.business-products-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.business-products-item img {
    width: 90%;
}

@media screen and (max-width: 768px) {
    .property-business {
        min-width: 400px;
        overflow-x: auto;
    }

    .property-business .row {
        min-width: 1400px;
        overflow-x: auto;
    }
}