:root {
  --primary-font: "caecilia", sans-serif;
  --secondary-font: "news-gothic-std", sans-serif;
  --decorative-color: #c49c74;
}

.anchor {
  position: absolute;
  top: 0;
}

.acm-section .button:not(.booking-trigger),
.acm-section input[type=submit].button:not(.booking-trigger) {
  font-family: var(--secondary-font);
  font-style: normal;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  box-shadow: 5px 5px 0 0 var(--decorative-color);
  text-decoration: none;
  min-width: 147px;
}
.acm-section .button:not(.booking-trigger):hover,
.acm-section input[type=submit].button:not(.booking-trigger):hover {
  box-shadow: none;
  color: #231f20;
}
.acm-section a {
  color: #231f20;
  text-decoration: underline;
}
.acm-section a:hover {
  color: #8e704e;
}

#footer a {
  text-decoration: none;
}

.cbd-provision #photos .slide .caption {
  display: block;
  width: 45%;
  right: 15%;
  bottom: 5%;
  left: initial;
  top: initial;
  transform: none;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  text-align: left;
  border: 2px solid var(--decorative-color);
  padding: 30px;
  font-family: var(--secondary-font);
  text-transform: uppercase;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.06em;
}
.property .cbd-provision #photos .slide .caption {
  display: block;
}
.cbd-provision #photos .slide .caption span {
  display: block;
  font-family: var(--primary-font);
  font-size: 28px;
  margin: 15px 0 6px;
  letter-spacing: 0.2em;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .cbd-provision #photos .slide .caption {
    width: initial;
    left: 15%;
  }
}
@media only screen and (max-width: 449px) {
  .cbd-provision #photos .slide .caption {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  #photos {
    height: 50vh;
  }
}

.page-content p {
  font-style: normal;
  font-family: var(--primary-font);
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 600;
  line-height: 1.8;
}

#content {
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  padding: 0;
  margin: 0;
}

.newsletter-section {
  position: relative;
  background-color: transparent;
  padding: 0 20px 127px;
}
@media only screen and (max-width: 767px) {
  .newsletter-section {
    padding-bottom: 155px;
  }
}
.newsletter-section .page-content {
  margin-bottom: 30px;
}
.newsletter-section .page-content h4 {
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--primary-font);
  margin-bottom: 15px;
  font-style: normal;
}
.newsletter-section .page-content .content {
  font-style: normal;
  font-family: var(--primary-font);
}
.newsletter-section #newsletter {
  display: block;
  max-width: 1570px;
  padding: 0;
  margin: 0 auto;
  z-index: 0;
}
.newsletter-section #newsletter:after {
  content: "";
  position: absolute;
  background: url("../../images/templates/cbd-provision/newsletter.png");
  width: 200px;
  height: 225px;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -130px;
  right: -12px;
  z-index: -1;
}
.newsletter-section #newsletter form {
  border: 2px solid #000;
  width: 85%;
  margin: 0 auto;
  z-index: 5;
  padding: 50px 60px;
  background-color: #fff;
}
@media only screen and (max-width: 1199px) {
  .newsletter-section #newsletter form {
    padding: 40px;
  }
}
@media screen and (max-width: 900px) {
  .newsletter-section #newsletter form {
    width: auto;
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .newsletter-section #newsletter form {
    padding: 50px 10px;
    margin: 0;
  }
}
.newsletter-section #newsletter form fieldset.main p input[type=text] {
  border: 2px solid var(--decorative-color);
  box-shadow: 5px 5px 0 0 var(--decorative-color);
  font-family: var(--secondary-font);
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
}
.newsletter-section #newsletter form fieldset.main p input[type=text]::-webkit-input-placeholder {
  font-style: normal;
}
.newsletter-section #newsletter form fieldset.main p input[type=text]:-moz-placeholder {
  font-style: normal;
}
.newsletter-section #newsletter form fieldset.main p input[type=text]::-moz-placeholder {
  font-style: normal;
}
.newsletter-section #newsletter form fieldset.main p input[type=text]:-ms-input-placeholder {
  font-style: normal;
}
.newsletter-section #newsletter form fieldset.main p input[type=text]:focus::-webkit-input-placeholder {
  font-style: normal;
}
.newsletter-section #newsletter form fieldset.main p input[type=text]:focus:-moz-placeholder {
  font-style: normal;
}
.newsletter-section #newsletter form fieldset.main p input[type=text]:focus::-moz-placeholder {
  font-style: normal;
}
.newsletter-section #newsletter form fieldset.main p input[type=text]:focus:-ms-input-placeholder {
  font-style: normal;
}
.newsletter-section #newsletter form fieldset.main p.controls .button {
  background-color: #fff;
  color: #231f20;
  border-color: var(--decorative-color);
  font-family: var(--secondary-font);
  text-transform: uppercase;
  font-style: normal;
  font-size: 14px;
  min-width: auto;
}
.newsletter-section #newsletter form fieldset.consent label {
  font-family: var(--primary-font);
  font-style: normal;
}
.newsletter-section #newsletter form fieldset.consent a {
  color: #231f20;
}
.newsletter-section #newsletter form fieldset.consent a:hover {
  color: var(--decorative-color);
}
.newsletter-section #newsletter .newsletter-success {
  color: var(--decorative-color);
}

