@-webkit-keyframes pulse {
  from {
    scale: 1;
  }
  to {
    scale: 1.1;
  }
}
@keyframes pulse {
  from {
    scale: 1;
  }
  to {
    scale: 1.1;
  }
}
.tcl-tiles-big {
  padding: 30px 0;
}
.tcl-tiles-big__tile {
  margin-bottom: 60px;
}
.tcl-tiles-big__tile-image {
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
  width: 100%;
}
.tcl-tiles-big__tile-image .tcl-button {
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tcl-tiles-big__tile-overlay {
  position: absolute;
  left: 20px;
  top: 20px;
}
.tcl-tiles-big__tile-overlay img {
  height: 140px !important;
  width: auto !important;
}
.tcl-tiles-big__tile-subheading {
  font-weight: 700;
  margin-bottom: 15px;
}
.tcl-tiles-big__tile-heading {
  font-family: "Brandon Grotesque";
  line-height: normal;
  font-style: normal;
  margin-top: 0;
  text-transform: uppercase;
  color: inherit;
  font-weight: 450;
  font-size: 25px;
  position: relative;
  margin-bottom: 30px;
}
.tcl-tiles-big__tile-heading:after {
  content: "";
  height: 3px;
  width: 25px;
  background: #80251C;
  display: block;
}
@media (max-width: 1199px) {
  .tcl-tiles-big__tile-heading {
    font-size: 20px;
  }
}
.tcl-section--butcher .tcl-tiles-big__tile-heading:after {
  background: #80251C;
}
.tcl-section--butcher.inverted .tcl-tiles-big__tile-heading:after, .tcl-butcher .tcl-tiles-big__tile-heading:after {
  background: #D8D8D3;
}
.tcl-section--garden .tcl-tiles-big__tile-heading:after {
  background: #3C4D3E;
}
.tcl-section--garden.inverted .tcl-tiles-big__tile-heading:after, .tcl-garden .tcl-tiles-big__tile-heading:after {
  background: #E5CEBE;
}
.tcl-section--golden_bar .tcl-tiles-big__tile-heading:after {
  background: #AA976B;
}
.tcl-section--golden_bar.inverted .tcl-tiles-big__tile-heading:after, .tcl-golden_bar .tcl-tiles-big__tile-heading:after {
  background: #252626;
}
.tcl-section--secret_bar .tcl-tiles-big__tile-heading:after {
  background: #676767;
}
.tcl-section--secret_bar.inverted .tcl-tiles-big__tile-heading:after, .tcl-secret_bar .tcl-tiles-big__tile-heading:after {
  background: #252626;
}
.tcl-section--baker .tcl-tiles-big__tile-heading:after {
  background: #D3CCB8;
}
.tcl-section--baker.inverted .tcl-tiles-big__tile-heading:after, .tcl-baker .tcl-tiles-big__tile-heading:after {
  background: #252626;
}
.tcl-tiles-big__tile-text p:last-of-type {
  margin-bottom: 30px;
}
.tcl-tiles-big__tile-multiple-buttons .tcl-button {
  margin: 15px 0;
}