.bemet-contact-info-wrap {
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}

@media screen and (max-width:1440px) {
  .bemet-contact-info-wrap {
    padding: 50px 0;
  }
}

@media screen and (max-width:991px) {
  .bemet-contact-info-wrap {
    padding: 30px 0;
  }
  .bemet-contact-info-wrap .col-md-6 {
  margin-bottom: 30px
  }
}



.bemet-contact-info-wrap .contact-info {
  justify-content: stretch;
}
.bemet-contact-info-wrap .contact-info-item {
  background: #0f1e49;
  border-radius: 6px;
  text-align: center;
  padding: 40px;
  /* margin-bottom: 30px; */
  width: 100%;
  /* height: 282px; */
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
}
@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;
}
.bemet-contact-info-wrap .contact-info-item .icon .iconfont {
  font-size: 40px;
}
.bemet-contact-info-wrap .contact-info-item .content .title {
  margin-bottom: 18px;
  font-size: clamp(18px, 1.3vw, 24px);
  color: #fff;
  line-height: 1.2;
}
.bemet-contact-info-wrap .contact-info-item .content {
  flex: 1;
}
.bemet-contact-info-wrap .contact-info-item .content span {
  display: block;
  line-height: 1.4;
  font-size: clamp(14px, 0.85vw, 16px);
  font-weight: 600;
  color: #fff;
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  /* -webkit-line-clamp: 2; */
  /* height: 100%; */
}

.bemet-contact-info-wrap .even {
  background: var(--color-primary);
}
.bemet-contact-info-wrap .even a:hover {
  color: #0f1e49;
}
