.main-content .content {
    text-indent: 0;
}

.business-list {
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap;
}

.business-item {
    width: 50%;
    display: inline-block;
    border: 1px solid transparent;
    padding: 10px;
    box-sizing: border-box;
}

.business-item:hover {
    border: 1px solid #8a2f01;
}

.business-item .img-box {
    width: 578px;
    height: 278px;
}

.business-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-name {
    margin-top: 10px;
}