/* Section four — burger tower block */

.bt-section-four {
  background: url(/css/theme/pattern-3.webp) repeat center;
  padding: 100px 0;
  position: relative;
  z-index: 10;
  overflow: visible;
}

.bt-section-four__grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -15px;
}

.bt-section-four__image {
  width: 41.666%;
  padding: 0 15px;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
  margin-bottom: -150px;
}

.bt-section-four__image img {
  width: 100%;
  height: auto;
  display: block;
}

.bt-section-four__content {
  width: 58.333%;
  padding: 0 15px 0 100px;
  box-sizing: border-box;
}

.bt-section-four__content .section-head-lg {
  font-size: 4em;
  font-family: "Teko", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}

.bt-section-four__content .section-text {
  margin-bottom: 60px;
  line-height: 1.6;
}

.bt-section-four__content .section-text p {
  margin-bottom: 12px;
}

.bt-section-four__buns {
  display: flex;
  align-items: center;
  gap: 20px;
}

.bt-section-four__buns-text {
  flex: 1;
  text-align: right;
}

.bt-section-four__buns-text .section-text-md {
  font-size: 2.2em;
  line-height: 1.5;
  margin: 0;
  font-weight: 300;
}

.bt-section-four__buns-image {
  flex: 0 0 45%;
  max-width: 280px;
}

.bt-section-four__buns-image img {
  width: 100%;
  height: auto;
  display: block;
}

@media only screen and (max-width: 992px) {
  .bt-section-four {
    padding: 25px 0;
  }

  .bt-section-four__image,
  .bt-section-four__content {
    width: 100%;
    padding: 0 15px;
  }

  .bt-section-four__image {
    margin-bottom: 20px;
  }

  .bt-section-four__content .section-head-lg {
    font-size: 2.5em;
    margin-bottom: 15px;
  }

  .bt-section-four__content .section-text {
    margin-bottom: 20px;
  }

  .bt-section-four__buns {
    flex-direction: column;
    align-items: stretch;
  }

  .bt-section-four__buns-text {
    text-align: left;
  }

  .bt-section-four__buns-text .section-text-md {
    font-size: 1.2em;
  }

  .bt-section-four__buns-image {
    max-width: 100%;
  }
}
