/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0
*/

.scheda-tecnica-button a {
  display: inline-block;
  border-radius: 500px;
  background: #e9e4db;
  color: black;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.4s ease;
}
.scheda-tecnica-button a:hover {
  text-decoration: none;
  background: #ddd8cf;
  color: black;
}