/* Start custom CSS for toggle, class: .elementor-element-cefe185 */.am-whisky h2 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 8px;
}
.am-whisky h3 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 8px;
}
.am-whisky p {
  margin-bottom: 10px;
  line-height: 1.7;
}
.am-whisky a {
  color: #f19800 !important;
  transition: color 0.2s;

}
.am-whisky a:hover,
.am-whisky a:focus {
  color: #bb7000 !important;
  text-decoration: underline;
}
@media (max-width: 700px) {
  .am-whisky h2,
  .am-whisky h3 {
    font-size: 15px;
    margin-top: 18px;
    margin-bottom: 6px;
  }
  .am-whisky p {
    font-size: 15px;
    line-height: 1.6;
  }
}/* End custom CSS */