.index-banner {
  position: relative;
  z-index: -1;
}
.index-banner-bg {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
}
.index-banner-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  padding: 20px;
  background: #fff;
  opacity: 0.95;
  text-align: center;
  font-size: 4.5rem;
  font-weight: bold;
  transform: translateY(-50%);
}
.friends-container {
  height: 38px;
  background: #000;
  max-width: 1000px;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  background: url("../images/index/friends.png") no-repeat;
  background-size: 100% 100%;
}
.business-container {
  width: 1000px;
  margin: 40px auto;
  display: flex;
  flex-wrap: wrap;
}

.business-col-1 {
  overflow: hidden;
  width: 25%;
  padding: 10px 30px;
}

.business-col-2 {
  overflow: hidden;
  width: 50%;
  padding: 10px;
}

.business-box {
  background: #ffffff;
  box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.08);
  border-radius: 41px;
  display: flex;
  align-items: center;
  padding: 20px 20px;
  height: 100%;
  justify-content: center;
  text-decoration: none;
}
.business-col-1 .business-box {
  flex-direction: column;
}
.business-col-1:hover .business-box {
  box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.1);
}

.business-col-2 .business-box {
  flex-direction: row;
}
.business-col-1 .business-img {
  background: #f6f6f6;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.business-col-1 .business-img img {
  display: block;
  max-width: 50px;
  max-height: 50px;
}

.business-col-1:hover .business-img img {
  max-width: 56px;
  max-height: 56px;
}
.business-col-2 .business-img img {
  height: 62px;
}
.business-name {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.business-col-2 .business-name {
  font-size: 36px;
}
.business-col-2 .business-name {
  margin-left: 17px;
}