.page-navigation {
  display: flex;
  flex-flow: row nowrap;
  margin: 61px 0 50px 0;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1199px) {
  .page-navigation {
    flex-flow: column nowrap;
  }
}
.page-navigation .page-navigation-logo {
  display: block;
  margin-right: 50px;
  max-width: 420px;
  height: auto;
}
@media only screen and (max-width: 1199px) {
  .page-navigation .page-navigation-logo {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.page-navigation nav {
  margin-top: -10px;
}
@media only screen and (max-width: 1199px) {
  .page-navigation nav {
    width: 100%;
    max-width: 500px;
    margin-top: 0;
  }
}
.page-navigation ul {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: min-content;
  gap: 25px 30px;
}
.page-navigation ul li {
  display: block;
}
@media only screen and (max-width: 1199px) {
  .page-navigation ul {
    grid-auto-flow: row;
    grid-auto-columns: auto;
    grid-auto-rows: min-content;
    width: 100%;
  }
  .page-navigation ul .button {
    width: 100%;
  }
}

.gallery-acm {
  position: relative;
  margin-bottom: 30px;
}
.gallery-acm h3 {
  font-size: 2.25rem;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-family: var(--primary-font);
  font-weight: 600;
  padding-left: 15px;
  font-style: italic;
}
@media only screen and (max-width: 1199px) {
  .gallery-acm h3 {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-acm h3 {
    text-align: center;
  }
}
.gallery-acm h3 a {
  color: inherit;
  text-decoration: none;
}
.gallery-acm h3 a:hover {
  color: inherit;
  text-decoration: underline;
}
.gallery-acm .gallery-widget .images-wrapper {
  margin: 0;
}
.gallery-acm .gallery-widget .gallery-image {
  padding: 0;
  width: 25%;
  background-color: transparent;
  margin: 0;
  transition: opacity 350ms ease-in-out;
}
.gallery-acm .gallery-widget .gallery-image:hover {
  opacity: 0.8;
}
@media (min-width: 768px) and (max-width: 992px) {
  .gallery-acm .gallery-widget .gallery-image {
    height: 390px;
    width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .gallery-acm .gallery-widget .gallery-image {
    height: 250px;
  }
}
@media (min-width: 1200px) {
  .gallery-acm .gallery-widget .gallery-image {
    height: 355px;
  }
}
@media only screen and (min-width: 1570px) {
  .gallery-acm .gallery-widget .gallery-image {
    height: 400px;
  }
}
@media (min-width: 1800px) {
  .gallery-acm .gallery-widget .gallery-image {
    height: 450px;
    padding: 7.5px;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-acm .gallery-widget .gallery-image {
    height: 400px;
    width: 100%;
    padding: 12.5px 25px;
  }
}
.gallery-acm .gallery-widget .gallery-image img {
  position: relative;
}

.contacts-section-wrapper {
  position: relative;
  margin: 100px 0 0;
  padding-bottom: 100px;
}
.contacts-section-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 50px;
  background-image: url("../../images/templates/cbd-provision/toast-sketch-long.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
@media only screen and (min-width: 1200px) {
  .contacts-section-wrapper:after {
    bottom: -90px;
  }
}
@media only screen and (min-width: 1200px) {
  .contacts-section-wrapper {
    margin: 190px 0;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .contacts-section-wrapper {
    background-image: none;
  }
}

.checkers.contact-acm .checkers-item {
  flex-direction: column;
}
@media only screen and (min-width: 1200px) {
  .checkers.contact-acm .checkers-item {
    flex-direction: row;
  }
}
.checkers.contact-acm .checkers-item .checkers-image-wrapper {
  min-height: 475px;
  max-height: 590px;
}
@media only screen and (max-width: 767px) {
  .checkers.contact-acm .checkers-item .checkers-image-wrapper {
    min-height: 0;
  }
}
.checkers.contact-acm .checkers-item .checkers-image-wrapper .checkers-image {
  height: auto;
  max-height: none;
}
@media only screen and (min-width: 1200px) {
  .checkers.contact-acm .checkers-item .checkers-image-wrapper .checkers-image {
    height: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .checkers.contact-acm .checkers-item .checkers-image-wrapper .checkers-image {
    max-height: 475px;
  }
}
@media only screen and (max-width: 767px) {
  .checkers.contact-acm .checkers-item .checkers-image-wrapper .checkers-image {
    max-height: none;
  }
}
.checkers.contact-acm .checkers-item .checkers-content {
  font-family: var(--primary-font);
}
.checkers.contact-acm .checkers-item .checkers-content h2 {
  font-family: var(--primary-font);
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 40px;
  font-style: normal;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.checkers.contact-acm .checkers-item .checkers-content h2:after {
  content: none;
}
.checkers.contact-acm .checkers-item .checkers-content p {
  font-weight: normal;
  max-width: 50%;
}
@media only screen and (max-width: 1199px) {
  .checkers.contact-acm .checkers-item .checkers-content p {
    width: 100%;
    max-width: 100%;
  }
}
.checkers.contact-acm .checkers-item .checkers-content p strong {
  display: block;
  margin: 25px 0 10px 0;
}
.checkers.contact-acm .checkers-item .checkers-content strong {
  font-family: var(--secondary-font);
}
@media only screen and (max-width: 1199px) {
  .checkers.contact-acm .checkers-item .checkers-content {
    padding: 30px 0;
  }
}

.restaurant-menu {
  position: relative;
  display: grid;
  grid-template-columns: 6fr 7fr;
  grid-auto-rows: min-content;
  grid-template-areas: "nav menu" "promo menu";
  margin-right: 8.33333333%;
  margin-left: 8.33333333%;
  margin-bottom: 175px;
}
.restaurant-menu::after {
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: 0;
  left: -136px;
  width: 100%;
  background: url("../../images/cow-chicken-shrimp-sketch-bg.png") no-repeat;
  height: 220px;
  bottom: -172px;
}
@media only screen and (max-width: 767px) {
  .restaurant-menu {
    display: block;
    padding: 0 25px 160px;
    margin: 50px 0;
  }
  .restaurant-menu::after {
    bottom: -58px;
  }
}
.restaurant-menu .restaurant-menu-nav {
  grid-area: nav;
  padding-top: 100px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .restaurant-menu .restaurant-menu-nav {
    display: none;
  }
}
.restaurant-menu .restaurant-menu-nav ul {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
}
.restaurant-menu .restaurant-menu-nav li {
  margin-bottom: 10px;
}
.restaurant-menu .restaurant-menu-nav button {
  font-family: var(--primary-font);
  font-size: 28px;
  text-transform: uppercase;
  padding: 10px 15px;
  font-style: italic;
  text-align: left;
}
.restaurant-menu .restaurant-menu-nav button span {
  position: relative;
}
.restaurant-menu .restaurant-menu-nav button span::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: "";
  background-color: var(--decorative-color);
  height: 2px;
  width: 120%;
  transition: width 0.5s ease;
}
@media only screen and (max-width: 1199px) {
  .restaurant-menu .restaurant-menu-nav button span::after {
    max-width: 100%;
  }
}
.restaurant-menu .restaurant-menu-nav button:hover span::after {
  width: 0;
}
.restaurant-menu .restaurant-menu-nav button.active {
  font-weight: 700;
}
.restaurant-menu .restaurant-menu-promo {
  grid-area: promo;
  align-self: end;
}
.restaurant-menu .promo-card {
  display: none;
  padding-top: 50px;
}
.restaurant-menu .promo-card.active {
  display: block;
}
@media only screen and (max-width: 767px) {
  .restaurant-menu .promo-card.promo-card-desktop, .restaurant-menu .promo-card.promo-card-desktop.active {
    display: none;
  }
}
.restaurant-menu .promo-card.promo-card-mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .restaurant-menu .promo-card.promo-card-mobile {
    display: block;
    padding: 0;
    margin-bottom: 30px;
  }
}
.restaurant-menu .promo-card-image {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.restaurant-menu .promo-card-text {
  background-color: var(--decorative-color);
  color: #231f20;
  padding: 30px;
}
.restaurant-menu .promo-card-text .promo-card-text-title {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.restaurant-menu .promo-card-text h3 {
  font-family: var(--secondary-font);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.7;
  flex-grow: 1;
}
@media only screen and (max-width: 767px) {
  .restaurant-menu .promo-card-text h3 {
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.06em;
    margin: 0;
  }
}
.restaurant-menu .promo-card-text .promo-card-text-title-price {
  margin-left: 20px;
  letter-spacing: 0.05em;
  font-family: var(--primary-font);
  font-size: 1rem;
  font-style: italic;
}
.restaurant-menu .promo-card-text p {
  font-family: var(--primary-font);
  font-size: 16px;
  line-height: 1.7;
}
.restaurant-menu .restaurant-menu-items {
  grid-area: menu;
  border: 1px solid var(--decorative-color);
  padding: 90px 65px 40px;
}
@media only screen and (max-width: 1199px) {
  .restaurant-menu .restaurant-menu-items {
    padding: 90px 30px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .restaurant-menu .restaurant-menu-items {
    border: none;
    padding: 0;
    display: grid;
    grid-auto-flow: row;
    grid-auto-rows: min-content;
    gap: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .restaurant-menu .restaurant-menu-item-content-wrapper {
    padding: 15px 0;
  }
}
.restaurant-menu .restaurant-menu-item {
  display: none;
}
.restaurant-menu .restaurant-menu-item.active {
  display: block;
}
@media only screen and (max-width: 767px) {
  .restaurant-menu .restaurant-menu-item {
    position: relative;
    display: block;
    border: 1px solid var(--decorative-color);
    padding: 10px 15px;
    background-color: #fff;
  }
  .restaurant-menu .restaurant-menu-item:after {
    content: "";
    position: absolute;
    top: 6px;
    right: -6px;
    width: 100%;
    height: 100%;
    background-color: var(--decorative-color);
    z-index: -1;
  }
}
.restaurant-menu .restaurant-menu-item .restaurant-menu-item-heading {
  font-family: var(--secondary-font);
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.53em;
  line-height: 1.7;
  position: relative;
  margin-bottom: 50px;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .restaurant-menu .restaurant-menu-item .restaurant-menu-item-heading {
    font-size: 22px;
    margin-top: 50px;
  }
}
.restaurant-menu .restaurant-menu-item .restaurant-menu-item-heading::before {
  content: "";
  position: absolute;
  width: 57px;
  height: 100%;
  background: url("../../images/justchicken.png") no-repeat;
  top: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.restaurant-menu .restaurant-menu-item-mobile-toggle {
  display: none;
}
@media only screen and (max-width: 767px) {
  .restaurant-menu .restaurant-menu-item-mobile-toggle {
    display: block;
    font-size: 16px;
    line-height: 1.7;
    text-decoration: none;
    font-family: var(--primary-font);
    text-transform: capitalize;
    width: 100%;
    text-align: left;
  }
  .restaurant-menu .restaurant-menu-item-mobile-toggle:hover {
    text-decoration: underline;
  }
}
.restaurant-menu .menu-toggle-item-title {
  font-family: var(--secondary-font);
  border-bottom: 1px solid var(--decorative-color);
  font-weight: 600;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding: 5px 0;
  outline: none;
  text-align: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.restaurant-menu .menu-toggle-item-title::after {
  transition: background 0.3s ease;
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23231f20' d='M416 208H272V64a32 32 0 0 0-32-32h-32a32 32 0 0 0-32 32v144H32a32 32 0 0 0-32 32v32a32 32 0 0 0 32 32h144v144a32 32 0 0 0 32 32h32a32 32 0 0 0 32-32V304h144a32 32 0 0 0 32-32v-32a32 32 0 0 0-32-32z'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
}
.restaurant-menu .menu-toggle-item-title.active::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23231f20' d='M416 208H32a32 32 0 0 0-32 32v32a32 32 0 0 0 32 32h384a32 32 0 0 0 32-32v-32a32 32 0 0 0-32-32z'/%3E%3C/svg%3E%0A");
}
.keyboard-navigation .restaurant-menu .menu-toggle-item-title:focus {
  box-shadow: 0px 0px 1px 1px var(--decorative-color);
}
.restaurant-menu .menu-toggle-item-body:not(:first-child) {
  margin-top: 10px;
}
.restaurant-menu .menu-toggle-item-body:last-child {
  margin-bottom: 30px;
}
.restaurant-menu .menu-toggle-item-body {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "name price" "components price";
  gap: 0 30px;
  grid-auto-rows: min-content;
  font-family: var(--primary-font);
}
.restaurant-menu .menu-toggle-item-body .dish-name {
  grid-area: name;
  font-family: var(--secondary-font);
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.06em;
}
.restaurant-menu .menu-toggle-item-body .dish-components {
  grid-area: components;
  font-size: 16px;
  letter-spacing: 0.8px;
  font-style: italic;
  line-height: 1.4;
}
.restaurant-menu .menu-toggle-item-body .dish-price {
  grid-area: price;
  font-size: 16px;
  font-style: italic;
  line-height: 1.4;
}

.content-on-image {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 70px 0 0;
  min-height: 600px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .content-on-image {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .content-on-image {
    flex-direction: column;
    align-items: stretch;
    padding: 0;
  }
}
.content-on-image.acm-section {
  margin: 0 0 35px;
}
.content-on-image::before {
  content: "";
  display: block;
  max-width: 0;
  padding-bottom: 31.5%;
}
@media only screen and (max-width: 767px) {
  .content-on-image::before {
    display: none;
  }
}
.content-on-image .content-on-image-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .content-on-image .content-on-image-background {
    position: relative;
    height: 420px;
  }
}
.content-on-image .content-on-image-container {
  position: relative;
  width: 50%;
  min-height: 400px;
  margin: 0 6% 0 auto;
  padding: 50px 70px;
  text-align: left;
  background-color: #fff;
}
@media (min-width: 992px) {
  .content-on-image .content-on-image-container {
    width: 41.66666667%;
  }
}
@media (min-width: 1200px) {
  .content-on-image .content-on-image-container {
    width: 33.333%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .content-on-image .content-on-image-container {
    padding: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .content-on-image .content-on-image-container {
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 50px 15px 30px;
    text-align: center;
  }
}
.content-on-image .content-on-image-container .button {
  margin: 15px 0 0;
}
.content-on-image .content-on-image-title {
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 31px;
  font-family: var(--secondary-font);
  font-size: 3rem;
  line-height: 1.1;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #231f20;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .content-on-image .content-on-image-title {
    font-size: 1.75rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .content-on-image .content-on-image-title {
    display: inline-block;
    width: auto;
    margin-bottom: 25px;
    padding-bottom: 26px;
  }
}
.content-on-image .content-on-image-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70%;
  height: 1px;
  background-color: var(--decorative-color);
}
@media only screen and (max-width: 767px) {
  .content-on-image .content-on-image-title::before {
    width: 100%;
  }
}
.content-on-image .content-on-image-title:last-child {
  margin-bottom: 0;
}
.content-on-image .content-on-image-subtitle {
  font-family: var(--secondary-font);
  font-size: 2rem;
  margin: 0 0 30px;
  color: var(--decorative-color);
}
@media only screen and (max-width: 1199px) {
  .content-on-image .content-on-image-subtitle {
    font-size: 1.5rem;
  }
}

.content-with-image {
  position: relative;
  margin: 25px 0 155px;
}
.content-with-image::after {
  content: "";
  position: absolute;
  pointer-events: none;
  width: 355px;
  height: 360px;
  background: url("../../images/Pigs-Head-Seating.png") no-repeat;
  background-size: contain;
  bottom: -250px;
  left: 0;
  z-index: -1;
}
.content-with-image .checkers .checkers-content .headings-wrapper {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .content-with-image .checkers .checkers-content .headings-wrapper {
    margin-bottom: 10px;
  }
}
.content-with-image .checkers .checkers-content .headings-wrapper .heading + .heading {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .content-with-image .checkers .checkers-content .headings-wrapper .heading + .heading {
    margin-top: -8px;
  }
}
.content-with-image .checkers .checkers-content h2,
.content-with-image .checkers .checkers-content .heading strong {
  text-transform: initial;
  font-family: var(--primary-font);
  font-style: normal;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .content-with-image .checkers .checkers-content h2,
  .content-with-image .checkers .checkers-content .heading strong {
    font-size: 1.7rem;
  }
}
.content-with-image .checkers .checkers-content h2::after,
.content-with-image .checkers .checkers-content .heading strong::after {
  background: var(--decorative-color);
}
.content-with-image .checkers .checkers-content .heading strong {
  display: block;
  font-family: var(--secondary-font);
  letter-spacing: 0.1em;
  margin-bottom: 0;
  font-size: 1.875rem;
}
@media only screen and (max-width: 767px) {
  .content-with-image .checkers .checkers-content .heading strong {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .content-with-image .checkers .checkers-content h2:after {
    margin-top: 11px;
    margin-bottom: 0;
  }
}
