/*
** Panels
*/
.panel {
  background-color: #e8e8e8;
  border: none;
  border-radius: 0;
  margin-bottom: 30px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.panel-heading {
  background-color: transparent;
  color: #fff;
  border: none;
  border-radius: 0;
  height: 50px;
}
.panel-title {
  background-color: transparent;
  border: none;
  border-radius: 0;
  display: inline-block;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  left: -30px;
  line-height: 1;
  padding: 12px 40px 12px 20px;
  position: relative;
  top: -20px;
  transform: rotate(-2deg);
}
.panel-footer {
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.panel.no-background {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
