/* Start custom CSS for text-editor, class: .elementor-element-7cef945 */.button {
  display: block;
  background: #5b8947;
  width: 100%;
  padding: 1rem;
  border-radius: .6rem;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  letter-spacing: .10rem;
  transition: .2s;
}

.button:hover {
  opacity: .7;
}/* End custom CSS */