.dmw-elementor-custom-cta {
  display: flex;
  text-align: center;
}
.dmw-elementor-custom-cta-center {
  justify-content: center;
}
.dmw-elementor-custom-cta-left {
  justify-content: flex-start;
}
.dmw-elementor-custom-cta-right {
  justify-content: flex-end;
}
.dmw-elementor-custom-cta a {
  display: inline-block;
  margin-bottom: 10px !important;
  position: relative;
  transition: all 0.3s;
}
.dmw-elementor-custom-cta a::after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 2px;
}
.dmw-elementor-custom-cta a:hover, .dmw-elementor-custom-cta a:focus {
  opacity: 0.8;
}
.dmw-elementor-custom-cta a i {
  margin: 0 6px 0 0;
}
