/* Start custom CSS */h2 {
    font-size:32px !important;
    margin-top:20px;
    margin-bottom:20px;
}

h3 {
    font-size: 32px !important;
    margin-top:20px;
    margin-bottom:20px;
}

@media only screen and (max-width: 600px) {
  h2 {
    font-size:20px !important;
  }
  h3 {
      font-size: 20px !important;
  }
}

.elementor-container .elementor-button-link{
    border-radius: 10px !important
}/* End custom CSS */