.custom-divi-button {
  font-size: 16px;
  border: none;
}
.custom-divi-button:hover {
  opacity: 0.9;
}
.custom-divi-button .button-text {
  display: inline-block;
}
.custom-divi-button i {
  transition: font-size 0.2s;
}
