/* Start custom CSS for text-editor, class: .elementor-element-9d776ad */a:link { 
  text-decoration: none; 
} 
a{ 
  text-decoration: none; 
} 
a:visited { 
  text-decoration: none; 
} 
a:hover { 
  text-decoration: none; 
} 
a:active { 
  text-decoration: none; 
}

.btn-back {
  border: 2px solid #000; 
  color: white; 
  border-radius: 15px; 
  width: 150px; 
  text-align: center; 
  margin: 50px auto; 
  color: black; 
  padding: 5px 15px;
  transition: 0.3s;
  background: transparent;
  cursor: pointer;
  /*background: #EE7145;*/
}
.btn-back:hover {
  background: #296439;
  color: white;
  
}/* End custom CSS */