.business-wrap {
  flex-wrap: wrap;
  cursor: pointer;
  /* justify-content: space-between */
}

.each-business-wrap {
  flex: 0 0 auto;
  width: 375px;
  margin-right: 25px;
  margin-bottom: 60px;
}

.bussiness-div {
  width: 375px;
  height: 250px;
}

.bussiness-img {
  width: 375px;
  height: 250px;
  object-fit: cover;
}

.business-name-line {
  margin-top: 20px;
}

.business-name {
  font-weight: 400;
  font-size: 20px;
  color: #3d3d3d;
  line-height: 20px;
}

.arrow-div {
  width: 20px;
  height: 20px;
  background: url('../images/arrow-black-icon.png') no-repeat;
  background-size: cover;
}

.each-business-wrap:hover .business-name {
  color: #ff6600;
}

.each-business-wrap:hover .arrow-div{
  background-image: url('../images/arrow-orange-icon.png');
}
