.bemet-contact-info-wrap {
  background-size: cover;
  background-position: center;
  padding: 100px 0 60px;
}
@media (max-width: 767px) {
  .bemet-contact-info-wrap {
    padding: 20px 0 30px 0;
  }
}
.bemet-contact-info-wrap .contact-info {
  justify-content: stretch;
}
.bemet-contact-info-wrap .contact-info-item {
  background: #16161b;
  border-radius: 6px;
  text-align: center;
  padding: 40px;
  margin-bottom: 30px;
  width: 100%;
  height: 286px;
}
@media (max-width: 1440px) {
  .bemet-contact-info-wrap .contact-info-item {
    height: 310px;
  }
}
@media (max-width: 1199px) {
  .bemet-contact-info-wrap .contact-info-item {
    padding: 30px 25px;
  }
}
@media (max-width: 767px) {
  .bemet-contact-info-wrap .contact-info-item {
    margin-bottom: 20px;
  }
}
.bemet-contact-info-wrap .contact-info-item .icon {
  width: 86px;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: #eee6d7;
  border-radius: 50%;
  font-size: 40px;
  line-height: 0;
  color: var(--color-primary);
  margin-bottom: 25px;
  /* overflow: hidden; */
}
.bemet-contact-info-wrap .contact-info-item .icon .iconfont {
  font-size: 40px;
}

.bemet-contact-info-wrap .contact-info-item .icon .iconfont img {
  max-width: 100px;
}
.bemet-contact-info-wrap .contact-info-item .content .title {
  margin-bottom: 18px;
  font-size: 24px;
  color: #fff;
  line-height: 1.2;
  margin-top: 0;
}
@media (max-width: 1119px) {
  .bemet-contact-info-wrap .contact-info-item .content .title {
    font-size: 22px;
  }
}
.bemet-contact-info-wrap .contact-info-item .content span {
  display: block;
  line-height: 1.4;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  display: -webkit-box;
  word-break: keep-all;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  /* -webkit-line-clamp: 2; */
}
.bemet-contact-info-wrap .contact-info-item .content span img {
  max-width: 80px;
}
.bemet-contact-info-wrap .contact-info-item .content span img~img {
  margin-left: 5px
}
.bemet-contact-info-wrap .contact-info-item .content span a {
  color: #fff;
  font-weight: 666;
  font-size: 18px;
}
.bemet-contact-info-wrap .contact-info-item .content span a:hover {
  text-decoration: underline;
}
@media (max-width: 1119px) {
  .bemet-contact-info-wrap .contact-info-item .content span {
    font-size: 15px;
  }
}
.bemet-contact-info-wrap .even {
  background: var(--color-primary);
}


@media(max-width:991px){
  .bemet-contact-info-wrap .contact-info-item {height: 280px;}
}