.bossgoo-index-contact26 .contactList {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bossgoo-index-contact26 .contactList li {
  width: 30%;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.bossgoo-index-contact26 .contactList li .iconfont {
  color: var(--themeColor);
  font-size: 48px;
  margin-bottom: 10px;
}
.bossgoo-index-contact26 .contactList li .contactWay {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
}
.bossgoo-index-contact26 .contactList li .contactDetails {
  text-align: center;
}

@media only screen and (max-width:1040px) {
  .bossgoo-index-contact26 .contactList {
    flex-direction: column;
  }
  .bossgoo-index-contact26 .contactList li{
    width: 100%;
    margin-bottom: .6rem;
  }
  .bossgoo-index-contact26 .contactList li .contactDetails{
    width: 80%;
    line-height: 1.5;
  }
  .bossgoo-index-contact26 .contactList li .iconfont {
    color: var(--themeColor);
    font-size: .84rem;
    margin-bottom: .2rem;
  }
}
