.acm-contact .contact-item:before,
.acm-contact .contact-item:after {
  content: " ";
  display: table;
}
.acm-contact .contact-item:after {
  clear: both;
}
.acm-contact .contact-item .contact-name {
  margin-top: 0;
  margin-bottom: 13px;
  font-size: 14px;
  color: #c29032;
  font-family: "Poppins", sans-serif;
}
.acm-contact .contact-item .contact-list > li {
  padding: 6.5px 0;
}
.acm-contact .contact-item .contact-list > li:before,
.acm-contact .contact-item .contact-list > li:after {
  content: " ";
  display: table;
}
.acm-contact .contact-item .contact-list > li:after {
  clear: both;
}
.acm-contact .contact-item .contact-list > li i {
  margin-left: 6.5px;
  float: right;
  margin-top: 3px;
}
.acm-contact .swiper-pagination {
  position: relative;
  text-align: right;
  margin-top: 13px;
}
.acm-contact .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #626262;
  border-radius: 0;
  width: 12px;
  height: 12px;
  margin-right: 0;
  margin-left: 13px;
}
.acm-contact .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #c29032;
}