:root {
  --white: white;
  --black: black;
}

a {
  color: #ffa200;
  text-decoration: none;
}

.body {
  background-color: #000;
  background-image: linear-gradient(#000, #000);
}

.section {
  background-color: #000;
  background-image: url('../images/homepage_background_final.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.sticky-nav {
  z-index: 1;
  object-fit: fill;
  background-color: #0006;
  padding: 0;
  position: static;
  inset: 0% 0% auto;
}

.nav-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  object-fit: contain;
  object-position: 0% 50%;
  width: auto;
  height: 100%;
}

.nav-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding: 19px 10px 10px;
  font-family: Lato, sans-serif;
  font-size: 8px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  color: #ffa200;
  text-decoration: none;
}

.nav-link.w--current {
  color: #fff;
  padding-top: 19px;
}

.section-2 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.h1 {
  color: #fff;
  letter-spacing: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
  font-size: 30px;
  display: flex;
}

.h1.gold {
  color: #c09b3f;
}

.text-block {
  color: #ffa200;
  text-align: center;
  letter-spacing: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 154px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  display: flex;
}

.container {
  display: flex;
}

.container.title {
  justify-content: center;
  margin-bottom: 20px;
}

.image {
  opacity: .88;
  margin-left: 0;
  margin-right: 0;
  padding-top: 80px;
  padding-left: 70px;
  padding-right: 70px;
}

.image-2 {
  padding-top: 20px;
}

.section-3 {
  background-image: url('../images/FoodMenusV2.jpg');
  background-position: 50%;
  background-size: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
}

.page-header {
  color: #fff;
  text-align: center;
  letter-spacing: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  display: flex;
}

.container-2 {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 50px;
  display: flex;
}

.container-2.column {
  flex-direction: column;
  align-items: center;
}

.h3 {
  color: #be7900;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.h3.sml {
  font-size: 16px;
}

