:root {
  --lines: lightgrey;
  --gold: #fc0;
  --black: #20272f;
  --dark-grey: #959595;
  --gainsboro: #e7e7e7;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

h1 {
  color: #20272f;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 37px;
}

h2 {
  color: #20272f;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 35px;
}

h3 {
  color: #20272f;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}

h4 {
  color: #20272f;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #20272f;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  color: #20272f;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #959595;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

a {
  color: #ff33b4;
  text-decoration: underline;
}

ul, ol {
  color: #959595;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

li {
  margin-bottom: 5px;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  color: #20272f;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-left: 5px solid #e2e2e2;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
  line-height: 35px;
}

.content-section {
  padding-top: 110px;
  padding-bottom: 110px;
}

.content-section.gray {
  background-color: #f8f8f8;
}

.content-section.menu {
  background-image: url('../images/pink-pony-scottsdale.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 80px;
  padding-top: 35px;
  padding-bottom: 0;
}

.content-section.cta {
  background-image: linear-gradient(#00000080, #00000080), url('../images/pink-pony-cake.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-bottom: 75px;
}

.hero-section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/pink-pony.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 249px;
  padding-bottom: 249px;
  display: flex;
  position: relative;
}

.hero-section._404 {
  height: 100vh;
  min-height: 600px;
}

.content-wrapper {
  max-width: 1050px;
  padding-left: 20px;
  padding-right: 20px;
}

.content-wrapper.narrow {
  padding-left: 45px;
  padding-right: 45px;
}

.content-wrapper.menu {
  padding-left: 45px;
  padding-right: 45px;
  position: relative;
  top: 80px;
}

.hero-text {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.title {
  color: #ff33b4;
  font-family: Yellowtail, sans-serif;
  font-size: 30px;
  line-height: 35px;
}

.hero {
  color: #fff;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 70px;
}

.hero-subtitle {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  line-height: 26px;
}

.underline {
  background-color: #ff33b4;
  width: 215px;
  height: 4px;
  margin: 20px auto;
  display: block;
}

.underline.no-bottom-border {
  width: 33%;
  margin-bottom: 0;
}

.scroll-arrow {
  text-align: center;
  width: 100%;
  height: 50px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  transition: opacity .2s;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.scroll-arrow:hover {
  opacity: .85;
}

.scroll-arrow.w--current {
  width: 40px;
  height: 40px;
}

.style-box {
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  margin-bottom: 40px;
  padding: 20px;
}

.yellow {
  color: #fc0;
  margin-bottom: 0;
}

.header-box {
  text-align: center;
  width: 65%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-box.column {
  margin-bottom: 0;
}

.header-box.full {
  text-align: left;
  width: 100%;
}

.flex-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.flex-wrapper.space-between {
  justify-content: space-between;
}

.flex-wrapper.contact-details {
  border-top: 1px solid var(--lines);
  border-bottom: 1px solid var(--lines);
  justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 25px;
}

.flex-wrapper.space-around {
  justify-content: space-around;
}

.intro {
  width: 32%;
}

.intro-image {
  background-image: url('../images/photo-1462539405390-d0bdb635c7d1.jpeg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 300px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.intro-image.w--current {
  overflow: hidden;
}

.intro-image._1 {
  background-image: url('../images/photo-1461962991526-c42c6390a2ad.jpeg');
  background-position: 50%;
}

.intro-image._3 {
  background-image: url('../images/photo-1464196156335-ba43aa8bea6a.jpeg');
  background-position: 50%;
}

.intro-text {
  background-color: #20272f;
  padding: 20px 23px 18px;
}

.title-link {
  color: #ff33b4;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  display: block;
}

.text-link {
  color: #848484;
  font-family: Roboto Mono, sans-serif;
  font-size: 12.5px;
  text-decoration: none;
}

.text-link:hover {
  text-decoration: underline;
}

._50-percent-column {
  width: 50%;
  padding-right: 10px;
  position: relative;
}

._50-percent-column.text {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  min-height: 465px;
  display: flex;
}

._50-percent-column.image-1 {
  background-image: url('../images/pink-pony-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

._50-percent-column.inner-padding {
  border-bottom-style: none;
  align-items: center;
  padding: 40px 45px 30px;
  display: flex;
}

._50-percent-column.contact-form {
  background-color: #f8f8f8;
  padding: 35px;
}

._50-percent-column.last {
  border-bottom-style: none;
}

._50-percent-column.image-gallery {
  background-image: url('../images/pink-pony-3.jpg');
  background-position: 50%;
  background-size: cover;
}

._50-percent-column.menu {
  border-bottom: 1px solid var(--lines);
  padding-top: 35px;
  padding-bottom: 20px;
}

._50-percent-column.menu.last {
  border-bottom-style: none;
}

._50-percent-column.menu-right {
  border-bottom: 1px solid var(--lines);
  padding-top: 35px;
  padding-bottom: 20px;
  padding-left: 20px;
}

._50-percent-column.menu-right.last {
  border-bottom-style: none;
}

.hide {
  display: none;
}

.lightbox {
  background-image: url('../images/photo-1464195391377-cc578ce67dd7.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.lightbox._2 {
  background-image: url('../images/photo-1464196156335-ba43aa8bea6a.jpeg');
}

.lightbox._3 {
  background-image: url('../images/photo-1452776145041-517a74be1f14.jpeg');
}

.slider {
  height: 100%;
  position: absolute;
  inset: 0;
}

.right-arrow {
  opacity: .85;
  background-color: #20272f;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 44px;
  height: 44px;
  transition: opacity .2s;
}

.right-arrow:hover {
  opacity: 1;
}

.slide-arrow {
  color: #fc0;
  font-size: 19px;
}

.left-arrow {
  opacity: .85;
  background-color: #20272f;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 44px;
  height: 44px;
  transition: opacity .2s;
}

.left-arrow:hover {
  opacity: 1;
}

.column-image {
  background-image: url('../images/pink-pony-restaurant.jpg');
  background-position: -106px;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  display: flex;
}

.image-subtitle {
  background-color: #20272f;
  width: 100%;
  padding: 20px 20px 18px;
}

.subtitle {
  color: #848484;
  font-family: Roboto Mono, sans-serif;
  font-size: 12.5px;
}

.service-box {
  text-align: center;
  background-image: linear-gradient(#20272ff7, #20272ff7), url('../images/photo-1461962931919-6c1b5f30ef42.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32.5%;
  min-height: 380px;
  padding: 33px;
  display: flex;
  position: relative;
}

.service-icon {
  background-color: #303943;
  border-radius: 50%;
  width: 105px;
  height: 105px;
  margin-bottom: 20px;
}

.service-icon._1 {
  background-image: url('../images/Truck_1Truck.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 53px;
}

.service-icon._2 {
  background-image: url('../images/Dinner_1Dinner.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 47px;
}

.service-icon._3 {
  background-image: url('../images/Menu_1Menu.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 36px;
}

.white {
  color: #fff;
}

.less-line-height {
  line-height: 27px;
}

.rounded-button {
  z-index: 10;
  color: #fff;
  border: 3px solid #fc0;
  border-radius: 35px;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  height: 50px;
  margin-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Roboto Mono, sans-serif;
  font-size: 12px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  position: relative;
}

.rounded-button:hover {
  background-color: #fc0;
}

.rounded-button.top-border {
  margin-top: 30px;
}

.cta {
  color: #fff;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 58px;
}

.big {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 55px;
}

.map {
  filter: grayscale();
  height: 100%;
  min-height: 657px;
}

.success-message {
  background-color: #0000;
}

.field-label {
  color: #20272f;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-left: 10px;
  font-family: Oswald, sans-serif;
  font-size: 13px;
}

.text-field {
  border: 1px solid var(--lines);
  color: #959595;
  border-radius: 5px;
  height: 54px;
  margin-bottom: 30px;
  padding-left: 60px;
  font-family: Open Sans, sans-serif;
  transition: border .2s;
}

.text-field:hover, .text-field:focus {
  border-color: #3da4ff;
}

.text-field.name {
  background-image: url('../images/Name_1Name.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 52px;
  transition: border .2s;
}

.text-field.mobile {
  background-image: url('../images/Mobile-1_1Mobile (1).png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 52px;
}

.text-field.email {
  background-image: url('../images/Email-1_1Email (1).png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 52px;
}

.text-field.message {
  height: 120px;
  padding-top: 16px;
  padding-left: 20px;
}

.submit {
  text-transform: uppercase;
  background-color: #20272f;
  border-radius: 3px;
  width: 100%;
  height: 50px;
  font-family: Roboto Mono, sans-serif;
  font-size: 12px;
  transition: background-color .2s;
}

.submit:hover {
  background-color: #020303;
}

._33-percent-column {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33%;
  display: flex;
}

._33-percent-column.no-right-border {
  text-align: center;
  border-right-style: none;
  padding: 20px 10px;
}

._33-percent-column.contact-details {
  border-right: 1px solid var(--lines);
  color: var(--lines);
  text-align: center;
  padding: 20px 10px;
}

._33-percent-column.footer {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

._33-percent-column.footer-logo {
  justify-content: flex-start;
  align-items: flex-start;
}

._33-percent-column.column-start {
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 40px;
}

._33-percent-column.top-center {
  padding-top: 40px;
  padding-bottom: 30px;
  transition: opacity .2s;
}

._33-percent-column.top-center:hover {
  opacity: .85;
}

._33-percent-column.top-left {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 30px;
}

._33-percent-column.top-right {
  text-align: right;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 30px;
}

.title-detail {
  font-family: Oswald, sans-serif;
  font-size: 22px;
  line-height: 35px;
}

.footer {
  background-color: #20272f;
}

.mini-title {
  color: #ff33b4;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 15px;
  font-family: Oswald, sans-serif;
  font-size: 12.5px;
}

.footer-link {
  color: #fff;
  width: 100%;
  margin-bottom: 15px;
  font-family: Roboto Mono, sans-serif;
  font-size: 12.5px;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.footer-link:hover {
  color: var(--gold);
  display: block;
}

.footer-paragraph {
  font-family: Roboto Mono, sans-serif;
  font-size: 12.5px;
  line-height: 26px;
}

.contact-details-item {
  width: 100%;
  margin-bottom: 20px;
}

.contact-details-item.last {
  margin-bottom: 0;
}

.footer-notice {
  background-color: #1d242b;
  padding-top: 25px;
  padding-bottom: 20px;
}

.body {
  color: #959595;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.footer-notice-text {
  color: #959595;
  text-align: center;
  font-size: 10px;
}

.bar {
  color: #ff33b4;
}

.footer-logo-link.w--current {
  transition: opacity .2s;
}

.footer-logo-link.w--current:hover {
  opacity: .8;
}

.menu-transparent-bg {
  background-color: #fff3;
  border-radius: 5px;
  padding: 7px;
}

.menu-background {
  background-color: #fff;
  border: 2px solid #e7e7e7;
  border-radius: 5px;
  padding: 50px 50px 35px;
  overflow: auto;
}

.title-and-price {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.menu-title {
  width: 80%;
}

.menu-price {
  text-align: center;
  width: 20%;
}

.food-title {
  color: #20272f;
  font-weight: 700;
  line-height: 20px;
}

.small {
  font-size: 12.5px;
  line-height: 25px;
}

.tab-link {
  color: #959595;
  background-color: #0000;
  margin-bottom: -1px;
  padding-left: 10px;
  padding-right: 50px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.tab-link:hover {
  border-bottom: 1px solid #fc0;
}

.tab-link.w--current {
  color: #20272f;
  background-color: #0000;
  border-bottom: 1px solid #fc0;
  padding-right: 48px;
  font-weight: 600;
}

.tab-menu {
  border-bottom: 1px solid #e7e7e7;
}

.nav-menu {
  float: none;
  text-align: center;
  border-top: 2px solid #ff33b4;
  width: 100%;
}

.nav-menu.no-top-line {
  border-top-style: none;
}

.navlink {
  color: #20272f;
  text-transform: uppercase;
  height: 85px;
  margin-right: 30px;
  padding-top: 35px;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  font-weight: 400;
  transition: border .1s cubic-bezier(.25, .46, .45, .94);
}

.navlink:hover {
  border-bottom: 3px solid #ff33b4;
}

.navlink.w--current {
  color: #20272f;
  border-bottom: 3px solid #ff33b4;
}

.top-menu-links {
  color: #959595;
  font-family: Roboto Mono, sans-serif;
  font-size: 13px;
  text-decoration: none;
}

.top-menu-links:hover {
  text-decoration: underline;
}

.navbar {
  z-index: 100;
  background-color: #ffe8fb;
  width: 100%;
}

.top-line {
  background-color: #ff33b4;
  width: 100%;
  height: 4px;
}

.signature {
  margin-top: 15px;
}

.smaller {
  font-size: 50px;
}

.menu-price-text {
  font-family: Roboto Mono, sans-serif;
  font-size: 14px;
}

.hidden-box {
  text-align: left;
  width: 100%;
  padding: 33px 33px 30px;
  display: none;
  position: absolute;
  inset: 0;
  overflow: auto;
}

.show-box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.question-item {
  border-bottom: 1px solid var(--lines);
  margin-bottom: 60px;
  padding-bottom: 20px;
}

.fixed-navbar {
  z-index: 10;
  background-color: #fff;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.checkmark {
  margin-bottom: 20px;
}

.plus-button {
  background-color: #ff33b470;
  background-image: url('../images/Plus_1Plus.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  width: 35px;
  height: 31px;
  transition: background-color .2s;
  position: absolute;
  bottom: 0;
  right: 0;
}

.plus-button:hover {
  background-color: #ffcc00f2;
}

.stars {
  margin-bottom: 10px;
}

.star {
  margin-right: 5px;
}

.button {
  color: #20272f;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fc0;
  border-radius: 3px;
  min-width: 200px;
  padding: 16px 22px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .2s;
  display: inline-block;
}

.button:hover {
  opacity: .9;
}

.button.top-border {
  background-color: #ff33b4;
  margin-top: 25px;
}

.scroll-more {
  color: #ff33b4;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.update {
  text-align: center;
  background-color: #fdff39;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-top: 10px;
  margin-left: 30px;
  padding-top: 6px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.update-text {
  color: var(--black);
  margin-top: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
}

.video {
  margin-bottom: 20px;
}

.map-image {
  background-image: url('../images/pink-pony.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.link {
  color: #ff33b4;
}

.div-block {
  padding-top: 20px;
  padding-bottom: 20px;
}

.grid {
  grid-column-gap: 51px;
  grid-row-gap: 51px;
  grid-template-rows: auto;
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .header-box {
    width: 80%;
  }

  .column-image {
    flex: 1;
  }

  ._33-percent-column.top-center {
    width: 100%;
  }

  ._33-percent-column.top-left, ._33-percent-column.top-right {
    display: none;
  }

  .nav-menu {
    background-color: #fff;
  }

  .navlink {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
  }

  .burger-menu {
    color: #20272f;
  }

  .menu-button.w--open {
    background-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .content-wrapper.menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-box {
    width: 90%;
  }

  .intro {
    width: 48.5%;
    margin-bottom: 20px;
  }

  ._50-percent-column, ._50-percent-column.text {
    width: 100%;
  }

  ._50-percent-column.image-1 {
    width: 100%;
    height: 465px;
  }

  ._50-percent-column.inner-padding {
    width: 100%;
    height: auto;
    padding-top: 0;
  }

  ._50-percent-column.image-gallery {
    width: 100%;
    height: 465px;
  }

  ._50-percent-column.menu.last {
    border-bottom-style: solid;
  }

  ._50-percent-column.menu-right {
    padding-left: 0;
  }

  .column-image {
    flex: 0 auto;
    height: 600px;
    margin-bottom: 60px;
  }

  .service-box {
    width: 48.5%;
    margin-bottom: 20px;
  }

  .map {
    height: 600px;
  }

  ._33-percent-column.no-right-border {
    width: 100%;
  }

  ._33-percent-column.contact-details {
    border-bottom: 1px solid #e7e7e7;
    border-right-style: none;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._33-percent-column.footer {
    width: 50%;
  }

  ._33-percent-column.footer-logo {
    align-items: center;
    width: 100%;
    margin-bottom: 50px;
  }

  ._33-percent-column.column-start {
    width: 50%;
  }

  .menu-background {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-link {
    width: 100%;
    height: 52px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .tab-link.w--current {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .content-wrapper.narrow {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero {
    font-size: 50px;
    line-height: 1.3em;
  }

  .underline.no-bottom-border {
    min-width: 180px;
  }

  .intro {
    width: 100%;
  }

  ._50-percent-column.inner-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .service-box {
    width: 100%;
  }

  ._33-percent-column.footer {
    width: 100%;
    margin-bottom: 30px;
  }

  ._33-percent-column.column-start {
    width: 100%;
    padding-left: 0;
  }

  .button {
    min-width: 180px;
  }
}


