﻿.bossgoo-index-partner7 {
  background-color: #fafafa;
}

.bossgoo-index-partner7 .title {
  font-size: 40px;
  font-weight: Bold;
  color: var(--themeColor);
  text-align: center;
  margin-bottom: 40px;
}

.bossgoo-index-partner7 .main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.bossgoo-index-partner7 .main li {
  width: 19%;
  height: 116px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 8px;
  border: solid 1px #ececec;
  margin-bottom: 10px;
}

.bossgoo-index-partner7 .main li img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

@media only screen and (max-width:1040px) {
  .bossgoo-index-partner7 .main {
    margin-top: 10px;
  }
}

@media only screen and (max-width:767px) {
  .bossgoo-index-partner7 .title {
    font-size: .44rem;
    margin-bottom: .3rem;
  }
  .bossgoo-index-partner7 .main li {
    width: 48%;
    height: 70px;
  }
}