.section-4 {
  background-color: #000;
  flex-direction: row;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.container-3 {
  flex-direction: column;
  align-items: center;
  padding-left: 80px;
  padding-right: 20px;
  display: flex;
}

.container-4 {
  flex-direction: column;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.container-5 {
  flex-direction: column;
  align-items: center;
  padding-left: 20px;
  padding-right: 80px;
  display: flex;
}

.container-6 {
  flex-direction: column;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.menu-text {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  font-family: Lato, sans-serif;
  font-weight: 300;
  display: flex;
}

.menu-text.black {
  color: #fff;
}

.h2 {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  font-size: 30px;
  display: block;
}

.h2.gold {
  color: #ffa200;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}

.h2.black {
  color: #fff;
}

.h2.orange {
  color: #be7900;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.section-5 {
  background-color: #000;
  padding-top: 0;
  padding-bottom: 40px;
}

.footer {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 30px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.link {
  color: #ffa200;
  text-decoration: none;
}

.text-block-2 {
  color: #fff;
  letter-spacing: 3px;
  font-size: 8px;
}

.image-3, .image-4 {
  padding-top: 20px;
}

.section-7 {
  background-color: #000;
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-7.white {
  background-color: #000;
}

.section-7.white.end {
  padding-bottom: 50px;
}

.container-7 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-left: 70px;
  padding-right: 70px;
  display: flex;
}

.container-8 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 60%;
  display: flex;
}

.image-5 {
  width: 34px;
  height: 34px;
  margin-left: 50px;
  padding-right: 50px;
}

.image-6 {
  margin-left: 60px;
  margin-right: 60px;
}

.icon {
  margin-left: 20px;
  margin-right: 20px;
}

.navbar {
  background-color: #000;
  padding-top: 8px;
  padding-bottom: 8px;
}

.nav-menu {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.container-9 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.container-9.topgap {
  padding-top: 63px;
}

.image-8 {
  padding-top: 9px;
}

.link-2 {
  color: #ffa200;
  text-decoration: none;
}

.image-9 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.container-10 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-text {
  color: #fff;
  letter-spacing: 5px;
  padding-left: 0;
  padding-right: 30px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.title-text.orange {
  color: #ffa200;
}

.section-8 {
  background-image: url('../images/Clapham_aboutus_combined.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
}

.about-us-text {
  color: #ffa200;
  text-align: center;
  letter-spacing: 1px;
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
}

.about-us-text.lg {
  color: #ffa200;
  padding-top: 20px;
  font-size: 28px;
}

.about-us-text.black {
  color: #000;
}

.about-us-text.white {
  color: #fff;
}

.section-9 {
  background-color: #000;
  padding-top: 30px;
  padding-bottom: 100px;
}

.link-3 {
  color: #ffa200;
  text-decoration: none;
}

.link-3.white {
  color: #fff;
}

.section-10 {
  background-image: url('../images/AboutUsP2V2.jpg');
  background-position: 50%;
  background-size: contain;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-11 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-11 {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.image-10, .image-11, .image-12 {
  margin-left: 20px;
  margin-right: 20px;
}

.container-12 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.drink-name {
  color: #be7900;
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.drink-name.black {
  color: #be7900;
}

.drink-name.centre {
  text-align: center;
}

.drink-description {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  padding-left: 0;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.drink-description.orange {
  color: #ffa200;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.drink-description.orange.right {
  text-align: right;
}

.drink-description.centre {
  text-align: center;
  font-size: 12px;
  text-decoration: none;
}

.drink-description.centre.black {
  color: #fff;
  text-align: center;
}

.drink-description.black {
  color: #000;
  text-align: left;
}

.drink-description.bold-text {
  color: #fff;
  margin-bottom: 10px;
  padding-top: 20px;
}

.drink-description.bold-text.big {
  font-size: 20px;
}

.container-13 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-12 {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 50px;
  display: flex;
}

.section-12.white {
  background-color: #000;
  padding-bottom: 50px;
}

.container-14 {
  text-align: center;
  justify-content: flex-start;
  margin-bottom: 61px;
  display: flex;
}

.section-13 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.bold-text {
  color: #ffa200;
  padding-right: 20px;
  font-size: 15px;
  text-decoration: none;
}

.bold-text-2 {
  color: #ffa200;
  font-size: 15px;
  text-decoration: none;
}

.section-14, .section-15, .section-16 {
  background-color: #000;
}

.contact-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-items: stretch;
  margin-top: 40px;
  display: grid;
}

.text-field {
  border-radius: 7px;
}

.text-field.red {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  background-color: #000;
  border: 1px solid #ff002f;
  font-family: Lato, sans-serif;
}

.text-field.blue {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  background-color: #000;
  border: 1px solid #009dff;
  font-family: Lato, sans-serif;
}

.text-field.orange {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  background-color: #000;
  border: 1px solid #ff6a00;
  font-family: Lato, sans-serif;
}

.text-field.purple {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  background-color: #000;
  border: 1px solid #9000ff;
}

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

.submit-button {
  color: #fff;
  letter-spacing: 4px;
  background-color: #000;
  border: 1px solid #d4ff00;
  border-radius: 7px;
  margin-top: 22px;
  padding-top: 9px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.submit-button.orange {
  border-color: #ffa200;
}

.link-4 {
  color: #ffa200;
}

.white-small-link {
  color: #fff;
  font-size: 15px;
}

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

.html-embed {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 50px;
  display: flex;
}

.teq-des-white {
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 29px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.section-food {
  background-image: url('../images/drinks_title_background.jpg');
  background-position: 50%;
  background-size: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
}

.div-block {
  z-index: 4;
  object-fit: fill;
  background-color: #00000059;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: -91px;
  display: block;
  position: fixed;
}

.popup {
  background-color: #0000;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 350px;
  height: 469px;
  margin: auto;
  padding-top: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-13 {
  border-radius: 12px;
  width: 800px;
  height: 400px;
  margin: auto;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.div-block-3 {
  width: 50px;
  height: 50px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.html-embed-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 50px 0;
  display: flex;
}

.image-14 {
  margin-top: 30px;
}

.text-block-3 {
  color: #333;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.italic-text {
  font-style: normal;
}

.link-5 {
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.link-6, .link-7, .link-8, .link-9 {
  padding-bottom: 30px;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.section-17 {
  padding: 50px;
}

.italic-text-2 {
  color: #be7900;
  font-style: italic;
}

.text-block-4 {
  color: #be7900;
  text-align: center;
}

.tooting-clapham-page {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.tooting-button {
  opacity: 0;
  filter: blur(5px);
  background-color: #000000b3;
  border-right: 1px solid #ffa200;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  transition: all 1s cubic-bezier(.246, .003, .25, 1);
  display: flex;
}

.tooting-button:hover {
  opacity: 1;
  filter: blur();
}

.balham-button {
  opacity: 0;
  filter: blur(5px);
  background-color: #000000b3;
  border-left: 1px solid #ffa200;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  transition: all 1s cubic-bezier(.24, .003, .25, 1);
  display: flex;
}

.balham-button:hover, .image-16 {
  opacity: 1;
  filter: blur();
}

.text-block-5 {
  color: #ffa200;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 30px;
}

.div-block-4 {
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.div-block-5 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
}

.bmarket-background {
  background-image: url('../images/AboutUsV2.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 100vh;
}

.clapham-background {
  background-image: url('../images/Clapham_Restaurant.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 100vh;
}

.section-18 {
  background-image: url('../images/ShopFront2.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 100vh;
  padding-top: 50px;
  padding-bottom: 50px;
}

.bold-text-3 {
  font-size: 20px;
}

.div-block-6 {
  background-image: linear-gradient(#ffffffba, #ffffffba);
  flex-direction: column;
  align-items: center;
  padding-bottom: 50px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-7 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 200px;
  padding-top: 50px;
  display: flex;
}

.text-block-6 {
  text-align: center;
  width: 50%;
  padding-top: 50px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.body-2 {
  justify-content: center;
  display: block;
}

.button {
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #d37e00;
  border-radius: 3px;
  width: 100%;
  margin-left: 14px;
  font-family: Lato, sans-serif;
}

.offers-holder {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.image-17, .image-18, .image-19 {
  width: 25%;
  padding-bottom: 2px;
  padding-left: 2px;
  padding-right: 2px;
}

@media screen and (max-width: 991px) {
  .section {
    background-image: url('../images/homepage_background_final.jpg');
    background-position: 50% 0;
    background-size: cover;
    justify-content: flex-start;
    padding-top: 130px;
    padding-bottom: 100px;
  }

  .section-3 {
    background-image: url('../images/FoodMenusV2.jpg');
    background-position: 50%;
    background-size: cover;
    padding-top: 100px;
  }

  .h3 {
    color: #cf8401;
    margin-bottom: 0;
  }

  .menu-text {
    font-weight: 300;
  }

  .container-7 {
    justify-content: flex-start;
  }

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

  .icon-2 {
    color: #fff;
  }

  .image-7 {
    padding-top: 10px;
  }

  .about-us-text.lg {
    padding-top: 16px;
  }

  .container-11 {
    padding-top: 39px;
  }

  .image-11, .image-12 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .container-12 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .drink-name {
    color: #be7900;
    padding-top: 20px;
    padding-bottom: 10px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .drink-description {
    color: #fff;
    text-align: left;
    letter-spacing: 1px;
    font-family: Lato, sans-serif;
    font-size: 12px;
    font-weight: 300;
  }

  .drink-description.orange {
    text-align: center;
  }

  .drink-description.centre {
    font-size: 12px;
  }

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

  .popup {
    width: 50%;
  }

  .image-17 {
    padding-right: 2px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    background-size: auto;
    padding-top: 100px;
    padding-bottom: 130px;
  }

  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    grid-column-gap: 20px;
    text-align: center;
    grid-template-areas: ". Area";
  }

  .image {
    padding-top: 0;
  }

  .section-3 {
    padding-bottom: 100px;
  }

  .section-5 {
    padding-top: 0;
  }

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

  .icon-2 {
    color: #fff;
  }

  .drink-description {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    display: flex;
  }

  .drink-description.orange {
    flex-wrap: nowrap;
  }

  .drink-description.centre {
    text-align: center;
    align-self: center;
    align-items: center;
    padding-left: 0;
  }

  .drink-description.black {
    text-align: left;
  }

  .menu-button-2, .menu-button-3.w--open {
    background-color: #000;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .div-block {
    margin-top: -95px;
  }

  .popup {
    width: 70%;
  }

  .image-13 {
    width: 90%;
  }

  .image-15 {
    margin-left: 61px;
  }

  .link-5, .link-6, .link-7 {
    font-family: Lato, sans-serif;
    font-weight: 300;
  }

  .link-8 {
    padding-top: 0;
    padding-bottom: 30px;
    font-family: Lato, sans-serif;
    font-weight: 300;
  }

  .link-9 {
    padding-bottom: 30px;
    font-family: Lato, sans-serif;
    font-weight: 300;
  }

  .tooting-button, .balham-button {
    opacity: .8;
    filter: blur();
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-6 {
    width: 80%;
  }

  .offers-holder {
    flex-flow: column;
  }

  .image-17, .image-18, .image-19 {
    width: 80%;
  }
}

@media screen and (max-width: 479px) {
  .section {
    background-image: url('../images/homepage_background_final.jpg');
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    border: 1px #000;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-3 {
    background-size: 100%;
  }

  .page-header {
    margin-top: 0;
  }

  .h3 {
    text-align: left;
    flex-direction: column;
    align-items: center;
    display: block;
  }

  .h3.centre {
    text-align: center;
  }

  .section-4 {
    flex-direction: column;
    align-items: center;
  }

  .container-3 {
    text-align: center;
    padding-left: 20px;
    display: flex;
  }

  .container-5 {
    padding-right: 20px;
  }

  .text-block-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 6px;
    line-height: 10px;
    display: flex;
  }

  .container-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .icon-2 {
    color: #fff;
  }

  .menu-button {
    background-color: #000;
  }

  .container-9 {
    margin-bottom: 26px;
  }

  .title-text {
    text-align: center;
    flex-direction: column;
    align-items: center;
    font-size: 30px;
    display: flex;
  }

  .title-text.orange {
    text-align: center;
  }

  .title-text.orange.phone, .title-text.phone, .about-us-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-12 {
    justify-content: center;
  }

  .drink-name.centre {
    text-align: center;
  }

  .drink-description {
    padding-left: 10px;
    padding-right: 10px;
  }

  .drink-description.orange {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }

  .drink-description.centre {
    align-self: center;
    align-items: center;
  }

  .drink-description.centre.black {
    text-align: center;
  }

  .section-12.white {
    justify-content: center;
  }

  .container-15 {
    flex: 0 auto;
  }

  .menu-button-3, .menu-button-3.w--open {
    background-color: #000;
  }

  .div-block {
    margin-top: -188px;
  }

  .popup {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 70%;
    height: 350px;
    inset: 0%;
  }

  .image-13 {
    width: 300px;
    height: 250px;
  }

  .tooting-button {
    opacity: .6;
    filter: none;
  }

  .balham-button {
    opacity: .5;
    filter: blur();
  }

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

  .text-block-6 {
    width: 95%;
    padding-top: 20px;
  }
}
